[
https://issues.jboss.org/browse/AS7-4771?page=com.atlassian.jira.plugin.s...
]
Scott Marlow commented on AS7-4771:
-----------------------------------
Hibernate 3.6.10 versus 3.6.6 shouldn't matter since we are not including the
Hibernate 3.6.x jars in the AS7 build. Having said that, I'm not against incrementing
the version if it helps in some way.
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@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