[jboss-jira] [JBoss JIRA] (AS7-4771) Upgrade Hibernate to 4.1.3 (and 3.6.10)
Frank Langelage (JIRA)
jira-events at lists.jboss.org
Thu May 10 12:51:20 EDT 2012
Frank Langelage created AS7-4771:
------------------------------------
Summary: Upgrade Hibernate to 4.1.3 (and 3.6.10)
Key: AS7-4771
URL: https://issues.jboss.org/browse/AS7-4771
Project: Application Server 7
Issue Type: Component Upgrade
Components: JPA / Hibernate
Affects Versions: 7.1.2.Final (EAP)
Reporter: Frank Langelage
Assignee: Scott Marlow
Fix For: 7.2.0.Alpha1
Hibernate 4.1.3 is out for some days now with fixes for the NaturalId feature and a performance optimization.
Please upgrade master branch with this version.
And Hibernate 3.6.6 seems to be very old.
Maybe it should be updated to for those who like/have to stay using hibernate3.
jboss at sb2000:/home/jboss/JBoss-7.2/jboss-as git diff
diff --git a/pom.xml b/pom.xml
index 7051e3b..e6ae76f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -128,11 +128,11 @@
<version.org.codehaus.plexus.plexus-utils>2.0.4</version.org.codehaus.plexus.plexus-utils>
<version.org.codehaus.woodstox.stax2-api>3.1.1</version.org.codehaus.woodstox.stax2-api>
<version.org.codehaus.woodstox.woodstox-core-asl>4.1.1</version.org.codehaus.woodstox.woodstox-core-asl>
- <version.org.hibernate>4.1.2.Final</version.org.hibernate>
+ <version.org.hibernate>4.1.3.Final</version.org.hibernate>
<version.org.hibernate.commons.annotations>4.0.1.Final</version.org.hibernate.commons.annotations>
<version.org.hibernate.javax.persistence.hibernate-jpa-2.0-api>1.0.1.Final</version.org.hibernate.javax.persistence.hibernate-jpa-2.0-api>
<version.org.hibernate.validator>4.2.0.Final</version.org.hibernate.validator>
- <version.org.hibernate3>3.6.6.Final</version.org.hibernate3>
+ <version.org.hibernate3>3.6.10.Final</version.org.hibernate3>
<version.org.hibernate3.commons.annotations>3.2.0.Final</version.org.hibernate3.commons.annotations>
<version.org.hornetq>2.2.16.Final</version.org.hornetq>
<version.org.infinispan>5.1.4.FINAL</version.org.infinispan>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list