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

Fix createLiquibase mongodb connection string handling #26684

Merged
merged 1 commit into from
Jul 13, 2022
Merged

Fix createLiquibase mongodb connection string handling #26684

merged 1 commit into from
Jul 13, 2022

Conversation

paloliska
Copy link

@paloliska paloliska commented Jul 12, 2022

Handling of mongodb connection string now preserves connection options in LiquibaseMongodbFactory.createLiquibase()

Fixes #26655

@quarkus-bot
Copy link

quarkus-bot bot commented Jul 12, 2022

Thanks for your pull request!

The title of your pull request does not follow our editorial rules. Could you have a look?

  • title should preferably start with an uppercase character (if it makes sense!)

This message is automatically generated by a bot.

@paloliska paloliska changed the title fix createLiuqibase mongodb connection string handling Fix createLiuqibase mongodb connection string handling Jul 12, 2022
@gsmet gsmet changed the title Fix createLiuqibase mongodb connection string handling Fix createLiquibase mongodb connection string handling Jul 12, 2022
@gsmet gsmet requested a review from loicmathieu July 12, 2022 14:54
@quarkus-bot

This comment has been minimized.

@gsmet
Copy link
Member

gsmet commented Jul 13, 2022

I force pushed to rebase and fix the formatting issues.

@paloliska
Copy link
Author

I force pushed to rebase and fix the formatting issues.

@gsmet thank you

Copy link
Contributor

@loicmathieu loicmathieu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, I'm not a regex expert but it seems to be OK.

@gastaldi gastaldi merged commit 0cae371 into quarkusio:main Jul 13, 2022
@quarkus-bot quarkus-bot bot added this to the 2.12 - main milestone Jul 13, 2022
@gastaldi
Copy link
Contributor

gastaldi commented Jul 13, 2022

@loicmathieu @gsmet should we backport this fix on pre-2.11 Quarkus?

@loicmathieu
Copy link
Contributor

@gastaldi we can but it's an enhancement so maybe it's not worth it.

@gsmet gsmet modified the milestones: 2.12 - main, 2.11.0.Final Jul 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LiquibaseMongodbFactory.createLiquibase() check for database name in database connection string is broken
4 participants