| Infinispan 8.2.5 and 9.0.0 introduced a new MANUAL eviction strategy. This causes the validation of the timestamps cache to fail if the timestamps cache configuration uses MANUAL eviction strategy. org.hibernate.cache.infinispan.timestamp.TimestampTypeOverrides.validateInfinispanConfiguration(...) tests if the strategy != EvictionStrategy.NONE. It should instead test strategy.isEnabled(). |