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 2019/01/17 10:12:37 UTC

[flink] branch release-1.6 updated (9b7af86 -> 8e10177)

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

chesnay pushed a change to branch release-1.6
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from 9b7af86  [hotfix][docs] Fix complex Table API example bug
     new 4a97ac1  [hotfix][build] Append shade-plugin transformers in child modules
     new 8e10177  [FLINK-11289][examples] Rework examples to account for licensing

The 14724 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:
 NOTICE-binary                                      |  87 +++++++++++++++-
 flink-connectors/flink-connector-twitter/pom.xml   |   3 -
 flink-dist/pom.xml                                 |  21 ++++
 flink-dist/src/main/assemblies/bin.xml             |  35 +++++++
 .../flink-examples-streaming-kafka}/pom.xml        |  91 +++++++----------
 .../src/main/resources/META-INF/NOTICE             |   5 +-
 .../pom.xml                                        |  91 +++++++----------
 .../src/main/resources/META-INF/NOTICE             |   5 +-
 .../flink-examples-streaming-twitter}/pom.xml      |  59 +++++------
 .../flink-examples-build-helper}/pom.xml           |  16 ++-
 flink-examples/flink-examples-streaming/pom.xml    | 111 ---------------------
 flink-examples/pom.xml                             |   1 +
 pom.xml                                            |   2 +-
 13 files changed, 254 insertions(+), 273 deletions(-)
 copy {flink-shaded-hadoop/flink-shaded-hadoop2-uber => flink-examples/flink-examples-build-helper/flink-examples-streaming-kafka}/pom.xml (56%)
 copy {flink-metrics/flink-metrics-datadog => flink-examples/flink-examples-build-helper/flink-examples-streaming-kafka}/src/main/resources/META-INF/NOTICE (76%)
 copy {flink-shaded-hadoop/flink-shaded-hadoop2-uber => flink-examples/flink-examples-build-helper/flink-examples-streaming-state-machine}/pom.xml (56%)
 copy {flink-metrics/flink-metrics-datadog => flink-examples/flink-examples-build-helper/flink-examples-streaming-state-machine}/src/main/resources/META-INF/NOTICE (76%)
 copy {flink-end-to-end-tests/flink-high-parallelism-iterations-test => flink-examples/flink-examples-build-helper/flink-examples-streaming-twitter}/pom.xml (63%)
 copy {flink-test-utils-parent => flink-examples/flink-examples-build-helper}/pom.xml (70%)