You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2024/03/28 06:53:40 UTC

(camel) branch regen_bot updated (3f759cffad8 -> 5836009dac6)

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

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 3f759cffad8 Update Kamelet catalog version used by JBang to 4.4.1
     add 6b87e8e8870 CAMEL-20622: added support for CollectionInfo for camel-qdrant
     add 70b3837f150 CAMEL-20622: added documentation
     add ff63db20423 Fixed DDB Stream transform prefix for event source (#13628)
     add 9f9e1f632eb Bump org.graalvm.js:js-language from 23.1.2 to 24.0.0 (#13624)
     add 9484a4e0233 Bump org.apache.maven.plugins:maven-remote-resources-plugin (#13614)
     add ea19dd0bc4f CAMEL-20459: fix Split EIP documentation
     add 3facd2d963e Added 3.9.0 releases for Camel Quarkus
     add 630b74d1f85 jms inout concurrency issue (#13598)
     add 8b2bdb1fe62 CAMEL-20624: Fix bug in camel-http to avoid duplicate OAuth2 Authorization headers (#13629)
     add 30cfb28f57d Bump groovy-version from 4.0.19 to 4.0.20 (#13632)
     add 2a3720d53cf Bump aws-java-sdk2-version from 2.25.17 to 2.25.19 (#13633)
     add 5836009dac6 Bump org.ow2.asm:asm-tree from 9.6 to 9.7 (#13636)

No new revisions were added by this update.

Summary of changes:
 .../catalog/releases/camel-quarkus-releases.json   |  5 +++
 .../Ddb2StreamCloudEventDataTypeTransformer.java   |  2 +-
 .../component/http/OAuth2ClientConfigurer.java     |  2 +-
 .../component/jms/reply/QueueReplyManager.java     |  3 +-
 .../component/jms/reply/ReplyManagerSupport.java   | 14 ++++----
 .../jms/reply/TemporaryQueueReplyManager.java      |  3 +-
 .../src/main/docs/qdrant-component.adoc            | 25 +++++++++++++
 .../camel/component/qdrant/QdrantAction.java       |  1 +
 .../camel/component/qdrant/QdrantProducer.java     | 22 ++++++++++++
 .../camel/component/qdrant/QdrantCommonTest.java   | 12 +++++--
 .../component/qdrant/it/QdrantComponentIT.java     | 42 ++++++++++++++++++++--
 .../component/sjms/reply/QueueReplyManager.java    |  5 +--
 .../sjms/reply/TemporaryQueueReplyManager.java     |  3 +-
 .../main/docs/modules/eips/pages/split-eip.adoc    |  6 ++--
 .../apache/camel/support/DefaultTimeoutMap.java    |  5 +++
 parent/pom.xml                                     |  8 ++---
 pom.xml                                            |  2 +-
 17 files changed, 128 insertions(+), 32 deletions(-)