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 6b5de32 Regen for commit d7ab43c9437ead7c3a41bf68c31b008cfa0038a5
add 77783ca CAMEL-16537 Allow to define connection via uri params. (#5556)
add 871ec82 Regen for commit 77783cad66dfa2017fb1fb1e1a1b713986a243c4
No new revisions were added by this update.
Summary of changes:
.../apache/camel/catalog/components/mongodb.json | 3 +
.../camel/catalog/docs/mongodb-component.adoc | 5 +-
.../mongodb/MongoDbEndpointConfigurer.java | 9 ++
.../mongodb/MongoDbEndpointUriFactory.java | 10 +-
.../apache/camel/component/mongodb/mongodb.json | 3 +
.../src/main/docs/mongodb-component.adoc | 5 +-
.../camel/component/mongodb/MongoDbEndpoint.java | 73 ++++++++++-
.../integration/AbstractMongoDbITSupport.java | 30 ++---
.../MongoDbCredentialsFromUriConnectionIT.java | 87 +++++++++++++
.../dsl/MongoDbEndpointBuilderFactory.java | 135 +++++++++++++++++++++
.../modules/ROOT/pages/mongodb-component.adoc | 5 +-
11 files changed, 337 insertions(+), 28 deletions(-)
create mode 100644
components/camel-mongodb/src/test/java/org/apache/camel/component/mongodb/integration/MongoDbCredentialsFromUriConnectionIT.java