This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch main
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)
No new revisions were added by this update.
Summary of changes:
.../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 +-
10 files changed, 334 insertions(+), 28 deletions(-)
create mode 100644
components/camel-mongodb/src/test/java/org/apache/camel/component/mongodb/integration/MongoDbCredentialsFromUriConnectionIT.java