This is an automated email from the ASF dual-hosted git repository.
uce pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from 49f22254a78 [FLINK-35425][table-common] Support convert freshness to
cron expression in full refresh mode
new 371379381d9 [FLINK-26808][rest] Add MultipartRoutes utility
new 77231de6068 [FLINK-26808][rest] Factor out
getHandlerRoutes(RestHandlerSpecification)
new 440076a751e [FLINK-26808][rest] Only accept file upload at mutlipart
routes
new 26e8031b040 [review] Fix missing licenses
The 4 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 | 102 +++++++++++++++++++++
.../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 | 52 +++++++++++
7 files changed, 294 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