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 16ab8b4  Revert "[FLINK-24041][connectors] First draft of API, Add 
DynamoDB sink to verify API, Add Firehose sink, Refactor to use FLIP-143: 
Unified Sink API, Increase robustness for flush, Add license header, Update 
JavaDoc comments"
     new a5e83af  [FLINK-24193][tests] Add ClassLoaderExtension
     new 8081dfb  [FLINK-24193][rest][tests] Migrate tests to 
ClassLoaderExtension
     new 69fefdd  [hotfix][rest][tests] Cleanup

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../webmonitor/utils/WebFrontendBootstrapTest.java |  47 +++++---
 .../runtime/rest/RestExternalHandlersITCase.java   |  40 +++++--
 ...e.io.network.netty.InboundChannelHandlerFactory |  17 ---
 ....io.network.netty.OutboundChannelHandlerFactory |  17 ---
 .../extensions/ContextClassLoaderExtension.java    | 129 +++++++++++++++++++++
 5 files changed, 188 insertions(+), 62 deletions(-)
 delete mode 100644 
flink-runtime/src/test/resources/META-INF/services/org.apache.flink.runtime.io.network.netty.InboundChannelHandlerFactory
 delete mode 100644 
flink-runtime/src/test/resources/META-INF/services/org.apache.flink.runtime.io.network.netty.OutboundChannelHandlerFactory
 create mode 100644 
flink-test-utils-parent/flink-test-utils-junit/src/main/java/org/apache/flink/testutils/junit/extensions/ContextClassLoaderExtension.java

Reply via email to