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/07/05 23:38:00 UTC

[jira] [Commented] (CALCITE-2390) Remove uses of X509CertificateObject, deprecated in current bouncycastle

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

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

GitHub user risdenk opened a pull request:

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

    [CALCITE-2390] Remove uses of X509CertificateObject, deprecated in current bouncycastle

    

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

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

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

    https://github.com/apache/calcite-avatica/pull/64.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 #64
    
----
commit 361002f73bbc258c0c70bdccaca0aa6997356ce0
Author: Kevin Risden <kr...@...>
Date:   2018-07-05T23:35:12Z

    [CALCITE-2390] Remove uses of X509CertificateObject, deprecated in current bouncycastle
    
    Signed-off-by: Kevin Risden <kr...@apache.org>

----


> Remove uses of X509CertificateObject, deprecated in current bouncycastle
> ------------------------------------------------------------------------
>
>                 Key: CALCITE-2390
>                 URL: https://issues.apache.org/jira/browse/CALCITE-2390
>             Project: Calcite
>          Issue Type: Bug
>          Components: avatica
>            Reporter: Julian Hyde
>            Assignee: Kevin Risden
>            Priority: Major
>
> We upgraded to bouncycastle 1.59 in CALCITE-2361, and now the build gives warnings because X509CertificateObject is deprecated. bouncycastle javadoc suggests using CertificateFactory.



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