]
Work on ISPN-10500 started by Nistor Adrian.
--------------------------------------------
Remove javassist dependency
---------------------------
Key: ISPN-10500
URL:
https://issues.jboss.org/browse/ISPN-10500
Project: Infinispan
Issue Type: Enhancement
Reporter: Nistor Adrian
Assignee: Nistor Adrian
Priority: Major
Fix For: 10.0.0.CR1, 9.4.17.Final
There are two versions used in Infinispan's pom: 3.23.1-GA used by hibernate-search
and 3.24.1-GA apparently used by protostream. But protostream is an uberjar that shades
that dependency (although it declares it in pom), so this is not really needed. also, in
the past javassist was used by the tools modules for RHQ plugin, but this is no longer the
case. I'm tempted to try to remove it for good.