This is an automated email from the ASF dual-hosted git repository.

ppalaga pushed a change to branch camel-master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.


 discard 5772e98  Upgrade to Camel 3.3.0 - WIP
     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
     new 7cf11d3  Manage MongoDB driver JARs to avoid conflicts between Camel 
and Quarkus
     new 66df169  Upgrade to Camel 3.3.0 - WIP

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   (5772e98)
            \
             N -- N -- N   refs/heads/camel-master (66df169)

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/workflows/ci-build.yaml                    | 76 +++++++++++++++-------
 .mvn/maven.config                                  |  4 +-
 docs/modules/ROOT/pages/promote-jvm-to-native.adoc |  2 +-
 .../quarkus/core/deployment/BuildProcessor.java    |  1 -
 .../component/cron/deployment/CronProcessor.java   |  7 ++
 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 +-
 pom.xml                                            |  1 +
 poms/bom/pom.xml                                   | 72 +++++++++-----------
 11 files changed, 99 insertions(+), 72 deletions(-)

Reply via email to