forked from quarkusio/quarkus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix named datasource handling for dev-services
Because of how the Quarkus Runtime Config objects are populated for map fields (like the named datasources), it so happened that when a user configured a jdbc property for a named datasource, the DevServices provided URL for that datasource was not ending up in DataSourceJdbcRuntimeConfig. Fixes: quarkusio#21387
- Loading branch information
Showing
2 changed files
with
16 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 2 additions & 3 deletions
5
...ployment/src/test/resources/application-multiple-persistence-units-annotations.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters