This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/com.google.cloud-google-cloud-speech-4.85.0
in repository https://gitbox.apache.org/repos/asf/camel.git
discard 624521c6b36e chore(deps): Bump com.google.cloud:google-cloud-speech
add 7ca793515135 chore(deps): Bump peter-evans/create-pull-request from
8.1.0 to 8.1.1 (#22554)
add daea9416cbdc chore(deps): Bump actions/upload-artifact from 7.0.0 to
7.0.1 (#22555)
add c675990fea1d camel-telemetry: fix trace context propagation for
messaging components
add 6a2acab99e84 chore(deps): Bump
org.apache.camel.kamelets:camel-kamelets-catalog (#22568)
add 3d2efeed2f6e CAMEL-23313: HeaderFilter Strategies - add lowerCase
where it's not present - JMS, SJMS, CoAP, Google PubSub (#22569)
add 8696d4080b8d chore: upgrade Pulsar client to 4.2.0 and fix V1 topic
names in tests
add 5d6390ad5884 chore(deps): Bump com.arangodb:arangodb-java-driver
add 24182772ad9d chore(deps): Bump opentelemetry-version from 1.60.1 to
1.61.0
add 4357bfe42b39 chore(deps): Bump aws-java-sdk2-version from 2.42.32 to
2.42.33 (#22567)
add 78dad28acf0d chore(deps): Bump com.google.cloud:google-cloud-vision
(#22570)
add c2a57ab9715e chore(deps): Bump com.google.cloud:google-cloud-bigquery
(#22571)
add 37918ab8e0dc chore(deps): Bump eu.maveniverse.maven.scalpel:extension3
(#22572)
add fbb67ce02931 chore(deps): Bump com.google.cloud:google-cloud-speech
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 (624521c6b36e)
\
N -- N -- N
refs/heads/dependabot/maven/com.google.cloud-google-cloud-speech-4.85.0
(fbb67ce02931)
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/workflows/alternative-os-build-main.yml | 2 +-
.github/workflows/check-container-versions.yml | 2 +-
.github/workflows/generate-sbom-main.yml | 4 +--
.github/workflows/main-build.yml | 4 +--
.github/workflows/pr-build-main.yml | 6 ++--
.github/workflows/pr-id.yml | 2 +-
.github/workflows/security-scan.yml | 2 +-
.github/workflows/sonar-build.yml | 4 +--
.mvn/extensions.xml | 2 +-
.../camel/coap/CoAPHeaderFilterStrategy.java | 1 +
.../pubsub/GooglePubsubHeaderFilterStrategy.java | 1 +
.../jms/ClassicJmsHeaderFilterStrategy.java | 1 +
.../component/jms/JmsHeaderFilterStrategy.java | 1 +
.../pulsar/integration/PulsarConsumerInIT.java | 2 +-
.../integration/PulsarConsumerInURIClientIT.java | 2 +-
.../integration/PulsarConsumerPatternInIT.java | 6 ++--
.../integration/PulsarCustomMessageReceiptIT.java | 2 +-
.../component/sjms/SjmsHeaderFilterStrategy.java | 1 +
...amelHeadersSpanContextPropagationExtractor.java | 14 ++++++--
.../CamelHeadersExtractAdapterTest.java | 37 ++++++++++++++++++++++
.../ROOT/pages/camel-4x-upgrade-guide-4_20.adoc | 27 ++++++++++++++++
parent/pom.xml | 14 ++++----
.../services/PulsarLocalContainerInfraService.java | 5 +++
23 files changed, 112 insertions(+), 30 deletions(-)
create mode 100644
docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_20.adoc