Re: [hibernate-dev] Breaking JBossStandAloneJtaPlatform backwards compatibility

2018-05-28 Thread Scott Marlow
A fix is merged to orm master branch, which should be in 5.3.2, as soon as that is available. On Sun, May 27, 2018, 7:06 PM Steve Ebersole wrote: > JBossStandalone is meant for use of JBoss Transactions outside of > WildFly. Why are we using it inside WildFly. WildFly also supports non-jpa co

[hibernate-dev] Hibernate ORM 5.3.1.Final has been released

2018-05-28 Thread Chris Cranford
For details: http://in.relation.to/2018/05/28/hibernate-orm-531-final-release/ ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] Breaking JBossStandAloneJtaPlatform backwards compatibility

2018-05-28 Thread Sanne Grinovero
On 28 May 2018 at 00:05, Steve Ebersole wrote: > JBossStandalone is meant for use of JBoss Transactions outside of WildFly. > Why are we using it inside WildFly. Inside WildFly, jipijapa ought to be > defining that however it needs through a custom JtaPlatform and probably the > JtaPlatformInitia

[hibernate-dev] AbstractStandardBasicType#getReplacement() prototype is incorrect since HHH-12054

2018-05-28 Thread Guillaume Smet
Hi, When HHH-12054 was fixed (see https://github.com/hibernate/hibernate-orm/pull/2042/files), we took into account the fact that original and target could be set to LazyPropertyInitializer.UNFETCHED_PROPERTY in the AbstractStandardBasicType#getReplacement() method whereas we haven't changed the p