You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/03/11 17:03:00 UTC

[jira] [Commented] (CALCITE-2210) Avatica - Remove JDK 7 and add JDK 9 to .travis.yml

    [ https://issues.apache.org/jira/browse/CALCITE-2210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16394569#comment-16394569 ] 

ASF GitHub Bot commented on CALCITE-2210:
-----------------------------------------

GitHub user risdenk opened a pull request:

    https://github.com/apache/calcite-avatica/pull/29

    [CALCITE-2210] Remove oraclejdk7 and add oraclejdk9 to .travis.yml

    The only supported Travis CI Oracle verions are oraclejdk8 and oraclejdk9. For more details see:
    https://docs.travis-ci.com/user/reference/trusty/#JVM-(Clojure%2C-Groovy%2C-Java%2C-Scala)-images
    
    IBM JDK is not installed by default unless you install it. Removing the commented out IBM JDK as well.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/risdenk/calcite-avatica CALCITE-2210

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/calcite-avatica/pull/29.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #29
    
----
commit c09488ebc6cafd4283ea3554789b520c79afb521
Author: Kevin Risden <kr...@...>
Date:   2018-03-11T16:58:40Z

    [CALCITE-2210] Remove oraclejdk7 and add oraclejdk9 to .travis.yml
    
    The only supported Travis CI Oracle verions are oraclejdk8 and oraclejdk9. For more details see:
    https://docs.travis-ci.com/user/reference/trusty/#JVM-(Clojure%2C-Groovy%2C-Java%2C-Scala)-images
    
    IBM JDK is not installed by default unless you install it. Removing the commented out IBM JDK as well.

----


> Avatica - Remove JDK 7 and add JDK 9 to .travis.yml
> ---------------------------------------------------
>
>                 Key: CALCITE-2210
>                 URL: https://issues.apache.org/jira/browse/CALCITE-2210
>             Project: Calcite
>          Issue Type: Improvement
>          Components: avatica
>            Reporter: Kevin Risden
>            Assignee: Kevin Risden
>            Priority: Major
>             Fix For: avatica-1.12.0
>
>
> Avatica 0.11.0 dropped support for JDK 7. However it is still in .travis.yml. We should remove JDK 7 and add JDK 9 to .travis.yml for Avatica.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)