This is an automated email from the ASF dual-hosted git repository.

thw pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


    from d88ef0e355b [FLINK-32502][runtime] Remove the 
AbstractLeaderElectionService (#22959)
     add 6e61b932a3e [FLINK-32035][sql-client] Support HTTPS endpoints in SQL 
Client gateway mode (#22810)

No new revisions were added by this update.

Summary of changes:
 .../flink-end-to-end-tests-restclient}/pom.xml     |  31 ++---
 .../flink/runtime/rest/RestClientITCase.java       | 142 +++++++++++++++++++++
 .../src/test/resources/log4j2-test.properties      |   0
 flink-end-to-end-tests/pom.xml                     |   1 +
 .../org/apache/flink/runtime/net/SSLUtils.java     |  60 ++++++---
 .../org/apache/flink/runtime/rest/RestClient.java  |  37 +++++-
 .../flink/table/client/gateway/ExecutorImpl.java   |   7 +-
 7 files changed, 227 insertions(+), 51 deletions(-)
 copy {flink-state-backends/flink-statebackend-heap-spillable => 
flink-end-to-end-tests/flink-end-to-end-tests-restclient}/pom.xml (73%)
 create mode 100644 
flink-end-to-end-tests/flink-end-to-end-tests-restclient/src/test/java/org/apache/flink/runtime/rest/RestClientITCase.java
 copy {flink-architecture-tests/flink-architecture-tests-production => 
flink-end-to-end-tests/flink-end-to-end-tests-restclient}/src/test/resources/log4j2-test.properties
 (100%)

Reply via email to