You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2022/11/22 13:51:44 UTC

[flink] branch master updated (f21090b529d -> 06fcd34eb26)

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 f21090b529d [FLINK-24742][table][docs] Add info about SQL client key strokes to docs (#17649)
     add 06fcd34eb26 [FLINK-30044][ci] Deduplicate plugin parser loops

No new revisions were added by this update.

Summary of changes:
 .../ci/utils/dependency/DependencyParser.java      | 40 +++---------
 .../flink/tools/ci/utils/deploy/DeployParser.java  | 31 +++++----
 .../flink/tools/ci/utils/shade/ShadeParser.java    | 31 ++-------
 .../flink/tools/ci/utils/shared/ParserUtils.java   | 73 ++++++++++++++++++++++
 .../tools/ci/utils/deploy/DeployParserTest.java    | 23 +++----
 5 files changed, 111 insertions(+), 87 deletions(-)
 create mode 100644 tools/ci/flink-ci-tools/src/main/java/org/apache/flink/tools/ci/utils/shared/ParserUtils.java