Re: [hibernate-dev] Created a Jenkins job to publish Snapshot artifacts for ORM 6.0

2018-12-11 Thread Steve Ebersole
It is definitely time to do this, so thanks for taking the initiative. The build scripts themselves already manage enabling/disabling everything that needs to be. I took a quick look at the job earlier and it looked great. Personally I would enable notifications. Tomorrow I can go through the j

[hibernate-dev] Releasing ORM 5.4.0.Final tomorrow

2018-12-11 Thread Guillaume Smet
Hi, FYI, I will release ORM 5.4.0.Final tomorrow afternoon my time. Please don't merge any last minute changes as I won't have the time to deal with potential issues. Thanks. -- Guillaume ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org h

Re: [hibernate-dev] Should the TransactionSynchronizationRegistry be cached by the JtaPlatform or perhaps at the SessionFactory level?

2018-12-11 Thread Scott Marlow
Hi Gail, Yes, WFLY-11243 [1] is caching TransactionSynchronizationRegistry at the WildFly level, which is great for WildFly applications but other platforms might benefit from one of the following: A. Reducing the number of Hibernate ORM calls to JndiService#locate (the TransactionSynchroniza