[hibernate-dev] any specific reason left that keep hibernate away from building on jdk6?

Strong Liu stliu at redhat.com
Sat Apr 17 00:29:35 EDT 2010


as that jdbc4 issue has been resolved, so i don't know if there is any specific reason that we cant apply this :

Index: parent/pom.xml
===================================================================
--- parent/pom.xml	(revision 19221)
+++ parent/pom.xml	(working copy)
@@ -132,7 +132,7 @@
                     <rules>
                         <requireJavaVersion>
                             <!-- require JDK 1.5 to run the build -->
-                            <version>[1.5,1.6)</version>
+                            <version>[1.5,]</version>
                         </requireJavaVersion>
                         <requireMavenVersion>
                             <!-- we need at least Maven 2.0.8 because of a bug fix affecting our antlr usage -->

 

-------------------------
Best Regards,

Strong Liu <stliu at redhat.com>





More information about the hibernate-dev mailing list