This is an automated email from the ASF dual-hosted git repository.
chesnay pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.
from 1014636 [FLINK-23001][build] Re-enable Scala suffix check for
avro-glue-registry module
add 5d9e63a [FLINK-22992][security] Move SSLUtils#is*Enabled to
SecurityOptions
add 4fbf953 [hotfix][tests] Use correct variable
No new revisions were added by this update.
Summary of changes:
.../flink/configuration/SecurityOptions.java | 23 +++++++
.../flink/configuration/SecurityOptionsTest.java | 78 ++++++++++++++++++++++
.../flink/mesos/util/MesosArtifactServerImpl.java | 3 +-
.../org/apache/flink/runtime/blob/BlobClient.java | 3 +-
.../org/apache/flink/runtime/blob/BlobServer.java | 3 +-
.../HighAvailabilityServicesUtils.java | 4 +-
.../runtime/io/network/netty/NettyConfig.java | 3 +-
.../org/apache/flink/runtime/net/SSLUtils.java | 39 +++--------
.../runtime/rest/RestClientConfiguration.java | 3 +-
.../rest/RestServerEndpointConfiguration.java | 3 +-
.../runtime/rpc/akka/AkkaRpcServiceUtils.java | 5 +-
.../webmonitor/history/HistoryServerUtils.java | 4 +-
.../org/apache/flink/runtime/akka/AkkaUtils.scala | 3 +-
.../org/apache/flink/runtime/net/SSLUtilsTest.java | 50 --------------
14 files changed, 132 insertions(+), 92 deletions(-)
create mode 100644
flink-core/src/test/java/org/apache/flink/configuration/SecurityOptionsTest.java