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

Steve Ebersole steve at hibernate.org
Sat Apr 17 09:51:51 EDT 2010


We need both.  So really what is the difference?

On Sat, 2010-04-17 at 12:29 +0800, Strong Liu wrote:
> 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>
> 
> 
> _______________________________________________
> hibernate-dev mailing list
> hibernate-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev


-- 
Steve Ebersole <steve at hibernate.org>
http://hibernate.org




More information about the hibernate-dev mailing list