From 5d3c2c3d08825163c86fc3134780f9ff12593e90 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sun, 12 Nov 2023 00:56:59 -0500 Subject: [PATCH] [derby] Retool derby to add back java 11 and let it selectively change per build jdk --- .github/workflows/ci.yaml | 2 +- pom.xml | 27 +++++++++++++++++++++++---- 2 files changed, 24 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 06b1c216..b14431cd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - java: [17, 21, 22-ea] + java: [11, 17, 21, 22-ea] distribution: ['temurin'] fail-fast: false max-parallel: 4 diff --git a/pom.xml b/pom.xml index e68ca28b..9c868b7a 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,6 @@ org.mybatis mybatis2 2.5.1-SNAPSHOT - jar mybatis2 The mybatis data mapper framework makes it easier to use a relational database with object-oriented @@ -64,6 +63,7 @@ 2.4.4 + 10.17.1.0 8 8 8 @@ -143,19 +143,19 @@ org.apache.derby derby - 10.16.1.1 + ${derby.version} test org.apache.derby derbyshared - 10.16.1.1 + ${derby.version} test org.apache.derby derbyoptionaltools - 10.16.1.1 + ${derby.version} test @@ -192,6 +192,15 @@ + + pre16 + + (,16) + + + 10.15.2.0 + + jdk17on @@ -199,6 +208,16 @@ --add-opens java.base/java.lang=ALL-UNNAMED + 10.16.1.1 + + + + 19 + + [19,) + + + 10.17.1.0