[hibernate-dev] Question about Jandex composite indexes passed into via "hibernate.jandex_index" and whether ORM keeps a strong reference to Jandex indexes after deployment...

Steve Ebersole steve at hibernate.org
Wed Mar 18 11:22:03 EDT 2015


I don't *think* we do, but it sounds like something we definitely need to
make sure we aren't doing.
On Mar 17, 2015 8:41 AM, "Scott Marlow" <smarlow at redhat.com> wrote:

> Steve,
>
> Wildfly-dev [1] brings up a change expected for WildFly 10, to not
> reference the Jandex indexes after deployment completes.  I'm curious if
> our current/planned ORM 5.0 jandex using code, keeps a reference to the
> passed in "hibernate.jandex_index"?
>
> How how hard would it be for ORM, to only reference the composite Jandex
> index during application deployment time?  Deployment time ends when
> PersistenceProvider.createContainerEntityManagerFactory() returns.
>
> Scott
>
> [1] http://lists.jboss.org/pipermail/wildfly-dev/2015-March/003679.html
> _______________________________________________
> hibernate-dev mailing list
> hibernate-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev
>


More information about the hibernate-dev mailing list