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

github-bot pushed a change to branch 
dependabot/maven/com.azure-azure-sdk-bom-1.3.5
in repository https://gitbox.apache.org/repos/asf/camel.git


    omit 4b7010721688 chore(deps): Bump com.azure:azure-sdk-bom from 1.3.3 to 
1.3.5
     add 614841c850df chore(deps): Bump quarkus-version from 3.32.2 to 3.32.3
     add c7391044d878 chore(deps): Bump com.slack.api:slack-api-client from 
1.47.0 to 1.48.0
     add ccc60154a09e chore(deps): Bump jaxb-xjc-version from 4.0.6 to 4.0.7
     add c8be7288b49f CAMEL-23112 - include back Java 17 on github PRs
     add 9f3c89170282 chore(deps-dev): Bump com.github.mwiede:jsch from 2.27.8 
to 2.27.9
     add 92d1fb0ea0ce chore(deps): Bump org.glassfish.jaxb:jaxb-runtime from 
4.0.6 to 4.0.7
     add 3207b6c298a2 chore(deps): Bump com.google.cloud:google-cloud-vision
     add 642c433d0fa4 chore(deps): Bump mockito-version from 5.22.0 to 5.23.0
     add c60e75b86069 chore(deps): Bump maven-version from 3.9.13 to 3.9.14
     add 1bef3e5ca5be chore(camel-test-infra-ibmmq): upgrade ibm.mq.container 
to 9.4.5.0-r1
     add 02e05b379477 chore(camel-test-infra-ibmmq): add auth support for IBM 
MQ 9.4
     add ada1c27f3a78 chore(deps): Bump 
io.opentelemetry.instrumentation:opentelemetry-log4j-appender-2.17
     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 c8baaefa1c0a chore(deps): Bump com.azure:azure-sdk-bom from 1.3.3 to 
1.3.5

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   (4b7010721688)
            \
             N -- N -- N   
refs/heads/dependabot/maven/com.azure-azure-sdk-bom-1.3.5 (c8baaefa1c0a)

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 +-
 .github/workflows/pr-build-main.yml                |   2 +-
 .../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 +++
 dsl/camel-jbang/camel-launcher/pom.xml             |   2 +-
 parent/pom.xml                                     |  20 +-
 .../ibmmq/common/ConnectionFactoryHelper.java      |   3 +
 .../test/infra/ibmmq/common/IbmMQProperties.java   |   2 +
 .../services/IbmMQLocalContainerInfraService.java  |   1 +
 .../test/infra/ibmmq/services/container.properties |   2 +-
 .../infra/weaviate/services/container.properties   |   2 +-
 23 files changed, 553 insertions(+), 195 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