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-storage-2.56.0
in repository https://gitbox.apache.org/repos/asf/camel.git


 discard 28bc7a22c82 chore(deps): Bump com.google.cloud:google-cloud-storage
     add c741a5904dd chore(dsl): harmonize Dockerfile text
     add 2200de5a38b feat(dsl): Camel JBang export Quarkus enhance
     add f4f0de14111 CAMEL-22364: camel-jms - Fix rare 
ConcurrentModificationException in camel-jms due to destination produced is set 
as header after sent, which can lead to a race condition when doing 
request/reply over JMS and reply is already received and continued processing. 
Thanks to Vladimir Dobos for the analysis. (#18996)
     add 97864ecda41 chore(components): include micrometer observability setters
     add defa8fc9ef8 CAMEL-22373: camel-http - Headers may be lost when calling 
HTTP service fails and exception is thrown (#18999)
     add 716248470c4 Update docs
     add 753697298fc CAMEL-22334 - Store the embedding produced by 
camel-langchain4j-embeddings in a header (#18995)
     add 9af34174919 chore(doc): micrometer observability sb configuration 
(#18998)
     add 3290153e1ea chore(deps): Bump 
com.google.cloud:google-cloud-secretmanager (#19001)
     add 069ebb5e5d4 chore(deps): Bump org.apache.qpid:qpid-jms-client from 
2.7.0 to 2.8.0 (#19002)
     add fb5f982e68d chore(deps): Bump com.datasonnet:datasonnet-mapper from 
3.0.0 to 3.0.1 (#19003)
     add f656d820a29 chore(deps): Bump huaweicloud-sdk-version from 3.1.162 to 
3.1.163 (#19004)
     add 5143979a7c4 chore(deps): Bump com.google.cloud:google-cloud-storage

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   (28bc7a22c82)
            \
             N -- N -- N   
refs/heads/dependabot/maven/com.google.cloud-google-cloud-storage-2.56.0 
(5143979a7c4)

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:
 .../catalog/components/langchain4j-embeddings.json |   5 +-
 .../embeddings/langchain4j-embeddings.json         |   5 +-
 .../embeddings/LangChain4jEmbeddings.java          |   3 +
 .../embeddings/LangChain4jEmbeddingsProducer.java  |   1 +
 .../apache/camel/component/http/HttpProducer.java  |  10 +-
 .../http/HttpThrowExceptionOnFailureTest.java      |   3 +
 .../apache/camel/component/jms/JmsProducer.java    |  22 ++--
 .../MicrometerObservabilityTracerConfigurer.java   |  12 +++
 .../src/main/docs/micrometer-observability.adoc    |  10 +-
 .../MicrometerObservabilityTracer.java             |  24 +++++
 .../src/main/docs/platform-http-vertx.adoc         |   2 +
 .../camel/ai/CamelLangchain4jAttributes.java       |   1 +
 ...angChain4jEmbeddingsEndpointBuilderFactory.java |  14 +++
 .../camel/dsl/jbang/core/commands/Export.java      |   2 +
 .../dsl/jbang/core/commands/ExportQuarkus.java     |  27 ++---
 .../main/resources/quarkus-docker/Dockerfile.jvm   | 115 ---------------------
 .../resources/quarkus-docker/Dockerfile.legacy-jar | 115 ---------------------
 .../resources/quarkus-docker/Dockerfile.native     |  11 +-
 .../quarkus-docker/Dockerfile.native-micro         |  49 ---------
 .../src/main/resources/templates/Dockerfile17.tmpl |  30 ++----
 .../src/main/resources/templates/Dockerfile21.tmpl |  30 ++----
 .../{readme.md.tmpl => readme.native.md.tmpl}      |  30 +++++-
 parent/pom.xml                                     |   8 +-
 23 files changed, 166 insertions(+), 363 deletions(-)
 delete mode 100644 
dsl/camel-jbang/camel-jbang-core/src/main/resources/quarkus-docker/Dockerfile.jvm
 delete mode 100644 
dsl/camel-jbang/camel-jbang-core/src/main/resources/quarkus-docker/Dockerfile.legacy-jar
 delete mode 100644 
dsl/camel-jbang/camel-jbang-core/src/main/resources/quarkus-docker/Dockerfile.native-micro
 copy 
dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/{readme.md.tmpl 
=> readme.native.md.tmpl} (52%)

Reply via email to