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 12, 2024
1 parent b2a5ea4 commit 4756048
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ public class DevServicesDatasourceProcessor {

// list of devservices properties we should not check for restart
// see issue #30390
private static final Set<String> EXCLUDED_PROPERTIES = Set.of("quarkus.datasource.devservices.enabled");
private static final Set<String> EXCLUDED_PROPERTIES = Set.of("quarkus.datasource.devservices.enabled",
"quarkus.datasource.devservices.reuse");

static volatile List<RunningDevService> databases;

Expand Down

0 comments on commit 4756048

Please sign in to comment.