[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-2380) Hibernate3.2.0 GA is JDK 1.3 Incompatible

Alessandro Lazarotti (JIRA) noreply at atlassian.com
Thu Jan 25 06:19:19 EST 2007


    [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-2380?page=comments#action_25919 ] 

Alessandro Lazarotti commented on HHH-2380:
-------------------------------------------

Some clients requires JDK 1.3 for compatibility with old systems. The Hibernate Team guarantees this compatibility with this JDK version, however this release many classes is not compatible.

Today I see other classe with the same error that in AbstractEntityPersister (NoSuchMethodException), cause is use Boolean.valueOf :

 - org.hibernate.type.BooleanType
 - org.hibernate.util.PropertiesHelper
 - org.hibernate.persister.entity.AbstractEntityPersiste

and the Test Class:

org.hibernate.test.legacy.LegacyTestCase



> Hibernate3.2.0 GA is JDK 1.3 Incompatible
> -----------------------------------------
>
>          Key: HHH-2380
>          URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2380
>      Project: Hibernate3
>         Type: Bug

>   Components: core
>     Versions: 3.2.0.ga
>  Environment: Hibernate 3.2.0 GA
>     Reporter: Alessandro Lazarotti
>     Priority: Minor

>
>
> The class org.hibernate.persister.entity.AbstractEntityPersister uses Boolean.valueOf, incompatible with JDK 1.3.
> Update for new Boolean.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira




More information about the hibernate-issues mailing list