From 2c5e8492d798ab8bfb97270c39495d5295ed97d1 Mon Sep 17 00:00:00 2001 From: marmoure Date: Tue, 21 Nov 2023 17:37:54 +0100 Subject: [PATCH 1/2] [fix] bump xpath parser to pass tests on java 17 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d95a4e4..4a73bb7 100755 --- a/pom.xml +++ b/pom.xml @@ -82,7 +82,7 @@ com.evolvedbinary.xpath xpath2-parser - 1.0 + 2.0.0 jakarta.xml.bind From 3615d96cf072a244369fcbb5d5141b14965a1bf7 Mon Sep 17 00:00:00 2001 From: marmoure Date: Tue, 21 Nov 2023 19:09:28 +0100 Subject: [PATCH 2/2] [feature] bump min version to 11 --- .github/workflows/ci.yml | 2 +- README.md | 4 ++-- pom.xml | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f972c0..c2c2a01 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - jdk: [8,11,17] + jdk: [11,17] runs-on: ${{ matrix.os }} steps: - name: Checkout code diff --git a/README.md b/README.md index 092e903..151400d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # TEI Completer -[![Build Status](https://github.com/BCDH/TEI-Completer/actions/workflows/ci.yml/badge.svg)](https://github.com/BCDH/TEI-Completer/actions/workflows/ci.yml) [![Java 8+](https://img.shields.io/badge/java-8+-4c7e9f.svg)](http://java.oracle.com) [![License GPL 2](https://img.shields.io/badge/license-GPL%202-blue.svg)](https://www.gnu.org/licenses/gpl-2.0.html) [![Download](https://img.shields.io/badge/download-version%201.2.0-ff69b4.svg)](https://repo1.maven.org/maven2/org/humanistika/oxygen/tei-completer/1.2.0/tei-completer-1.2.0-oxygen-plugin.jar) +[![Build Status](https://github.com/BCDH/TEI-Completer/actions/workflows/ci.yml/badge.svg)](https://github.com/BCDH/TEI-Completer/actions/workflows/ci.yml) [![Java 11+](https://img.shields.io/badge/java-11+-4c7e9f.svg)](http://java.oracle.com) [![License GPL 2](https://img.shields.io/badge/license-GPL%202-blue.svg)](https://www.gnu.org/licenses/gpl-2.0.html) [![Download](https://img.shields.io/badge/download-version%201.2.0-ff69b4.svg)](https://repo1.maven.org/maven2/org/humanistika/oxygen/tei-completer/1.2.0/tei-completer-1.2.0-oxygen-plugin.jar) The TEI Completer is a highly customizable plugin for setting up and activating remote-driven autocompletions of attribute values in the [oXygen XML Editor](http://www.oxygenxml.com). @@ -225,7 +225,7 @@ function transform(content) { # Building from Source Code -* Requirements: Git, Apache Maven 3, Java JDK 8 +* Requirements: Git, Apache Maven 3, Java JDK 11 ```bash $ git clone https://github.com/BCDH/TEI-Completer.git diff --git a/pom.xml b/pom.xml index 4a73bb7..af3d9ef 100755 --- a/pom.xml +++ b/pom.xml @@ -50,10 +50,10 @@ 0.13.1 2.7.10 5.9.3 - 1.8 - 1.8 + 11 + 11 UTF-8 - (1.8.0,1.9.0) + (11,17)