karesti commented on issue #5965:
URL: https://github.com/apache/camel-quarkus/issues/5965#issuecomment-2039473661

   something like 
   ```java
   public class InfinispanDevServicesConfigBuilderCustomizer implements 
SmallRyeConfigBuilderCustomizer {
       @Override
       public void configBuilder(final SmallRyeConfigBuilder builder) {
           // use a priority of 50 to make sure that this is overridable by any 
of the standard methods
           builder.withSources(
                   new PropertiesConfigSource(
                           
Map.of("quarkus.infinispan-client.devservices.enabled", false),
                           "quarkus-camel-infinispan", 50));
       }
   }
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to