You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by em...@apache.org on 2022/06/11 17:23:51 UTC

[groovy] branch GROOVY_3_0_X updated (522479f851 -> d8e1fbebaa)

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

emilles pushed a change to branch GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git


 discard 522479f851 try jdk 15 and 16
     new d8e1fbebaa try jdk 15 and 16

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (522479f851)
            \
             N -- N -- N   refs/heads/GROOVY_3_0_X (d8e1fbebaa)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)


[groovy] 01/01: try jdk 15 and 16

Posted by em...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

emilles pushed a commit to branch GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit d8e1fbebaa33acb98202a8d12cc57b557c264916
Author: Eric Milles <er...@thomsonreuters.com>
AuthorDate: Sat Jun 11 11:43:06 2022 -0500

    try jdk 15 and 16
---
 .travis.yml | 25 ++++++-------------------
 1 file changed, 6 insertions(+), 19 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 8fc4048779..f2a4448b2b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,35 +27,23 @@ matrix:
   include:
     - env: BC='legacy' FEATURE='17' TARGET_JAVA_HOME="/home/travis/openjdk$FEATURE" LICENSE='GPL'
       jdk: openjdk11
-    - env: BC='legacy'
-      jdk: openjdk14
-    - env: BC='legacy'
-      jdk: openjdk13
-    - env: BC='legacy'
-      jdk: openjdk12
-    - env: BC='legacy'
+    - env: BC='legacy' FEATURE='16' TARGET_JAVA_HOME="/home/travis/openjdk$FEATURE" LICENSE='GPL'
       jdk: openjdk11
     - env: BC='legacy'
-      jdk: openjdk10
+      jdk: openjdk15
     - env: BC='legacy'
-      jdk: oraclejdk9
+      jdk: openjdk11
     - env: BC='legacy'
       jdk: oraclejdk8
 
     - env: BC='indy' FEATURE='17' TARGET_JAVA_HOME="/home/travis/openjdk$FEATURE" LICENSE='GPL'
       jdk: openjdk11
-    - env: BC='indy'
-      jdk: openjdk14
-    - env: BC='indy'
-      jdk: openjdk13
-    - env: BC='indy'
-      jdk: openjdk12
-    - env: BC='indy'
+    - env: BC='indy' FEATURE='16' TARGET_JAVA_HOME="/home/travis/openjdk$FEATURE" LICENSE='GPL'
       jdk: openjdk11
     - env: BC='indy'
-      jdk: openjdk10
+      jdk: openjdk15
     - env: BC='indy'
-      jdk: oraclejdk9
+      jdk: openjdk11
     - env: BC='indy'
       jdk: oraclejdk8
 
@@ -81,4 +69,3 @@ cache:
   directories:
 #    - $HOME/.gradle/caches/
     - $HOME/.gradle/wrapper/
-