From 8d4dbb30ba8eab2f985dea33743c4afd6a2fd4e2 Mon Sep 17 00:00:00 2001 From: David Coutadeur Date: Fri, 12 Apr 2024 17:53:09 +0200 Subject: [PATCH 1/6] remove explicit `js:` engine in tests (#275) --- src/test/resources/etc/lsc.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/test/resources/etc/lsc.xml b/src/test/resources/etc/lsc.xml index 8073fd36..c5b168e0 100644 --- a/src/test/resources/etc/lsc.xml +++ b/src/test/resources/etc/lsc.xml @@ -483,7 +483,7 @@ "cn=" + srcBean.getDatasetFirstValueById("cn") + ",ou=ldap2ldapBinary2StringTestTaskDst,ou=Test Data,dc=lsc-project,dc=org" - - favouriteDrink - "cn=" + srcBean.getDatasetFirstValueById("cn") + ",ou=ldap2ldapSamePivotConversionTestTaskDst,ou=Test Data,dc=lsc-project,dc=org" - - @@ -616,7 +616,7 @@ favouriteDrink - From 8184abcc5be0e38aaa4f05cc8dce1d00f17c80f3 Mon Sep 17 00:00:00 2001 From: Xavier Bachelot Date: Wed, 3 Apr 2024 18:35:47 +0200 Subject: [PATCH 2/6] Update actions to nodejs 20 --- .github/workflows/maven.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index df4a39be..0be4b4c0 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -20,9 +20,9 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up JDK 11 - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: java-version: '11' distribution: 'temurin' @@ -30,7 +30,7 @@ jobs: - name: Build with Maven run: mvn -B -Popendj package --file pom.xml - name: Set up JDK 8 - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: java-version: '8' distribution: 'temurin' From 9edfc09be3298d6894ac6b5dd983993aa3289830 Mon Sep 17 00:00:00 2001 From: Xavier Bachelot Date: Wed, 3 Apr 2024 18:36:55 +0200 Subject: [PATCH 3/6] Add java 17 LTS --- .github/workflows/maven.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 0be4b4c0..1bd5097b 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -37,3 +37,11 @@ jobs: cache: maven - name: Build with Maven run: mvn -B -Popendj package --file pom.xml + - name: Set up JDK 17 + uses: actions/setup-java@v4 + with: + java-version: '17' + distribution: 'temurin' + cache: maven + - name: Build with Maven + run: mvn -B -Popendj package --file pom.xml From d4eb43f0f8c3644add669ec81286fab82f2dc2ae Mon Sep 17 00:00:00 2001 From: Xavier Bachelot Date: Wed, 3 Apr 2024 18:37:11 +0200 Subject: [PATCH 4/6] Add java 21 LTS --- .github/workflows/maven.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 1bd5097b..7e62d392 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -45,3 +45,11 @@ jobs: cache: maven - name: Build with Maven run: mvn -B -Popendj package --file pom.xml + - name: Set up JDK 21 + uses: actions/setup-java@v4 + with: + java-version: '21' + distribution: 'temurin' + cache: maven + - name: Build with Maven + run: mvn -B -Popendj package --file pom.xml From 966bcedd1009a1f2472247b51055190f959fb5f9 Mon Sep 17 00:00:00 2001 From: Xavier Bachelot Date: Thu, 4 Apr 2024 11:39:11 +0200 Subject: [PATCH 5/6] Drop unused .travis.yml --- .travis.yml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index cb311c59..00000000 --- a/.travis.yml +++ /dev/null @@ -1,10 +0,0 @@ -language: java - -jdk: - - openjdk8 - - openjdk11 - -script: mvn -Popendj test -B - -notifications: - irc: "irc.libera.chat#lsc-project" From 9c3c5108841ea167fac3cc86a6d0c4198d52b64c Mon Sep 17 00:00:00 2001 From: Xavier Bachelot Date: Tue, 16 Apr 2024 17:19:19 +0200 Subject: [PATCH 6/6] Bump graalvm to 22.3.5 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fdc5fa16..8d0d2a04 100644 --- a/pom.xml +++ b/pom.xml @@ -71,7 +71,7 @@ UTF-8 ${project.build.directory}/staging 1.5 - 22.3.1 + 22.3.5 2.12.7.1 ${project.build.directory}/compiler