Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions framework/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ transitiveDependencies: false

# This core dependencies are required by Play framework
require: &allDependencies
- antlr 2.7.7
- antlr4-runtime 4.13.0
- com.mchange -> c3p0 0.10.2
- com.zaxxer -> HikariCP 5.1.0
- org.ow2.asm -> asm 9.8
Expand All @@ -30,7 +30,7 @@ require: &allDependencies
- org.apache.commons -> commons-text 1.13.1
- commons-logging 1.3.5
- org.dom4j -> dom4j 2.2.0
- com.h2database -> h2 1.4.200
- com.h2database -> h2 2.2.224
- jakarta.activation -> jakarta.activation-api 2.1.3
- com.sun.mail -> jakarta.mail 2.0.2
- jakarta.inject -> jakarta.inject-api 2.0.1
Expand Down Expand Up @@ -63,7 +63,7 @@ require: &allDependencies
- org.codehaus.groovy -> groovy-xml 3.0.25
- org.eclipse.jdt -> org.eclipse.jdt.core 3.33.0
- org.eclipse.jdt -> ecj 3.33.0
- org.hibernate -> hibernate-core-jakarta 5.6.15.Final.patched
- org.hibernate -> hibernate-core 6.6.31.Final.patched
- net.bytebuddy -> byte-buddy 1.17.6
- jakarta.persistence -> jakarta.persistence-api 3.1.0
- org.hibernate.common -> hibernate-commons-annotations 7.0.3.Final
Expand All @@ -74,8 +74,8 @@ require: &allDependencies
- jakarta.xml.bind -> jakarta.xml.bind-api 4.0.2
- org.glassfish.jaxb -> jaxb-runtime 2.3.9
- com.fasterxml -> classmate 1.7.0
- org.hibernate -> hibernate-c3p0 5.6.15.Final
- org.hibernate -> hibernate-ehcache 5.6.15.Final
- org.hibernate -> hibernate-c3p0 6.6.31.Final
- org.hibernate -> hibernate-jcache 6.6.31.Final
- com.mchange -> mchange-commons-java 0.3.2
- org.javassist -> javassist 3.30.2-GA
- io.netty -> netty 3.10.6.Final
Expand Down
Binary file removed framework/lib/antlr-2.7.7.jar
Binary file not shown.
Binary file added framework/lib/antlr4-runtime-4.13.0.jar
Binary file not shown.
Binary file added framework/lib/cache-api-1.0.0.jar
Binary file not shown.
Binary file removed framework/lib/h2-1.4.200.jar
Binary file not shown.
Binary file added framework/lib/h2-2.2.224.jar
Binary file not shown.
Binary file removed framework/lib/hibernate-c3p0-5.6.15.Final.jar
Binary file not shown.
Binary file added framework/lib/hibernate-c3p0-6.6.31.Final.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed framework/lib/hibernate-ehcache-5.6.15.Final.jar
Binary file not shown.
Binary file added framework/lib/hibernate-jcache-6.6.31.Final.jar
Binary file not shown.
6 changes: 0 additions & 6 deletions framework/patches/hibernate-5.6.15-patch-play.README

This file was deleted.

163 changes: 0 additions & 163 deletions framework/patches/hibernate-5.6.15-patch-play.patch

This file was deleted.

6 changes: 6 additions & 0 deletions framework/patches/hibernate-6.6.31-patch-play.README
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
----
Download Hibernate 6.6.31.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-6.6.31-patch-play.patch
APPLY -> patch -p1 -i hibernate-6.6.31-patch-play.patch
Loading