You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Santiago Velasco (Jira)" <ji...@apache.org> on 2020/06/29 21:50:00 UTC

[jira] [Created] (CALCITE-4095) Use `SslContextFactory.Server` instead of `SslContextFactory`

Santiago Velasco created CALCITE-4095:
-----------------------------------------

             Summary: Use `SslContextFactory.Server` instead of `SslContextFactory`
                 Key: CALCITE-4095
                 URL: https://issues.apache.org/jira/browse/CALCITE-4095
             Project: Calcite
          Issue Type: Bug
            Reporter: Santiago Velasco


`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)