]
Jason Greene updated WFLY-4232:
-------------------------------
Fix Version/s: 9.0.0.CR2
(was: 9.0.0.CR1)
Update the structure for Hibernate Search modules
-------------------------------------------------
Key: WFLY-4232
URL:
https://issues.jboss.org/browse/WFLY-4232
Project: WildFly
Issue Type: Enhancement
Components: JPA / Hibernate
Reporter: Sanne Grinovero
Assignee: Sanne Grinovero
Priority: Critical
Fix For: 9.0.0.CR2
In Hibernate Search 5 we fixed some classloading issues and highly improved the overall
modules structure to avoid leaking any unrequested dependency and minimize classloader
exposure to each sub-component as needed.
I expect this to also improve performance - for example - of Hibernate classpath
scanning.
The modules built in WildFly for Hibernate Search still mimick the structure we had in
Hibernate Search 4, we should improve this to get the same shape as the modules we build
during a release of Hibernate Search 5.