[jboss-jira] [JBoss JIRA] Commented: (JBAS-8027) Upgrade Hibernate to 3.5.2

Steve Ebersole (JIRA) jira-events at lists.jboss.org
Fri May 14 10:26:27 EDT 2010


    [ https://jira.jboss.org/jira/browse/JBAS-8027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12530779#action_12530779 ] 

Steve Ebersole commented on JBAS-8027:
--------------------------------------

So currently AS has:

<version.org.hibernate>3.5.0-CR-1</version.org.hibernate>
<version.org.hibernate.commons.annotations>3.2.0.Beta1</version.org.hibernate.commons.annotations>
<version.org.hibernate.entity.manager>3.5.0-CR-1</version.org.hibernate.entity.manager>
<version.org.hibernate.javax.persistence>1.0.0-CR-1</version.org.hibernate.javax.persistence>
<version.org.hibernate.validator>4.0.2.GA</version.org.hibernate.validator>

Since entity manager and annotations have been merged into core those can all be handled by the same property:
<version.org.hibernate>3.5.2-Final</version.org.hibernate>
<version.org.hibernate.entity.manager>${version.org.hibernate}</version.org.hibernate.entity.manager>

The commons-annotations version needs to be:
<version.org.hibernate.commons.annotations>3.2.0.Final</version.org.hibernate.commons.annotations>

The JPA dependency should be (assuming use of org.hibernate.javax.persistence:hibernate-jpa-2.0-api):
<version.org.hibernate.javax.persistence>1.0.0.Final</version.org.hibernate.javax.persistence>

For validator, should be the same for now.


> Upgrade Hibernate to 3.5.2
> --------------------------
>
>                 Key: JBAS-8027
>                 URL: https://jira.jboss.org/jira/browse/JBAS-8027
>             Project: JBoss Application Server
>          Issue Type: Sub-task
>      Security Level: Public(Everyone can see) 
>            Reporter: Scott Marlow
>             Fix For: 6.0.0.M4
>
>


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

        


More information about the jboss-jira mailing list