From a4ba5debc6e814477f5718d1819b8ad6d0803c86 Mon Sep 17 00:00:00 2001 From: Michelle Date: Thu, 1 Oct 2020 17:04:38 -0400 Subject: [PATCH] MODNCIP-8 / Upgrade to openJdk11 --- Dockerfile | 2 +- Jenkinsfile | 1 + NEWS.md | 2 ++ pom.xml | 23 +++++++++++------------ 4 files changed, 15 insertions(+), 13 deletions(-) diff --git a/Dockerfile b/Dockerfile index 82847b0..12c7638 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM folioci/alpine-jre-openjdk8:latest +FROM folioci/alpine-jre-openjdk11:latest ENV VERTICLE_FILE mod-ncip-fat.jar diff --git a/Jenkinsfile b/Jenkinsfile index 4258fe2..1373bd3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,6 +3,7 @@ buildMvn { mvnDeploy = true publishAPI = false runLintRamlCop = false + buildNode = 'jenkins-agent-java11' doDocker = { buildJavaDocker { diff --git a/NEWS.md b/NEWS.md index 5d2871a..8d51aca 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,5 @@ +## 1.5.0 2020-10-01 + * [MODNCIP-8](https://issues.folio.org/browse/MODNCIP-8) Upgrade to openJdk11 ## 1.4.2 2020-08-25 * Added timeouts and try/catch to API calls ## 1.3.2 2020-06-26 diff --git a/pom.xml b/pom.xml index 7c1c7b6..a2bf87b 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ 3.8.0 UTF-8 UTF-8 - 8 + 11 @@ -223,12 +223,12 @@ - - - src/main/resources - true - - + + + src/main/resources + true + + @@ -236,11 +236,10 @@ org.apache.maven.plugins maven-compiler-plugin 3.8.1 - - 1.8 - 1.8 - UTF-8 - + + 11 + UTF-8 +