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

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


    from 5706bef  [hotfix] [legal] Explicitly mention dual-licensed 
dependencies of statefun-ridesharing-example-simulator
     new 503e0c6  [FLINK-16925][docs] Remove unused CSE files
     new e3ee2b6  [FLINK-16926][core] Configure Execution Env in 
StatefulFunctionsClusterEntryPoint
     new 7779d86  [FLINK-16927][core] Add legacy scheduler
     new 2529d27  [FLINK-16927][core] Add legacy scheduler property validation
     new 02dba2f  [FLINK-16932][legal] Remove unnecessary entries in the 
distribution jar NOTICE

The 5 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:
 docs/annotations.xml                               | 66 -----------------
 docs/cse.xml                                       | 85 ----------------------
 .../src/main/resources/flink-conf.yaml             |  1 +
 .../flink/core/StatefulFunctionsConfig.java        | 11 +++
 .../core/StatefulFunctionsConfigValidator.java     | 10 +++
 .../statefun/flink/core/StatefulFunctionsJob.java  | 16 ++++
 .../flink/core/StatefulFunctionsConfigTest.java    | 28 +++++++
 .../src/main/resources/META-INF/NOTICE             |  8 --
 .../main/resources/META-INF/licenses/LICENSE.kryo  | 10 ---
 .../resources/META-INF/licenses/LICENSE.minlog     | 10 ---
 .../flink/statefun/flink/harness/Harness.java      |  3 +
 .../conf/flink-conf.yaml                           |  1 +
 tools/k8s/templates/config-map.yaml                |  1 +
 13 files changed, 71 insertions(+), 179 deletions(-)
 delete mode 100644 docs/annotations.xml
 delete mode 100644 docs/cse.xml
 delete mode 100644 
statefun-flink/statefun-flink-distribution/src/main/resources/META-INF/licenses/LICENSE.kryo
 delete mode 100644 
statefun-flink/statefun-flink-distribution/src/main/resources/META-INF/licenses/LICENSE.minlog

Reply via email to