You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2020/05/14 14:11:23 UTC

[flink] branch master updated (381131a -> f8fe4a4)

This is an automated email from the ASF dual-hosted git repository.

trohrmann pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from 381131a  [FLINK-17303][python] Support Python TableResult
     add f8fe4a4  [FLINK-17680][docs] Support @ExcludeFromDocumentation when generating REST API documentations

No new revisions were added by this update.

Summary of changes:
 .../flink/annotation/docs/Documentation.java       | 20 ++---
 flink-docs/pom.xml                                 |  7 ++
 .../flink/docs/rest/RestAPIDocGenerator.java       | 10 ++-
 .../flink/docs/rest/RestAPIDocGeneratorTest.java   | 90 ++++++++++++++++++++++
 .../docs/rest/data/TestEmptyMessageHeaders.java    | 56 +++++++++-----
 .../docs/rest/data/TestExcludeMessageHeaders.java  | 58 +++++++++-----
 6 files changed, 194 insertions(+), 47 deletions(-)
 create mode 100644 flink-docs/src/test/java/org/apache/flink/docs/rest/RestAPIDocGeneratorTest.java
 copy flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/cluster/ShutdownHeaders.java => flink-docs/src/test/java/org/apache/flink/docs/rest/data/TestEmptyMessageHeaders.java (64%)
 copy flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/cluster/ShutdownHeaders.java => flink-docs/src/test/java/org/apache/flink/docs/rest/data/TestExcludeMessageHeaders.java (60%)