You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@logging.apache.org by Gary Gregory <ga...@gmail.com> on 2018/12/07 16:26:50 UTC

Fwd: [4/4] httpcomponents-core git commit: Added openjdk10 to Travis-CI build matrix

I think we can skip Java 9 and 10 and instead test Java 11.

Gary

---------- Forwarded message ---------
From: <ol...@apache.org>
Date: Fri, Dec 7, 2018 at 8:53 AM
Subject: [4/4] httpcomponents-core git commit: Added openjdk10 to Travis-CI
build matrix
To: <co...@hc.apache.org>


Added openjdk10 to Travis-CI build matrix


Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/repo
Commit:
http://git-wip-us.apache.org/repos/asf/httpcomponents-core/commit/42757443
Tree:
http://git-wip-us.apache.org/repos/asf/httpcomponents-core/tree/42757443
Diff:
http://git-wip-us.apache.org/repos/asf/httpcomponents-core/diff/42757443

Branch: refs/heads/4.4.x
Commit: 42757443e182d6a775cd2422b037520b54142016
Parents: 8838319
Author: Oleg Kalnichevski <ol...@apache.org>
Authored: Fri Dec 7 16:52:21 2018 +0100
Committer: Oleg Kalnichevski <ol...@apache.org>
Committed: Fri Dec 7 16:52:21 2018 +0100

----------------------------------------------------------------------
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/42757443/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index c1335bd..b8c2f79 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,6 +19,7 @@ sudo: false
 jdk:
   - openjdk7
   - oraclejdk8
+  - openjdk10

 after_success:
   - mvn clean cobertura:cobertura coveralls:report

Re: [4/4] httpcomponents-core git commit: Added openjdk10 to Travis-CI build matrix

Posted by Gary Gregory <ga...@gmail.com>.
Dang it! :-) Thanks Matt!

Gary

On Fri, Dec 7, 2018 at 9:36 AM Matt Sicker <bo...@gmail.com> wrote:

> Yes, we probably could, though if you want HC to know, you should email
> them, too. ;)
>
> On Fri, 7 Dec 2018 at 10:27, Gary Gregory <ga...@gmail.com> wrote:
>
> > I think we can skip Java 9 and 10 and instead test Java 11.
> >
> > Gary
> >
> > ---------- Forwarded message ---------
> > From: <ol...@apache.org>
> > Date: Fri, Dec 7, 2018 at 8:53 AM
> > Subject: [4/4] httpcomponents-core git commit: Added openjdk10 to
> Travis-CI
> > build matrix
> > To: <co...@hc.apache.org>
> >
> >
> > Added openjdk10 to Travis-CI build matrix
> >
> >
> > Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/repo
> > Commit:
> >
> http://git-wip-us.apache.org/repos/asf/httpcomponents-core/commit/42757443
> > Tree:
> > http://git-wip-us.apache.org/repos/asf/httpcomponents-core/tree/42757443
> > Diff:
> > http://git-wip-us.apache.org/repos/asf/httpcomponents-core/diff/42757443
> >
> > Branch: refs/heads/4.4.x
> > Commit: 42757443e182d6a775cd2422b037520b54142016
> > Parents: 8838319
> > Author: Oleg Kalnichevski <ol...@apache.org>
> > Authored: Fri Dec 7 16:52:21 2018 +0100
> > Committer: Oleg Kalnichevski <ol...@apache.org>
> > Committed: Fri Dec 7 16:52:21 2018 +0100
> >
> > ----------------------------------------------------------------------
> >  .travis.yml | 1 +
> >  1 file changed, 1 insertion(+)
> > ----------------------------------------------------------------------
> >
> >
> >
> >
> http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/42757443/.travis.yml
> > ----------------------------------------------------------------------
> > diff --git a/.travis.yml b/.travis.yml
> > index c1335bd..b8c2f79 100644
> > --- a/.travis.yml
> > +++ b/.travis.yml
> > @@ -19,6 +19,7 @@ sudo: false
> >  jdk:
> >    - openjdk7
> >    - oraclejdk8
> > +  - openjdk10
> >
> >  after_success:
> >    - mvn clean cobertura:cobertura coveralls:report
> >
>
>
> --
> Matt Sicker <bo...@gmail.com>
>

Re: [4/4] httpcomponents-core git commit: Added openjdk10 to Travis-CI build matrix

Posted by Matt Sicker <bo...@gmail.com>.
Yes, we probably could, though if you want HC to know, you should email
them, too. ;)

On Fri, 7 Dec 2018 at 10:27, Gary Gregory <ga...@gmail.com> wrote:

> I think we can skip Java 9 and 10 and instead test Java 11.
>
> Gary
>
> ---------- Forwarded message ---------
> From: <ol...@apache.org>
> Date: Fri, Dec 7, 2018 at 8:53 AM
> Subject: [4/4] httpcomponents-core git commit: Added openjdk10 to Travis-CI
> build matrix
> To: <co...@hc.apache.org>
>
>
> Added openjdk10 to Travis-CI build matrix
>
>
> Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/repo
> Commit:
> http://git-wip-us.apache.org/repos/asf/httpcomponents-core/commit/42757443
> Tree:
> http://git-wip-us.apache.org/repos/asf/httpcomponents-core/tree/42757443
> Diff:
> http://git-wip-us.apache.org/repos/asf/httpcomponents-core/diff/42757443
>
> Branch: refs/heads/4.4.x
> Commit: 42757443e182d6a775cd2422b037520b54142016
> Parents: 8838319
> Author: Oleg Kalnichevski <ol...@apache.org>
> Authored: Fri Dec 7 16:52:21 2018 +0100
> Committer: Oleg Kalnichevski <ol...@apache.org>
> Committed: Fri Dec 7 16:52:21 2018 +0100
>
> ----------------------------------------------------------------------
>  .travis.yml | 1 +
>  1 file changed, 1 insertion(+)
> ----------------------------------------------------------------------
>
>
>
> http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/42757443/.travis.yml
> ----------------------------------------------------------------------
> diff --git a/.travis.yml b/.travis.yml
> index c1335bd..b8c2f79 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -19,6 +19,7 @@ sudo: false
>  jdk:
>    - openjdk7
>    - oraclejdk8
> +  - openjdk10
>
>  after_success:
>    - mvn clean cobertura:cobertura coveralls:report
>


-- 
Matt Sicker <bo...@gmail.com>