Skip to content

Commit

Permalink
Merge pull request #1290 from sbeigel/hibernate-5.4
Browse files Browse the repository at this point in the history
hibernate 5.4 update
  • Loading branch information
xael-fry committed Jan 25, 2019
2 parents bf22d43 + 81b4fe6 commit 7ea47aa
Show file tree
Hide file tree
Showing 16 changed files with 14 additions and 13 deletions.
15 changes: 8 additions & 7 deletions framework/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ require: &allDependencies
- junit 4.12
- jregex 1.2_01
- log4j 1.2.17
- net.sf.ehcache -> ehcache-core 2.6.11
- net.sf.ehcache -> ehcache 2.10.6
- net.sf.ezmorph -> ezmorph 1.0.6
- net.sf.jsr107cache -> jsr107cache 1.1
- net.sf.oval -> oval 1.86
Expand All @@ -48,18 +48,19 @@ require: &allDependencies
- org.codehaus.groovy -> groovy 2.5.3
- org.codehaus.groovy -> groovy-xml 2.5.3
- org.eclipse.jdt -> org.eclipse.jdt.core 3.14.0
- org.hibernate -> hibernate-core 5.3.6.Final.patched
- net.bytebuddy -> byte-buddy 1.8.17
- org.hibernate -> hibernate-core 5.4.1.Final.patched
- net.bytebuddy -> byte-buddy 1.9.5
- javax.persistence -> javax.persistence-api 2.2
- org.hibernate.common -> hibernate-commons-annotations 5.0.1.Final
- org.hibernate -> hibernate-validator 5.4.1.Final
- org.jboss.logging -> jboss-logging 3.3.0.Final
- org.jboss.spec.javax.transaction -> jboss-transaction-api_1.2_spec 1.0.1.Final
- javax.persistence -> javax.persistence-api 2.2
- com.fasterxml -> classmate 1.3.3
- org.hibernate -> hibernate-c3p0 5.3.6.Final
- org.hibernate -> hibernate-entitymanager 5.3.6.Final
- org.hibernate -> hibernate-ehcache 5.3.6.Final
- javax.xml.bind -> jaxb-api 2.3.1
- org.glassfish.jaxb -> jaxb-runtime 2.3.1
- com.fasterxml -> classmate 1.3.4
- org.hibernate -> hibernate-c3p0 5.4.1.Final
- org.hibernate -> hibernate-ehcache 5.4.1.Final
- com.mchange -> mchange-commons-java 0.2.12
- org.javassist -> javassist 3.24.0-GA
- io.netty -> netty 3.10.6.Final
Expand Down
Binary file removed framework/lib/byte-buddy-1.8.17.jar
Binary file not shown.
Binary file added framework/lib/byte-buddy-1.9.5.jar
Binary file not shown.
Binary file not shown.
Binary file added framework/lib/ehcache-2.10.6.jar
Binary file not shown.
Binary file removed framework/lib/hibernate-c3p0-5.3.6.Final.jar
Binary file not shown.
Binary file added framework/lib/hibernate-c3p0-5.4.1.Final.jar
Binary file not shown.
Binary file not shown.
Binary file removed framework/lib/hibernate-ehcache-5.3.6.Final.jar
Binary file not shown.
Binary file added framework/lib/hibernate-ehcache-5.4.1.Final.jar
Binary file not shown.
Binary file removed framework/lib/hibernate-entitymanager-5.3.6.Final.jar
Binary file not shown.
Binary file added framework/lib/jaxb-api-2.3.1.jar
Binary file not shown.
Binary file added framework/lib/jaxb-runtime-2.3.1.jar
Binary file not shown.
6 changes: 0 additions & 6 deletions framework/patches/hibernate-5.3.6-patch-play.README

This file was deleted.

6 changes: 6 additions & 0 deletions framework/patches/hibernate-5.4.1-patch-play.README
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
----
Download Hibernate 5.4.0.Final source code, apply the patch, and build with gradle (tip use export GRADLE_OPTS=-Xmx1G -XX:MaxPermSize=512m)
----

DRY RUN -> patch --dry-run -p1 -i hibernate-5.4.1-patch-play.patch
APPLY -> patch -p1 -i hibernate-5.4.1-patch-play.patch

0 comments on commit 7ea47aa

Please sign in to comment.