This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a change to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
discard c24a8df2d6 Rebased + generated discard 9072cc991b Fixed azure due to version update discard 50e056b235 Fixed dropboc due to version change discard c331a4103d Add cli-connector support for Camel JBang runtime=quarkus discard 0bfaa84e3c Revert "Disable microprofile-fault-tolerance testing due to #5995" discard 7b5870cb37 Upgrade Camel to 4.6.0 add af662f7dd2 Upgrade Camel to 4.6.0 add bc97634347 Revert "Disable microprofile-fault-tolerance testing due to #5995" add 65acc966ed Add cli-connector support for Camel JBang runtime=quarkus add 674c6c4c2b Align container image versions with Camel & Quarkus add a7b0865888 Add GitHub Action to report test failures in the workflow summary new bd63b62ee2 Upgrade Camel to 4.7.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 (c24a8df2d6) \ N -- N -- N refs/heads/camel-main (bd63b62ee2) 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 1 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/actions/test-summary-report/action.yaml | 91 +++ .github/workflows/camel-master-cron.yaml | 50 +- .github/workflows/ci-build.yaml | 50 +- .github/workflows/quarkus-master-cron.yaml | 50 +- docs/antora.yml | 2 +- .../paho/mqtt5/it/PahoMqtt5TestResource.java | 4 +- .../src/test/resources/mosquitto-no-auth.conf | 3 + pom.xml | 18 +- poms/bom/src/main/generated/flattened-full-pom.xml | 688 ++++++++++----------- .../src/main/generated/flattened-reduced-pom.xml | 688 ++++++++++----------- .../generated/flattened-reduced-verbose-pom.xml | 688 ++++++++++----------- 11 files changed, 1286 insertions(+), 1046 deletions(-) create mode 100644 .github/actions/test-summary-report/action.yaml create mode 100644 integration-tests/paho-mqtt5/src/test/resources/mosquitto-no-auth.conf