Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow configuring MongoDB client UUID representation #36235

Merged

Conversation

loicmathieu
Copy link
Contributor

Fixes #36210

Didn't add test as we didn't test all possible configuration item but I checked manually and the options is correctly passed to the client when setting quarkus.mongodb.uuid-representation=JAVA_LEGACY.

@geoand
Copy link
Contributor

geoand commented Oct 2, 2023

Thanks!

@quarkus-bot
Copy link

quarkus-bot bot commented Oct 2, 2023

✔️ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

@loicmathieu loicmathieu merged commit a45cefb into quarkusio:main Oct 2, 2023
20 checks passed
@quarkus-bot quarkus-bot bot added the kind/enhancement New feature or request label Oct 2, 2023
@quarkus-bot quarkus-bot bot added this to the 3.5 - main milestone Oct 2, 2023
@loicmathieu loicmathieu deleted the mongodb-uuid-representation branch October 2, 2023 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/mongodb kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow for customization of a MongoDB Connection String properties
2 participants