This is an automated email from the ASF dual-hosted git repository.
ppalaga pushed a change to branch camel-quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git.
discard f9421dc Add Kamelet example #2731 (#42)
omit 2aca039 Use 2.1.0-SNAPSHOT as project version (#44)
omit 53db55e Adapt Observability docs page to Quarkus 2.0.0
omit 57e71a5 Kafka example Fixes #1028
omit ae7e62a fix up TimerLogMainTest #2711
omit 63e02c8 fix [camel-quarkus-examples] HealthTest failure on
camel-quarkus-main… (#37)
omit d2d3bfc Revert "fix [camel-quarkus-examples] HealthTest failure on
camel-quarkus-main branch #2711"
omit 4308acb fix [camel-quarkus-examples] HealthTest failure on
camel-quarkus-main branch #2711
omit a9ec5f2 Use 2.0.0-SNAPSHOT as project version
omit 913d19c Document upgrading examples
omit e125333 Inherit testcontainers dependencies from quarkus-bom
omit 1a98881 Upgrade to Camel Quarkus 2.0.0
add 93c951b Inherit testcontainers dependencies from quarkus-bom
add b91446f [fix] Add bom test for testcontainers
add f02dfa8 Use Camel REST DSL in REST JSON example
add 651321d Update rest-json README to reflect usage of REST DSL
add 32c26a9 Use concurrency key instead of cancel-workflow-runs action
add 9fe883a Use generic names for itest categories
add 1ba5af8 Upgrade to Camel Quarkus 2.0.0
add de79905 Document upgrading examples
add 60cdbdb Use 2.0.0-SNAPSHOT as project version
add e189f3d fix [camel-quarkus-examples] HealthTest failure on
camel-quarkus-main branch #2711
add 7ffe078 Revert "fix [camel-quarkus-examples] HealthTest failure on
camel-quarkus-main branch #2711"
add 9697b5c fix [camel-quarkus-examples] HealthTest failure on
camel-quarkus-main… (#37)
add bca8808 fix up TimerLogMainTest #2711
add 81c568f Kafka example Fixes #1028
add 0b5aaed Adapt Observability docs page to Quarkus 2.0.0
add d73cb58 Upgrade to Quarkus 2.0.0.Final
add c7fa490 Add Kamelet example #2731 (#42)
add 73290d7 Fix IllegalStateException: quarkus-container-image-jib and
quarkus-container-image-docker were detected
new f83e07f Next is 2.1.0
new 8c1ca68 Upgrade to Camel Quarkus 2.1.0
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (f9421dc)
\
N -- N -- N refs/heads/camel-quarkus-main (8c1ca68)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/test-categories.yaml | 12 +++----
.github/workflows/cancel-previous-runs.yaml | 33 ------------------
.github/workflows/ci-build.yaml | 4 +++
docs/modules/ROOT/attachments/examples.json | 4 +--
file-bindy-ftp/pom.xml | 7 ++++
kafka/pom.xml | 15 ++++----
kamelet-chucknorris/pom.xml | 4 +--
rest-json/README.adoc | 4 +--
rest-json/pom.xml | 4 +--
.../src/main/java/org/acme/rest/json/Routes.java | 40 +++++++++++-----------
10 files changed, 54 insertions(+), 73 deletions(-)
delete mode 100644 .github/workflows/cancel-previous-runs.yaml