Skip to content

Commit

Permalink
Fix datasource devservices restarting quarkusio#40015
Browse files Browse the repository at this point in the history
(cherry picked from commit 2de7152)
  • Loading branch information
Malandril authored and gsmet committed Apr 16, 2024
1 parent 8225a34 commit 5e87be8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,8 @@ private RunningDevService startDevDb(
e.getValue());
}
}
setDataSourceProperties(propertiesMap, dbName, devServicesPrefix + "reuse",
String.valueOf(dataSourceBuildTimeConfig.devservices().reuse()));

Map<String, String> devDebProperties = new HashMap<>();
for (DevServicesDatasourceConfigurationHandlerBuildItem devDbConfigurationHandlerBuildItem : configHandlers) {
Expand Down

0 comments on commit 5e87be8

Please sign in to comment.