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

github-bot pushed a change to branch 
dependabot/maven/com.sun.xml.bind-jaxb-jxc-4.0.7
in repository https://gitbox.apache.org/repos/asf/camel.git


    omit 075fa72d96d2 chore(deps): Bump com.sun.xml.bind:jaxb-jxc from 4.0.6 to 
4.0.7
     add 52e44702ff71 chore(deps): Bump org.atmosphere:atmosphere-runtime
     add 5bdd0f1d3289 CAMEL-23200 - Camel-PQC: Replace Java serialization with 
PKCS#8/X.509 in FileBasedKeyLifecycleManager (#22034)
     add 38bb6107e5d9 chore(camel-test-infra-weaviate): upgrade 
weaviate.container to 1.36.5
     add a90c0c914a53 Improve message on GitHub comment for container version 
upgrade
     add 96f8de60006d CAMEL-23195 Implement camel-pulsar SubscriptionMode 
configuration
     add ed7288669742 CAMEL-23195 Update auto-generated files
     add 8f900f14b23f chore(ci): Add fallback for properties not in 
dependencyManagement (#22040)
     add 16cebebe7055 chore(deps): Bump com.sun.xml.bind:jaxb-jxc from 4.0.6 to 
4.0.7

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   (075fa72d96d2)
            \
             N -- N -- N   
refs/heads/dependabot/maven/com.sun.xml.bind-jaxb-jxc-4.0.7 (16cebebe7055)

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.

No new revisions were added by this update.

Summary of changes:
 .github/actions/detect-dependencies/detect-test.sh | 110 ++++++---
 .github/workflows/check-container-versions.yml     |   4 +-
 .../apache/camel/catalog/components/pulsar.json    |  96 ++++----
 .../lifecycle/FileBasedKeyLifecycleManager.java    | 269 ++++++++++++++++++---
 .../camel/component/pqc/lifecycle/KeyMetadata.java |  14 +-
 .../pulsar/PulsarComponentConfigurer.java          |   6 +
 .../component/pulsar/PulsarEndpointConfigurer.java |   6 +
 .../component/pulsar/PulsarEndpointUriFactory.java |   3 +-
 .../org/apache/camel/component/pulsar/pulsar.json  |  96 ++++----
 .../component/pulsar/PulsarConfiguration.java      |  17 ++
 .../consumers/CommonCreationStrategyImpl.java      |   1 +
 .../pulsar/utils/consumers/SubscriptionMode.java   |  20 +-
 .../component/pulsar/PulsarComponentTest.java      |  15 ++
 .../dsl/PulsarComponentBuilderFactory.java         |  21 ++
 .../endpoint/dsl/PulsarEndpointBuilderFactory.java |  36 +++
 parent/pom.xml                                     |   2 +-
 .../infra/weaviate/services/container.properties   |   2 +-
 17 files changed, 535 insertions(+), 183 deletions(-)
 copy 
dsl/camel-yaml-dsl/camel-yaml-dsl-common/src/main/java/org/apache/camel/dsl/yaml/common/exception/InvalidEndpointException.java
 => 
components/camel-pulsar/src/main/java/org/apache/camel/component/pulsar/utils/consumers/SubscriptionMode.java
 (61%)

Reply via email to