Skip to content

Commit 1518d7d

Browse files
committed
try to upgrade hibernate
try to upgrade hibernate next try add missing dependency com.fasterxml -> classmate (used by hibernate 5) set datasource to hibernate fix dependencies.yml format upgrade hibernate-c3p0 dependency upgrade to hibernate 5.2.8 ApplicationClassloader can now find ".class" resources without this, Hibernate5 would not resolve programmatically added entity classes upgrade to hibernate 5.2.10 fix tests: use indexed placeholders for parameters use patched version of hibernate-core 5.2.10 fix test fix test add support for "jpa.mapping-file" setting rename to hibernate-core 5.2.10.patched
1 parent 8ea33be commit 1518d7d

34 files changed

+285
-128
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ support/textmate
8484
samples-and-tests/yabe/logs
8585
samples-and-tests/yabe/test-result
8686
samples-and-tests/yabe/tmp
87+
samples-and-tests/yabe/modules
8788
*.ser
8889
modules/cobertura/lib
8990
modules/scala/lib/play-scala.jar

framework/dependencies.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,16 @@ require: &allDependencies
4545
- org.bouncycastle -> bcprov-jdk15 1.46
4646
- org.codehaus.groovy -> groovy-all 2.4.7
4747
- org.eclipse.jdt.core 3.10.0.v20140604-1726
48-
- org.hibernate -> hibernate-core 4.2.19.Final
49-
- org.hibernate -> hibernate-commons-annotations 4.0.2.Final
50-
- org.hibernate -> hibernate-entitymanager 4.2.19.Final
51-
- org.hibernate -> hibernate-validator 4.1.0.Final
52-
- org.hibernate -> jboss-logging 3.1.0.GA
53-
- org.hibernate -> jboss-transaction-api_1.1_spec 1.0.1.Final
54-
- org.hibernate.javax.persistence -> hibernate-jpa-2.0-api 1.0.1.Final
55-
- org.hibernate -> hibernate-c3p0 4.2.19.Final
56-
- org.hibernate -> hibernate-ehcache 4.2.19.Final
48+
- org.hibernate -> hibernate-core 5.2.10.patched
49+
- org.hibernate.common -> hibernate-commons-annotations 5.0.1.Final
50+
- org.hibernate -> hibernate-entitymanager 5.2.10.Final
51+
- org.hibernate -> hibernate-validator 5.4.1.Final
52+
- org.jboss.logging -> jboss-logging 3.3.0.Final
53+
- org.jboss.spec.javax.transaction -> jboss-transaction-api_1.2_spec 1.0.1.Final
54+
- org.hibernate.javax.persistence -> hibernate-jpa-2.1-api 1.0.0.Final
55+
- com.fasterxml -> classmate 1.3.3
56+
- org.hibernate -> hibernate-c3p0 5.2.10.Final
57+
- org.hibernate -> hibernate-ehcache 5.2.10.Final
5758
- com.mchange -> mchange-commons-java 0.2.12
5859
- org.javassist -> javassist 3.21.0-GA
5960
- io.netty -> netty 3.10.6.Final

framework/lib/classmate-1.3.3.jar

63.5 KB
Binary file not shown.
-42.3 KB
Binary file not shown.
11.4 KB
Binary file not shown.
-79.9 KB
Binary file not shown.
73.5 KB
Binary file not shown.
-4.48 MB
Binary file not shown.
6.31 MB
Binary file not shown.
-135 KB
Binary file not shown.

0 commit comments

Comments
 (0)