Re: [hibernate-dev] [!] Changing the Faceting API in Hibernate Search

2015-05-04 Thread Gunnar Morling
+1 for merging this work and making the changed behaviour very apparent in the migration notes / announcement. Btw. in addition to @Facet, it should be possible to enable specific fields for faceting via the mapping API (if that's not part of the PR yet). Then a user could programmatically enable

Re: [hibernate-dev] [!] Changing the Faceting API in Hibernate Search

2015-05-04 Thread Hardy Ferentschik
Hi, On Mon, May 04, 2015 at 09:11:06AM +0200, Gunnar Morling wrote: > +1 for merging this work and making the changed behaviour very apparent in > the migration notes / announcement. +1 as well. As I mentioned on the pull request, this is such a long standing issue and a topic which we keep get

[hibernate-dev] Fwd: [wildfly-dev] WildFly 9.0.0.CR1 is released!

2015-05-04 Thread Emmanuel Bernard
Some info on Jandex 2.0 move on the WildFly front. > Begin forwarded message: > > From: Tomaž Cerar > Subject: Re: [wildfly-dev] WildFly 9.0.0.CR1 is released! > Date: 4 May 2015 12:30:06 CEST > To: Jozef Hartinger , Jason Greene > , WildFly Dev > > Yes! > > With 10 we are moving to java 8 w

[hibernate-dev] JPA callbacks enabled on SessionFactory

2015-05-04 Thread Steve Ebersole
I recently have seen a bunch of attempts (and questions about) using JPA callbacks with SessionFactory. At the moment, a user would need to manually enable the proper event listeners to get this to work. I am thinking about enabling this "out of the box". Wanted to get everyone's opinion. I am