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

Consistently consider quoted AND non-quoted versions of quarkus.datasource configuration properties #26815

Merged
merged 2 commits into from
Jul 20, 2022

Conversation

yrodiere
Copy link
Member

We were already taking both versions into account in DevServicesDatasourceConfigurationHandlerBuildItem, but not in every
other place.

Fixes #26507

@yrodiere
Copy link
Member Author

As to why this fixes #26507, I'm not completely sure, but it does. I suspect there's another problem somewhere, with code that confuses the PU name and the datasource name, and somehow that problem isn't visible anymore once we apply this fix.

This will probably warrant more investigation, but I'd say we should merge this fix ASAP, because it makes sense on its own, and it does fix the symptoms, at least.

@quarkus-bot

This comment has been minimized.

@gsmet
Copy link
Member

gsmet commented Jul 19, 2022

CI looks quite unhappy :).

…ource configuration properties

We were already taking both versions into account in
DevServicesDatasourceConfigurationHandlerBuildItem, but not in every
other place.
@yrodiere yrodiere force-pushed the i26507-datasource-pu-name branch from a0197ee to 52925f7 Compare July 20, 2022 06:46
@yrodiere
Copy link
Member Author

It was a copy paste error (using jdbc.url for reactive dev services...). For some reason those test failures seem to have a cascading effect on other tests using docker...

Let's see how it goes now.

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.

Hibernate ORM startup failure (HHH000342) when using dev services and the datasource and PU name are different
2 participants