On Tue, Mar 17, 2015 at 07:13:37PM -0400, Scott Marlow wrote:
Currently, Hibernate 4.3 is building its own Jandex IndexView [2] but
we
could probably build/pass one in (via "hibernate.jandex_index"), so that
Hibernate won't build its own indexes anymore. We discussed doing this
for integrating with Hibernate 5.0 (WFLY-3291) but the same should also
work for 4.3.x.
Interesting, afair 4.3 does not use Jandex. I wonder whether there is really a
need for Jandex in 4.3? I can see it contains the metamodel code, but that could
be removed afaiu.
--Hardy