-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
Changes to Infinispan subsystem in WF12:
- cache-container=* jndi-name attribute deprecated
- local/invalidation/replicated/distributed-cache=* jndi-name deprecated
- invalidation/replicated/distributed-cache=* mode deprecated
- Caches are always SYNC
- component=eviction renamed to memory=object
- max-entries attribute renamed to size
- strategy attribute deprecated
- LRU = size > 0
- NONE = size <= 0
- New resources:
- memory=binary
- Cache entries stores as byte[] instead of object references
- memory=off-heap
- Cache entries stored off-heap in native memory
- memory=binary
- store=string-keyed-jdbc-store renamed to store=jdbc
- store=binary-keyed-jdbc-store and store=mixed-keyed-jdbc-store remain deprecated but implementations dropped - implemented as store=jdbc
- component=backup-for deprecated
- Backup cache names should match cache name
- store=jdbc/table=string batch-size attribute replaced by store=* max-batch-size attribute
This leads to the error
Missing metadata: [resource description] @ {selected.profile}/subsystem=infinispan/cache-container=/distributed-cache=/component=eviction
- blocks
-
HAL-1280 Missing validation for deprecated alternatives
- Resolved
- is incorporated by
-
WFLY-10307 Upgrade HAL to 3.0.0.Beta1
- Closed
-
WFLY-10375 Upgrade HAL to 3.0.0.Final
- Closed