Re: [hibernate-dev] Changing method signatures in micro releases

2014-05-23 Thread Gail Badner
My changes for HHH-9204 and HHH-9205 need to be pushed to 4.2, 4.3, and master. This needs to happen by early next week so it can be released in 4.2.13.Final on Wednesday. I want to make sure that my change fixes the regression introduced into 4.3.5 and 4.2.12, without breaking the fix that Gun

Re: [hibernate-dev] [OGM and others] API, SPI and FPI

2014-05-23 Thread Steve Ebersole
The split packages were really a vehicle to make auto-generation of osgi metatdata possible. It is nice too that they offer a quick visual clue into the intent. I agree that an annotation would work as well for some aspects of this. But using annotations would make the osgi auto-gen harder for s

Re: [hibernate-dev] EntityManagerFactoryBuilderImpl constructor is accessing the CDI BeanManager too early (during 1st phase) ...

2014-05-23 Thread Scott Marlow
On 05/21/2014 03:36 PM, Scott Marlow wrote: > 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