]
Brian Stansberry commented on WFLY-10007:
-----------------------------------------
[~rhusar] I recommend you talk to the Keycloak guys so they can prepare for its eventual
removal.
Module org.infinispan.cachestore.remote was dropped
---------------------------------------------------
Key: WFLY-10007
URL:
https://issues.jboss.org/browse/WFLY-10007
Project: WildFly
Issue Type: Bug
Components: Clustering
Affects Versions: 12.0.0.Final
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Fix For: 13.0.0.Beta1
The org.infinispan.cachestore.remote module was renamed to
org.infinispan.persistence.remote as part of WFLY-8207 but the Keycloak adapters that
integrate into WF depend on that module. So, proposal is to add an alias module.
The module was private but projects/products that layer on top of WF/EAP legitimately use
private modules. Also, this isn't really a layer, it's an adapter to allow us to
integrate with an external server, so we somewhat broke ourselves.