This is an automated email from the ASF dual-hosted git repository.
uce pushed a change to branch release-1.19
in repository https://gitbox.apache.org/repos/asf/flink.git
from 663eeaf4092 [FLINK-34379][table] Fix adding catalogtable logic
new f6caf4e6111 [FLINK-26808][rest] Add MultipartRoutes utility
new f567ee11cae [FLINK-26808][rest] Factor out
getHandlerRoutes(RestHandlerSpecification)
new 82dd642d620 [FLINK-26808][rest] Only accept file upload at multipart
routes
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:
.../flink/runtime/rest/FileUploadHandler.java | 31 ++++++-
.../flink/runtime/rest/RestServerEndpoint.java | 72 +++++++++-----
.../rest/handler/router/MultipartRoutes.java | 103 +++++++++++++++++++++
.../runtime/rest/handler/router/PathPattern.java | 5 +
.../flink/runtime/rest/handler/router/Router.java | 2 +-
.../runtime/rest/RestServerEndpointITCase.java | 77 ++++++++++-----
.../rest/handler/router/MultipartRoutesTest.java | 54 +++++++++++
7 files changed, 297 insertions(+), 47 deletions(-)
create mode 100644
flink-runtime/src/main/java/org/apache/flink/runtime/rest/handler/router/MultipartRoutes.java
create mode 100644
flink-runtime/src/test/java/org/apache/flink/runtime/rest/handler/router/MultipartRoutesTest.java