Philipp Dallig created ZEPPELIN-4736:
----------------------------------------
Summary: Remove deprecation for SslContextFactory in ZeppelinServer
Key: ZEPPELIN-4736
URL: https://issues.apache.org/jira/browse/ZEPPELIN-4736
Project: Zeppelin
Issue Type: Improvement
Affects Versions: 0.9.0
Reporter: Philipp Dallig
Assignee: Philipp Dallig
SslContextFactory() is deprecated. You should use
{code}
SslContextFactory.Server()
{code}
or
{code}
SslContextFactory.Client()
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)