]
Radim Vansa updated ISPN-5335:
------------------------------
Affects Version/s: 7.2.0.Alpha1
ConfigurationBuilder with custom interceptor leads to shared
interceptor
------------------------------------------------------------------------
Key: ISPN-5335
URL:
https://issues.jboss.org/browse/ISPN-5335
Project: Infinispan
Issue Type: Bug
Affects Versions: 7.2.0.Alpha1
Reporter: Radim Vansa
If ConfigurationBuilder object with defined Interceptor (even through Parser) is reused
in multiple classes, these classes have shared interceptor (which obviously breaks stuff).
You cannot copy the ConfigurationBuilder in any way (such as creating configuration and
reading it again) because the instance is never cloned/created anew.