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/01/10 07:56:09 UTC

(camel) branch regen_bot updated (74b6e1994a3 -> 78cd82cd306)

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 74b6e1994a3 CAMEL-20231: clear the services on initialization (#12722)
     add 9e173007798 CAMEL-20297 camel-aws2-athena: do not swallow interrupted exceptions
     add 9a4bb60bcc4 CAMEL-20297 camel-aws2-kinesis: do not swallow interrupted exceptions
     add 78cd82cd306 CAMEL-18969 - Support mongodb connection string/uri to configure camel-mongodb component.

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/components/mongodb.json   | 83 +++++++++++-----------
 .../component/aws2/athena/Athena2QueryHelper.java  |  2 +
 .../component/aws2/kinesis/Kinesis2Consumer.java   | 27 +++++--
 .../mongodb/MongoDbEndpointConfigurer.java         |  6 ++
 .../mongodb/MongoDbEndpointUriFactory.java         |  3 +-
 .../apache/camel/component/mongodb/mongodb.json    | 83 +++++++++++-----------
 .../camel/component/mongodb/MongoDbEndpoint.java   | 25 ++++++-
 .../dsl/MongoDbEndpointBuilderFactory.java         | 45 ++++++++++++
 8 files changed, 184 insertions(+), 90 deletions(-)