Skip to content

Commit

Permalink
Merge pull request #20971 from cescoffier/fix-infinispan-dev-service-…
Browse files Browse the repository at this point in the history
…password

Fix the Infinispan Dev Service default password
  • Loading branch information
cescoffier authored Oct 25, 2021
2 parents 5a6ad30 + 1c432d5 commit 9e5a498
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ public QuarkusInfinispanContainer(OptionalInt fixedExposedPort, String serviceNa
if (serviceName != null) {
withLabel(DEV_SERVICE_LABEL, serviceName);
}
withUser(DEFAULT_USERNAME);
withPassword(InfinispanDevServiceProcessor.DEFAULT_PASSWORD);
}

@Override
Expand Down

0 comments on commit 9e5a498

Please sign in to comment.