This is an automated email from the ASF dual-hosted git repository. nkruber pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git.
from 3acd92b [FLINK-7062][table][cep] Improved support of basic functionality of MATCH RECOGNIZE add 2c4b8e1 [hotfix][docs] fix SSL docs headings and add a TOC add 3ffa16d [hotfix][docs] add complete configuration options to SSL docs add 4b3496c [hotfix][webmonitor] add @Nullable to SSL engine factory add a59ce1e [FLINK-9878][network][ssl] add more low-level ssl options No new revisions were added by this update. Summary of changes: .../generated/security_configuration.html | 20 ++++++++ docs/ops/security-ssl.md | 21 +++++--- .../flink/configuration/SecurityOptions.java | 43 +++++++++++++++++ .../flink/mesos/util/MesosArtifactServer.java | 10 ++-- .../runtime/webmonitor/WebRuntimeMonitor.java | 4 +- .../runtime/webmonitor/history/HistoryServer.java | 7 ++- .../webmonitor/utils/WebFrontendBootstrap.java | 9 ++-- .../runtime/io/network/netty/NettyClient.java | 14 ++---- .../runtime/io/network/netty/NettyConfig.java | 5 +- .../runtime/io/network/netty/NettyServer.java | 13 ++--- .../network/netty/SSLHandlerFactory.java} | 55 +++++++++++++++++---- .../flink/runtime/net/RedirectingSslHandler.java | 9 ++-- .../org/apache/flink/runtime/net/SSLUtils.java | 47 ++++++++++++------ .../org/apache/flink/runtime/rest/RestClient.java | 9 ++-- .../runtime/rest/RestClientConfiguration.java | 20 ++++---- .../flink/runtime/rest/RestServerEndpoint.java | 12 ++--- .../rest/RestServerEndpointConfiguration.java | 20 ++++---- .../io/network/netty/NettyClientServerSslTest.java | 56 +++++++++++++++++++++- .../org/apache/flink/runtime/net/SSLUtilsTest.java | 22 +++++---- 19 files changed, 282 insertions(+), 114 deletions(-) rename flink-runtime/src/main/java/org/apache/flink/runtime/{net/SSLEngineFactory.java => io/network/netty/SSLHandlerFactory.java} (57%)