This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/com.ibm.cloud-secrets-manager-2.0.27
in repository https://gitbox.apache.org/repos/asf/camel.git
discard 64b910b155b3 chore(deps): Bump com.ibm.cloud:secrets-manager from
2.0.22 to 2.0.27
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 14465e3a89a8 chore(deps): Bump com.ibm.cloud:secrets-manager from
2.0.22 to 2.0.27
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 (64b910b155b3)
\
N -- N -- N
refs/heads/dependabot/maven/com.ibm.cloud-secrets-manager-2.0.27 (14465e3a89a8)
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 | 4 +-
.../infra/weaviate/services/container.properties | 2 +-
17 files changed, 536 insertions(+), 184 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%)