-
Enhancement
-
Resolution: Done
-
Major
-
12.0.1.Final
-
None
Make it possible to manipulate the configuration programmatically by supplying objects through the properties parameter.
- org.infinispan.configuration.parsing.ConfigurationBuilderHolder an instance of that will be used instead of attempting to load the configuration file specified by the uri parameter.
- org.infinispan.configuration.global.GlobalConfigurationBuilder an instance that will be used as thebase GlobalConfigurationBuilder before parsing the file specified by the uri parameter.
- org.infinispan.configuration.global.GlobalConfigurationBuilder-Consumer an instance of Consumer<GlobalConfigurationBuilder> that will be used to manipulate the global configuration after parsing the file specified by the uri parameter.
- org.infinispan.configuration.cache.Configuration-Function an instance of Function<String, org.infinispan.configuration.cache.Configuration> that will be used to obtain the configuration for a cache. If the function returns null, it will use the default configuration.