You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by gg...@apache.org on 2021/10/12 13:12:43 UTC

[httpcomponents-client] branch master updated: Use some Oracle JDKs to avoid certificate issues.

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/httpcomponents-client.git


The following commit(s) were added to refs/heads/master by this push:
     new ef6c679  Use some Oracle JDKs to avoid certificate issues.
ef6c679 is described below

commit ef6c679d789f1922a75d07e105d0253036a45e96
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Oct 12 09:12:41 2021 -0400

    Use some Oracle JDKs to avoid certificate issues.
---
 .travis.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 634e9e9..3656a35 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,10 +24,11 @@ addons:
   apt:
     packages:
       - maven
-      
+
+# Use some Oracle JDKs to avoid certificate issues.
 jdk:
   - openjdk8
-  - openjdk11
+  - oraclejdk11
   - oraclejdk17
   - openjdk-ea