Tristan Tarrant created ISPN-9535:
-------------------------------------
Summary: Feature flags
Key: ISPN-9535
URL:
https://issues.jboss.org/browse/ISPN-9535
Project: Infinispan
Issue Type: Feature Request
Components: Configuration
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 9.4.0.Final
We need a way to enable/disable certain features using flags.
The flags are properties in the form:
org.infinispan.featurename
any META-INF/infinispan-features.properties resources found on the classpath will be
loaded and aggregated, and any property that is set to false will not be available.
The Features object will be initialized by global configurations
(GlobalConfigurationBuilder and Hot Rod ConfigurationBuilder) and can be queried in
configuration builders' validate methods to decide whether features can be used or
not.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)