Skip to content

Commit

Permalink
Update extensions/infinispan-client/deployment/src/main/java/io/quark…
Browse files Browse the repository at this point in the history
…us/infinispan/client/deployment/devservices/InfinispanDevServiceProcessor.java

Co-authored-by: Guillaume Smet <[email protected]>
  • Loading branch information
karesti and gsmet authored Jun 11, 2024
1 parent 4f8a2e7 commit 9959029
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ public QuarkusInfinispanContainer(String clientName, InfinispanDevServicesConfig

if (config.tracing.isPresent()) {
log.info(
"This option won't work from 15.0. You have to use `configFiles` and provide an json, xml or yaml file, as this example:");
"Starting with Infinispan 15.0, the <full name of the property> configuration property is not supported anymore. You have to use `configFiles` and provide a JSON, XML or YAML file, for instance:");
log.info("infinispan:\n" +
" cacheContainer:\n" +
" tracing:\n" +
Expand Down

0 comments on commit 9959029

Please sign in to comment.