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/06/14 15:46:00 UTC

[jira] [Commented] (CALCITE-2361) Upgrade Bouncycastle to version 1.59

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

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

GitHub user risdenk opened a pull request:

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

    [CALCITE-2361] Upgrade Bouncycaste to version 1.59

    

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

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

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

    https://github.com/apache/calcite-avatica/pull/59.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 #59
    
----
commit db44dd138d7d54470e7abd8dc470c490a3f1fde8
Author: Kevin Risden <kr...@...>
Date:   2018-06-14T15:44:50Z

    [CALCITE-2361] Upgrade Bouncycaste to version 1.59

----


> Upgrade Bouncycastle to version 1.59
> ------------------------------------
>
>                 Key: CALCITE-2361
>                 URL: https://issues.apache.org/jira/browse/CALCITE-2361
>             Project: Calcite
>          Issue Type: Improvement
>          Components: avatica
>            Reporter: Kevin Risden
>            Assignee: Kevin Risden
>            Priority: Trivial
>
> Bouncycastle 1.55 generates the following error with JDK 11 build 17.
> {code:java}
> error reading /root/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.55/bcprov-jdk15on-1.55.jar; invalid manifest format
> {code}
> Upgrading to 1.59 avoids this error. This is a low risk change since bouncycastle is only used in tests.



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