[
https://issues.apache.org/jira/browse/FINERACT-937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17102871#comment-17102871
]
Petri Tuomola commented on FINERACT-937:
----------------------------------------
Trusty was also on 11.0.2 before I switched it to 12.
As far as I can see, all the distros available on Travis seem to use the same
script to install JDK:
[https://github.com/sormuras/bach/blob/master/install-jdk.sh]
Which has this line hardcoded:
11) url="${DOWNLOAD}/GA/jdk11/9/GPL/openjdk-11.0.2_${os}_bin.tar.gz"; return;;
So the only option would seem to be to manually install a different version
rather than specify openjdk11 in travis.yml
> Use Java 11 instead of 12 use on Travis
> ---------------------------------------
>
> Key: FINERACT-937
> URL: https://issues.apache.org/jira/browse/FINERACT-937
> Project: Apache Fineract
> Issue Type: Bug
> Reporter: Michael Vorburger
> Assignee: Michael Vorburger
> Priority: Critical
> Labels: technical
> Fix For: 1.4.0
>
>
> FINERACT-846 switched from openjdk8 to openjdk12 instead of openjdk11 in our
> .travis.yml, due to technical reasons explained further in details on
> https://github.com/apache/fineract/pull/820/files, but the TL;DR is
> https://bugs.openjdk.java.net/browse/JDK-8212885 re. "TLS 1.3 resumed session
> does not retain peer certificate chain".
> The goal of this issue is to build Fineract on Travis using JDK 11 instead of
> 12. (The "why" we should do this is also in a comment on
> https://github.com/apache/fineract/pull/820/files.)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)