This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch quarkus-master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.
discard c3662bc Temporary workaround for https://github.com/quarkusio/quarkus/issues/9103 discard 30edfa2 Fix CamelContextCustomizerTest compilation errors discard 14bdc06 Register required AHC classes for runtime initialization add 04d7871 Fix ClassNotFoundException when using quartz extension add f4af30d Ensure consistent itest name tag add fc9845f Use artifact uploads/downloads instead of cache to pass Maven repo to dependent CI jobs add c1be036 Set a shorter TTL on HTTP connections to match Azure NAT policy and avoid Maven Central download issues add be22af5 Import software.amazon.awssdk:bom instead of managing the items individually add 310277c Skip JVM mode tests in the native jobs add 617c132 fix caffeine-lrucache modules name add aa5363a Merge pull request #1202 from lburgazzoli/caffeine-lru add a8abd91 ftp: remove redundant build items add 147d58b Do not skip tests in native jobs using -DskipTest it skips also integration tests, not only JVM tests new fd24041 Register required AHC classes for runtime initialization new b7ba2fa Fix CamelContextCustomizerTest compilation errors new 4971644 Temporary workaround for https://github.com/quarkusio/quarkus/issues/9103 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 (c3662bc) \ N -- N -- N refs/heads/quarkus-master (4971644) 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/ci-build.yaml | 75 ++++++++++++++-------- .mvn/maven.config | 4 +- docs/modules/ROOT/pages/promote-jvm-to-native.adoc | 2 +- .../caffeine-lrucache/deployment/pom.xml | 2 +- extensions-core/caffeine-lrucache/pom.xml | 2 +- extensions-core/caffeine-lrucache/runtime/pom.xml | 2 +- .../quarkus/core/deployment/BuildProcessor.java | 1 - .../component/cron/deployment/CronProcessor.java | 7 ++ .../component/ftp/deployment/FtpProcessor.java | 63 ------------------ integration-tests/couchdb/pom.xml | 2 +- integration-tests/elasticsearch-rest/pom.xml | 2 +- integration-tests/kubernetes/pom.xml | 2 +- integration-tests/kudu/pom.xml | 2 +- poms/bom/pom.xml | 47 ++------------ 14 files changed, 75 insertions(+), 138 deletions(-)