From c6852935c0992ccdf892d685c0d4a30245e7877c Mon Sep 17 00:00:00 2001 From: Michael Bouschen Date: Sun, 15 Feb 2026 15:41:43 +0100 Subject: [PATCH 1/3] JDO-858: added profile jdori-dn6 to run DataNucleus version 6 --- tck/pom.xml | 93 ++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 92 insertions(+), 1 deletion(-) diff --git a/tck/pom.xml b/tck/pom.xml index 1d86902a..6e9d710e 100644 --- a/tck/pom.xml +++ b/tck/pom.xml @@ -221,7 +221,7 @@ org.datanucleus datanucleus-jdo-query - 5.0.9 + 5.0.10 org.datanucleus @@ -257,5 +257,96 @@ + + jdori-dn6 + + false + + jdo.tck.impl + jdori + + + + 11 + + + + org.datanucleus + datanucleus-core + 6.0.11 + + + org.datanucleus + datanucleus-rdbms + 6.0.10 + + + org.datanucleus + datanucleus-api-jdo + 6.0.5 + + + org.datanucleus + datanucleus-jdo-query + 6.0.2 + + + org.datanucleus + datanucleus-api-jpa + 6.0.2 + + + org.apache.logging.log4j + log4j-api + 2.25.3 + + + org.apache.logging.log4j + log4j-core + 2.25.3 + + + org.apache.logging.log4j + log4j-jcl + 2.25.3 + + + + javax.annotation + javax.annotation-api + 1.3.2 + + + + org.glassfish.corba + glassfish-corba-orb + 5.0.0 + + + + + + + org.apache.maven.plugins + maven-enforcer-plugin + + + enforce-versions + + enforce + + + + + [11,) + + + + + + + + + From 4fedc2d26c997edea97a4926999d0e3fb43862e3 Mon Sep 17 00:00:00 2001 From: Michael Bouschen Date: Sun, 15 Feb 2026 16:21:49 +0100 Subject: [PATCH 2/3] Revert "JDO-858: added profile jdori-dn6 to run DataNucleus version 6" This reverts commit c6852935c0992ccdf892d685c0d4a30245e7877c. --- tck/pom.xml | 93 +---------------------------------------------------- 1 file changed, 1 insertion(+), 92 deletions(-) diff --git a/tck/pom.xml b/tck/pom.xml index 6e9d710e..1d86902a 100644 --- a/tck/pom.xml +++ b/tck/pom.xml @@ -221,7 +221,7 @@ org.datanucleus datanucleus-jdo-query - 5.0.10 + 5.0.9 org.datanucleus @@ -257,96 +257,5 @@ - - jdori-dn6 - - false - - jdo.tck.impl - jdori - - - - 11 - - - - org.datanucleus - datanucleus-core - 6.0.11 - - - org.datanucleus - datanucleus-rdbms - 6.0.10 - - - org.datanucleus - datanucleus-api-jdo - 6.0.5 - - - org.datanucleus - datanucleus-jdo-query - 6.0.2 - - - org.datanucleus - datanucleus-api-jpa - 6.0.2 - - - org.apache.logging.log4j - log4j-api - 2.25.3 - - - org.apache.logging.log4j - log4j-core - 2.25.3 - - - org.apache.logging.log4j - log4j-jcl - 2.25.3 - - - - javax.annotation - javax.annotation-api - 1.3.2 - - - - org.glassfish.corba - glassfish-corba-orb - 5.0.0 - - - - - - - org.apache.maven.plugins - maven-enforcer-plugin - - - enforce-versions - - enforce - - - - - [11,) - - - - - - - - - From dc9a2681383e862a8f49fd45b96d7efc74047531 Mon Sep 17 00:00:00 2001 From: Michael Bouschen Date: Sun, 15 Feb 2026 16:37:04 +0100 Subject: [PATCH 3/3] Reapply "JDO-858: added profile jdori-dn6 to run DataNucleus version 6" This reverts commit 4fedc2d26c997edea97a4926999d0e3fb43862e3. --- tck/pom.xml | 93 ++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 92 insertions(+), 1 deletion(-) diff --git a/tck/pom.xml b/tck/pom.xml index 1d86902a..6e9d710e 100644 --- a/tck/pom.xml +++ b/tck/pom.xml @@ -221,7 +221,7 @@ org.datanucleus datanucleus-jdo-query - 5.0.9 + 5.0.10 org.datanucleus @@ -257,5 +257,96 @@ + + jdori-dn6 + + false + + jdo.tck.impl + jdori + + + + 11 + + + + org.datanucleus + datanucleus-core + 6.0.11 + + + org.datanucleus + datanucleus-rdbms + 6.0.10 + + + org.datanucleus + datanucleus-api-jdo + 6.0.5 + + + org.datanucleus + datanucleus-jdo-query + 6.0.2 + + + org.datanucleus + datanucleus-api-jpa + 6.0.2 + + + org.apache.logging.log4j + log4j-api + 2.25.3 + + + org.apache.logging.log4j + log4j-core + 2.25.3 + + + org.apache.logging.log4j + log4j-jcl + 2.25.3 + + + + javax.annotation + javax.annotation-api + 1.3.2 + + + + org.glassfish.corba + glassfish-corba-orb + 5.0.0 + + + + + + + org.apache.maven.plugins + maven-enforcer-plugin + + + enforce-versions + + enforce + + + + + [11,) + + + + + + + + +