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 b01aff3  [FLINK-10115][rest] Ignore content-length limit for 
FileUploads
     new 79c3412  [hotfix][rest] Update error handling in FileServerHandlers
     new 14ae6e5  [FLINK-7551][rest] Add versioning

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:
 ...est_dispatcher.html => rest_v1_dispatcher.html} |   0
 docs/monitoring/rest_api.md                        |  51 +++--
 .../flink/docs/rest/RestAPIDocGenerator.java       |  18 +-
 .../HistoryServerStaticFileServerHandler.java      |  45 +++-
 .../HistoryServerStaticFileServerHandlerTest.java  |   8 +-
 .../org/apache/flink/runtime/rest/RestClient.java  |  32 ++-
 .../flink/runtime/rest/RestServerEndpoint.java     |  44 +++-
 .../rest/handler/RestHandlerSpecification.java     |  13 ++
 .../legacy/files/StaticFileServerHandler.java      |  61 +++--
 .../runtime/rest/versioning/RestAPIVersion.java    |  98 ++++++++
 .../apache/flink/runtime/rest/RestClientTest.java  |  28 ++-
 .../runtime/rest/RestServerEndpointITCase.java     | 251 +++++++++++++++++++++
 .../RestAPIVersionTest.java}                       |  35 +--
 13 files changed, 606 insertions(+), 78 deletions(-)
 rename docs/_includes/generated/{rest_dispatcher.html => 
rest_v1_dispatcher.html} (100%)
 create mode 100644 
flink-runtime/src/main/java/org/apache/flink/runtime/rest/versioning/RestAPIVersion.java
 copy 
flink-runtime/src/test/java/org/apache/flink/runtime/rest/{handler/legacy/JobStoppingHandlerTest.java
 => versioning/RestAPIVersionTest.java} (53%)

Reply via email to