]
Tristan Tarrant updated ISPN-10463:
-----------------------------------
Fix Version/s: 10.0.0.CR1
(was: 10.0.0.Beta5)
Server uses disabled features
-----------------------------
Key: ISPN-10463
URL:
https://issues.jboss.org/browse/ISPN-10463
Project: Infinispan
Issue Type: Bug
Components: Core, Server
Affects Versions: 10.0.0.Beta4, 9.4.15.Final
Reporter: Dan Berindei
Assignee: Dan Berindei
Priority: Major
Fix For: 10.0.0.CR1, 9.4.17.Final
Some Infinispan features are disabled in the product, e.g. data segmentation.
This is done with a file META-INF/infinispan-features.properties added by the
productization script in infinispan-commons:
org.infinispan.feature.data-segmentation=false
The properties file is read and the feature is disabled in library mode, but somehow the
server doesn't find the properties file and the feature is enabled.