[hibernate-dev] Moving Java Forward Faster

2017-09-07 Thread Rory O'Donnell
Hi Sanne, Oracle is proposing a rapid release model for Java SE going-forward. The high points are highlighted below, details of the changes can be found on Mark Reinhold’s blog [1] , OpenJDK discussion email list [2]. Under the proposed release model, after JDK 9, we will adopt a strict, time

Re: [hibernate-dev] Moving Java Forward Faster

2017-09-07 Thread Sanne Grinovero
Hi Rory, thank you very much for this heads up! Opening up the build-and-test infrastructure and the commercial components sounds like an amazing development. Some early thoughts. The methodology of faster release cycles is very welcome, yet the proposed versioning I saw mentioned on twitter to b

Re: [hibernate-dev] Moving Java Forward Faster

2017-09-07 Thread Rory O'Donnell
Hi Sanne, Please do share your thoughts on the OpenJDK mailing list. Rgds,Rory On 07/09/2017 11:22, Sanne Grinovero wrote: > Hi Rory, > > thank you very much for this heads up! Opening up the build-and-test > infrastructure and the commercial components sounds like an amazing > development. > >

Re: [hibernate-dev] CDI / ORM / WildFly / Search integration plumbing

2017-09-07 Thread Sanne Grinovero
I had a chat with Steve about this and I understand better now why the WildFly/JipiJapa/HibernateORM does what it does. We'll update the Hibernate Search integration test and move on! Thanks, Sanne On 6 September 2017 at 22:19, Sanne Grinovero wrote: > Hi Gail, > > the failing test is CDIInjec

Re: [hibernate-dev] CDI / ORM / WildFly / Search integration plumbing

2017-09-07 Thread Gail Badner
Are you saying that you don't need a fix for this? On Thu, Sep 7, 2017 at 10:36 AM, Sanne Grinovero wrote: > I had a chat with Steve about this and I understand better now why the > WildFly/JipiJapa/HibernateORM does what it does. > > We'll update the Hibernate Search integration test and move o

Re: [hibernate-dev] CDI / ORM / WildFly / Search integration plumbing

2017-09-07 Thread Sanne Grinovero
On 7 September 2017 at 22:38, Gail Badner wrote: > Are you saying that you don't need a fix for this? I'm going to need fixing the Hibernate Search code, but besides that yes I'm not needing (nor expecting) a fix in either WildFly (jipijapa) nor Hibernate ORM. Thanks, Sanne > > On Thu, Sep 7, 2

Re: [hibernate-dev] CDI / ORM / WildFly / Search integration plumbing

2017-09-07 Thread Gail Badner
OK, sounds good. Did Steve suggest how to fix it in HSearch? If he didn't, I have kind of a hacky idea. On Thu, Sep 7, 2017 at 2:59 PM, Sanne Grinovero wrote: > On 7 September 2017 at 22:38, Gail Badner wrote: > > Are you saying that you don't need a fix for this? > > I'm going to need fixing t

Re: [hibernate-dev] CDI / ORM / WildFly / Search integration plumbing

2017-09-07 Thread Steve Ebersole
My suggestion to Sanne (not sure if he was going to take this approach) was to essentially copy the way I handle this in 6 : https://github.com/sebersole/hibernate-core/blob/wip/6.0/hibernate-core/src/main/java/org/hibernate/resource/cdi/spi/ManagedBeanRegistry.java On Thu, Sep 7, 2017, 5:38 PM Ga

Re: [hibernate-dev] CDI / ORM / WildFly / Search integration plumbing

2017-09-07 Thread Gail Badner
That's a better solution than what I had in mind. On Thu, Sep 7, 2017 at 4:28 PM, Steve Ebersole wrote: > My suggestion to Sanne (not sure if he was going to take this approach) > was to essentially copy the way I handle this in 6 : > https://github.com/sebersole/hibernate-core/blob/wip/6.0/ > h