You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2022/06/27 07:05:40 UTC

[creadur-rat] branch master updated: RAT-307: Do not build with openJDK8 as it is not supported on Travis anymore with focal

This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git


The following commit(s) were added to refs/heads/master by this push:
     new 3784f136 RAT-307: Do not build with openJDK8 as it is not supported on Travis anymore with focal
3784f136 is described below

commit 3784f13692f807858a0e36e64b722f9159b812ba
Author: P. Ottlinger <po...@apache.org>
AuthorDate: Mon Jun 27 09:05:36 2022 +0200

    RAT-307: Do not build with openJDK8 as it is not supported on Travis anymore with focal
---
 .travis.yml             | 4 ----
 src/changes/changes.xml | 3 +++
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index b455a745..1b56d79b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,10 +4,6 @@ sudo: required
 
 jobs:
     include:
-        - name: "Java 8"
-          jdk: openjdk8
-          script: mvn -e -B -V clean package site
-
         - name: "Java 16"
           jdk: openjdk16
           script: mvn -e -B -V clean package site
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0517b3e2..b67357e8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -56,6 +56,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="RAT-305" type="fix" dev="pottlinger" due-to="dependabot">
         TODO: collect all dependabot updates for release 0.15.
       </action>
+      <action issue="RAT-307" type="fix" dev="pottlinger" due-to="dependabot">
+        Update to focal (Ubuntu 20.04) on Travis to circumvent build errors and be able to use more modern JDK versions. Deprecate openJDK8 build with focal as it is not supported on Travis.
+      </action>
     </release>
 
     <release version="0.14" date="2022-05-28" description="This release contains dependency updates, bugfixes and many improvements apart from infrastructure updates at ASF.">