Skip to content

Commit

Permalink
Fix datasource devservices restarting quarkusio#40015
Browse files Browse the repository at this point in the history
  • Loading branch information
Malandril committed Apr 15, 2024
1 parent 8bd1c82 commit 2de7152
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 2de7152

Please sign in to comment.