From a5950ca7d5f0de7a59823143ba4471e2979d0767 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 24 Oct 2023 16:49:29 +0200 Subject: [PATCH] Polish "Fix spring-orm tests with eclipselink and Java 18+" We can't upgrade to Eclipselink 4 as it would change the baseline that this generation uses. However, there is a recent release in the current line that adds compatibility with recent JDKs. See gh-31078 --- framework-platform/framework-platform.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework-platform/framework-platform.gradle b/framework-platform/framework-platform.gradle index 5646843a8e..8bbaeb39dc 100644 --- a/framework-platform/framework-platform.gradle +++ b/framework-platform/framework-platform.gradle @@ -116,7 +116,7 @@ dependencies { api("org.crac:crac:1.4.0") api("org.dom4j:dom4j:2.1.4") api("org.eclipse.jetty:jetty-reactive-httpclient:4.0.0") - api("org.eclipse.persistence:org.eclipse.persistence.jpa:4.0.2") + api("org.eclipse.persistence:org.eclipse.persistence.jpa:3.0.4-RC1") api("org.eclipse:yasson:2.0.4") api("org.ehcache:ehcache:3.10.8") api("org.ehcache:jcache:1.0.1")