You could mandate Java 7 at build time (and thus use 7 for testing), while
keeping the output compatible with Java 6.
I think it's another indication that the Lucene backend should live in its
own repo to allow for a customization of this sort of things and
independent release cycles.
--Gunnar
To be honest, I am not sure what you are asking. Persisters are not meant
for application use.
On Tue, May 20, 2014 at 4:33 PM, Gail Badner wrote:
> Because AbstractEntityPersister implements Queryable (but EntityPersister
> does not), core does something like this to get access to Queryable
>
I couldn't find a test on this and I'm wondering if with a structure with
on the one hand @IndexedEmbedded(includePaths={"id","someField"}) and on
the other hand @ContainedIn, there would be a reindexing triggered of the
embedded element if "someOtherField" was changed at the root element (but
not
I started to push on Hibernate master integration for WildFly [1] +
Jipijapa [2].
http://pastie.org/9196859 is a NPE that occurs when the CDI BeanManager
is accessed during the first (EntityManagerFactoryBuilder) phase.
Hibernate ORM shouldn't use the BeanManager until the second phase.
Scott