|
Hello,
If I understand it right, class org.hibernate.ejb.Ejb3Configuration was supposed to be removed starting Hibernate 5.0. That's what Fix Version/s of this issue says and that's what public documentation says.
However, according to my observation EJB3Configuration disappeared prematurely, quitely and unexpectedly from Hibernate 4.3.0.Final released Dec 2013 (hibernate-entitymanager-4.3.0.Final.jar). If that's really true, isn't it a major discrepancy with documentation? Users of applications relying on EJB3Configuration are now in trouble (ok they should've ideally stop relying on EJB3Configuration a while ago as deprecation had suggested but that's not the point here).
Thanks for clarification.
Tomas
|