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

Strong Liu stliu at redhat.com
Sat Apr 17 09:59:23 EDT 2010


the difference is with this change, if someone only has jdk6 installed, then it can be used to build hibernate source code instead of installing another jdk.

so the question is is there any known issue that causes hibernate components, expect the ones that explicitly ask jdk6, *must* be build on jdk5/4?
-------------------------
Best Regards,

Strong Liu <stliu at redhat.com>

On Apr 17, 2010, at 9:51 PM, Steve Ebersole wrote:

> 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