The attached patch "fix-for-Hibernate Console feature-req_3599545.patch" realized now the support of Hibernate 4.x. The completly maven project configuration was generally upgraded and was improved especially while using different JDK within the given environment "JAVA_HOME" into maven execution runtime.
This gives now support for:
+ "cache" test driver (ehcache, tested successfully with different version of hibernate configurations)
+ different "JVM" support (tested successfully with 1.6, 1.7, 1.8)
Last edit: Udo Kuehne 2013-01-18
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The attached patch "fix-for-Hibernate Console feature-req_3599545.patch" realized now the support of Hibernate 4.x. The completly maven project configuration was generally upgraded and was improved especially while using different JDK within the given environment "JAVA_HOME" into maven execution runtime.
This gives now support for:
+ "cache" test driver (ehcache, tested successfully with different version of hibernate configurations)
+ different "JVM" support (tested successfully with 1.6, 1.7, 1.8)
Last edit: Udo Kuehne 2013-01-18
Hi Udo,
I'll check this patch in detail, maybe there's something I overlooked ;-)
Btw. did you notice that the latest VCS version includes a test for HB 4.x, take a look at the following:
http://hibernate-jcons.hg.sourceforge.net/hgweb/hibernate-jcons/hibernate-jcons/rev/2295781a5d16
Cheers, Jürgen
Ah I overlooked your explanaitions. That makes sense!
Would you mind creating a patch against the head revision?
Thanks a lot!