]
Sebastian Łaskawiec resolved ISPN-3337.
---------------------------------------
Fix Version/s: 9.0.0.Beta1
9.0.0.Final
Resolution: Won't Fix
Define an approach to allow the injection of Configuration and
GlobalConfiguration beans for overriding
-------------------------------------------------------------------------------------------------------
Key: ISPN-3337
URL:
https://issues.jboss.org/browse/ISPN-3337
Project: Infinispan
Issue Type: Feature Request
Components: Spring Integration
Reporter: Navin Surtani
Assignee: Sebastian Łaskawiec
Fix For: 9.0.0.Beta1, 9.0.0.Final
ISPN-3279 removed the ConfigurationOverrides and GlobalConfigurationOverrides classes in
the Spring module. These classes contained older set() calls in order to override Cache
configurations and given the way that programmatic Configuration currently works in
Infinispan, that approach is not maintainable.
We hence need a clean way to provide (Global) Configuration beans as a newer, cleaner
approach.