Sanne Grinovero This comes from your requested change in HHH-10178. Would like your thoughts on this discussion... Personally the CoreMessageLogger usage is not valid per-se in terms of justifying needing JTA dependency. We actually do expose JTA for some IMO justified uses: mainly in regards to defining org.hibernate.Transaction#registerSynchronization(javax.transaction.Synchronization) A Milbourne That's just not true. Previous versions of Hibernate would still have needed JTA available. The difference in 5.0.4 (via HHH-10178) is simply that that dependency is no longer provided transitively from Hibernate's dependencies. Which is still a problem, just clarifying your comment... |