You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by nt...@apache.org on 2021/05/17 07:44:02 UTC

[cayenne] branch master updated: Remove JDK 16 as protostuff fails on it permanently.

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

ntimofeev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git


The following commit(s) were added to refs/heads/master by this push:
     new 55e329a  Remove JDK 16 as protostuff fails on it permanently.
55e329a is described below

commit 55e329aa32849eaee60a4006dbbf29b76321dd49
Author: Nikita Timofeev <st...@gmail.com>
AuthorDate: Mon May 17 10:43:50 2021 +0300

    Remove JDK 16 as protostuff fails on it permanently.
---
 .travis.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 6cc8495..b5e177f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -38,11 +38,10 @@ env:
 jdk:
   - openjdk8
   - openjdk11
-  - openjdk16
   - openjdk-ea
 
 script:
-  - travis_wait mvn verify -q $EXCLUDE_MODULES -DcayenneTestConnection=$DB_PROFILE -DcayenneLogLevel=ERROR
+  - travis_wait mvn verify -fae -q $EXCLUDE_MODULES -DcayenneTestConnection=$DB_PROFILE -DcayenneLogLevel=ERROR
 
 jobs:
   allow_failures: