This is an automated email from the ASF dual-hosted git repository.
chesnay pushed a change to branch release-1.12
in repository https://gitbox.apache.org/repos/asf/flink.git.
from b6ae903 [FLINK-24077][HBase/IT] use MiniClusterWithClientResource as
@ClassRule.
new fdd52a7 [FLINK-25022][rest] Run jars in separate threads
new 9664c17 Update for 1.12.7
The 2 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:
docs/_config.yml | 2 +-
docs/dev/project-configuration.md | 2 +-
docs/dev/project-configuration.zh.md | 2 +-
.../util/concurrent/SeparateThreadExecutor.java | 25 ++--
.../runtime/webmonitor/WebSubmissionExtension.java | 57 +++++++-
.../webmonitor/handlers/JarMessageParameters.java | 4 +-
.../runtime/webmonitor/handlers/JarRunHandler.java | 4 +-
.../webmonitor/handlers/JarUploadHandler.java | 4 +-
.../webmonitor/WebSubmissionExtensionTest.java | 145 +++++++++++++++++++++
9 files changed, 221 insertions(+), 24 deletions(-)
copy
flink-streaming-java/src/test/java/org/apache/flink/streaming/api/operators/collect/utils/MockFunctionSnapshotContext.java
=>
flink-core/src/main/java/org/apache/flink/util/concurrent/SeparateThreadExecutor.java
(57%)
create mode 100644
flink-runtime-web/src/test/java/org/apache/flink/runtime/webmonitor/WebSubmissionExtensionTest.java