This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a change to branch 23198
in repository https://gitbox.apache.org/repos/asf/camel.git
discard 2e4c2cf6889c CAMEL-23198 - Camel-Google: Like AWS and IBM, create
text-to-speech and speech-to-text components
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 cede6656642c CAMEL-23198 - Camel-Google: Like AWS and IBM, create
text-to-speech and speech-to-text components
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 (2e4c2cf6889c)
\
N -- N -- N refs/heads/23198 (cede6656642c)
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 +++
dsl/camel-jbang/camel-launcher/pom.xml | 2 +-
parent/pom.xml | 6 +-
.../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 +-
22 files changed, 545 insertions(+), 187 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%)