This is an automated email from the ASF dual-hosted git repository.
zhuzh pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from b46d1bf0b64 [FLINK-36988][table] Migrate
`LogicalCorrelateToJoinFromTemporalTableFunctionRule` to java
new 4758c3f9d82 [FLINK-38763][runtime-web] Add REST API for
JarRunApplication
new 0261d498cb4 [FLINK-38763][runtime-web] Add applicationId field for
JarRunResponse
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:
.../application/PackagedProgramApplication.java | 10 +
.../runtime/webmonitor/WebSubmissionExtension.java | 19 +
...nHandler.java => JarRunApplicationHandler.java} | 87 ++--
...nHeaders.java => JarRunApplicationHeaders.java} | 39 +-
...ava => JarRunApplicationMessageParameters.java} | 8 +-
...Body.java => JarRunApplicationRequestBody.java} | 90 ++--
...ody.java => JarRunApplicationResponseBody.java} | 30 +-
.../webmonitor/handlers/JarRunResponseBody.java | 15 +
.../webmonitor/handlers/utils/JarHandlerUtils.java | 25 +-
.../JarRunApplicationHandlerParameterTest.java | 514 +++++++++++++++++++++
....java => JarRunApplicationRequestBodyTest.java} | 20 +-
...java => JarRunApplicationResponseBodyTest.java} | 20 +-
.../handlers/JarRunResponseBodyTest.java | 1 +
.../src/test/resources/rest_api_v1.snapshot | 80 ++++
14 files changed, 803 insertions(+), 155 deletions(-)
copy
flink-runtime-web/src/main/java/org/apache/flink/runtime/webmonitor/handlers/{JarRunHandler.java
=> JarRunApplicationHandler.java} (70%)
copy
flink-runtime-web/src/main/java/org/apache/flink/runtime/webmonitor/handlers/{JarRunHeaders.java
=> JarRunApplicationHeaders.java} (59%)
copy
flink-runtime-web/src/main/java/org/apache/flink/runtime/webmonitor/handlers/{JarPlanMessageParameters.java
=> JarRunApplicationMessageParameters.java} (80%)
copy
flink-runtime-web/src/main/java/org/apache/flink/runtime/webmonitor/handlers/{JarRunRequestBody.java
=> JarRunApplicationRequestBody.java} (58%)
copy
flink-runtime-web/src/main/java/org/apache/flink/runtime/webmonitor/handlers/{JarRunResponseBody.java
=> JarRunApplicationResponseBody.java} (61%)
create mode 100644
flink-runtime-web/src/test/java/org/apache/flink/runtime/webmonitor/handlers/JarRunApplicationHandlerParameterTest.java
copy
flink-runtime-web/src/test/java/org/apache/flink/runtime/webmonitor/handlers/{JarRunRequestBodyTest.java
=> JarRunApplicationRequestBodyTest.java} (78%)
copy
flink-runtime-web/src/test/java/org/apache/flink/runtime/webmonitor/handlers/{JarRunResponseBodyTest.java
=> JarRunApplicationResponseBodyTest.java} (64%)