-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: Does Hibernate 3.1.3 support Java 1.6?
PostPosted: Mon Jun 25, 2012 11:23 am 
Newbie

Joined: Mon Jun 25, 2012 11:18 am
Posts: 1
Hi,
We are upgrading an application currently running Hibernate 3.1.3 with Java 1.5. We are upgrading to Java 1.6. Should the existing 3.1.3 Hibernate code continue to work with Java 1.6 or will we need to move to a newer Hibernate release ?

Thanks,
Matt


Top
 Profile  
 
 Post subject: Re: Does Hibernate 3.1.3 support Java 1.6?
PostPosted: Tue Jun 26, 2012 2:29 am 
Expert
Expert

Joined: Tue Jun 16, 2009 3:36 am
Posts: 990
Hi Matt,

generally in Java once the source files are compiled into class files,
the compiled code runs with each jre which version is greater equal to the version of jdk, which were used to compile.
This is because Java with each new jre must keep backward-compatibility.
So in theory 3.1.3 Hibernate code continue to work with Java 1.6.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.