This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a change to branch quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
discard 80dba9175f Add workaround for RemoteCacheManager bean discovery #4841 discard 8e796c0670 Revert "Revert "Restore smallrye-reactive-messaging-camel extension"" discard 314c7f0a96 Upgrade Quarkus to 3.1.0.CR1 add 71214c5904 Updated CHANGELOG.md add 1434c6a0e4 Regen SBOM from commit 71214c59048e90b4f0df51665303ada8ceaba3e7 add 12b15469c5 Fixup 9db92b2 Upgrade to Maven Wrapper 3.2.0 and Maven 3.9.1 add 7c8af33103 Remove Wagon related configuration as Maven 3.9.0+ does not use Wagon for http by default add f66584aabe Limit aether.connector.http.connectionMaxTtl to 120 seconds to avoid Connection timeouts on Github actions #4842 add a89132ab6f Patch mvnw with maven-resolver-1.9.8 artifacts so that it honors aether.connector.http.connectionMaxTtl to avoid Connect timeouts on GH actions add 9f45cdae11 Updated CHANGELOG.md add 5ef701cef8 simple("${exchange.getMessage().getBody()}") causes a MethodNotFoundException in native mode #4860 add 9f7ea2100a Updated CHANGELOG.md new c2fc1f6d27 Upgrade Quarkus to 3.1.0.CR1 new 29543ccee9 Revert "Revert "Restore smallrye-reactive-messaging-camel extension"" new 18ea6f0389 Add workaround for RemoteCacheManager bean discovery #4841 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 (80dba9175f) \ N -- N -- N refs/heads/quarkus-main (18ea6f0389) 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 3 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/workflows/camel-master-cron.yaml | 37 +- .github/workflows/ci-build.yaml | 45 +- .github/workflows/generate-sbom-main.yml | 6 +- .github/workflows/pr-validate.yml | 9 +- .github/workflows/quarkus-master-cron.yaml | 37 +- .mvn/wrapper/maven-wrapper.properties | 2 +- CHANGELOG.md | 8 +- camel-quarkus-sbom/camel-quarkus-sbom.json | 19543 +++++++------------ camel-quarkus-sbom/camel-quarkus-sbom.xml | 14959 ++++++-------- docs/antora.yml | 2 +- .../core/deployment/CamelNativeImageProcessor.java | 5 + .../quarkus/core/languages/it/SimpleRoutes.java | 3 + .../quarkus/core/languages/it/SimpleTest.java | 6 +- patch-mvnw.sh | 46 + pom.xml | 2 +- 15 files changed, 13686 insertions(+), 21024 deletions(-) create mode 100755 patch-mvnw.sh