You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Josh Elser (Jira)" <ji...@apache.org> on 2020/08/12 17:30:00 UTC

[jira] [Resolved] (CALCITE-4095) Update Jetty to 9.4.31.v20200723 and use `SslContextFactory.Server` instead of `SslContextFactory`

     [ https://issues.apache.org/jira/browse/CALCITE-4095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Josh Elser resolved CALCITE-4095.
---------------------------------
    Resolution: Fixed

> Update Jetty to 9.4.31.v20200723 and use `SslContextFactory.Server` instead of `SslContextFactory`
> --------------------------------------------------------------------------------------------------
>
>                 Key: CALCITE-4095
>                 URL: https://issues.apache.org/jira/browse/CALCITE-4095
>             Project: Calcite
>          Issue Type: Task
>          Components: avatica
>            Reporter: Santiago Velasco
>            Assignee: Peter Somogyi
>            Priority: Major
>             Fix For: avatica-1.18.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> `SslContextFactory` is deprecated at Jetty 9.4. This issue replaces it with `SslContextFactory.Server`.
>  - [https://www.eclipse.org/jetty/javadoc/9.4.19.v20190610/org/eclipse/jetty/util/ssl/SslContextFactory.html]
>  - [https://www.eclipse.org/jetty/javadoc/9.3.24.v20180605/org/eclipse/jetty/util/ssl/SslContextFactory.html]
>  
> [https://github.com/apache/calcite-avatica/blob/e4711cb0ac8e72894c0c5b381892539673b348c2/server/src/main/java/org/apache/calcite/avatica/server/HttpServer.java#L816]
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)