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 dfcf8bc  [hotfix][table-planner] Unify the JSON test utilities
     add b79232e  [hotfix][rest][docs] Regenerate REST API docs
     add 9ab8dbd  [FLINK-14954][rest] Add OpenAPI spec generator

No new revisions were added by this update.

Summary of changes:
 docs/content.zh/docs/ops/rest_api.md               |   11 +-
 docs/content/docs/ops/rest_api.md                  |   12 +-
 .../shortcodes/generated/rest_v1_dispatcher.html   |   76 +-
 docs/static/generated/rest_v1_dispatcher.yml       | 2878 ++++++++++++++++++++
 flink-docs/README.md                               |    2 +-
 flink-docs/pom.xml                                 |   15 +
 .../flink/docs/rest/OpenApiSpecGenerator.java      |  436 +++
 ...atorTest.java => OpenApiSpecGeneratorTest.java} |   40 +-
 .../handler/async/AsynchronousOperationResult.java |    2 +
 .../json/SerializedThrowableSerializer.java        |    2 +-
 pom.xml                                            |    2 +-
 11 files changed, 3444 insertions(+), 32 deletions(-)
 create mode 100644 docs/static/generated/rest_v1_dispatcher.yml
 create mode 100644 
flink-docs/src/main/java/org/apache/flink/docs/rest/OpenApiSpecGenerator.java
 copy 
flink-docs/src/test/java/org/apache/flink/docs/rest/{RestAPIDocGeneratorTest.java
 => OpenApiSpecGeneratorTest.java} (71%)

Reply via email to