This is an automated email from the ASF dual-hosted git repository.
tzulitai pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink-statefun.git.
from 7fe767b [hotfix] Fix rat and license check
new d1744ea [FLINK-20335] [core] Remove support for module YAML versions
1.0 / 2.0
new 163dd03 [FLINK-20636] Validate that unaligned checkpoints is not
enabled
new f9fcd14 [hotfix] fix typos in StatefulFunctionModule.java.
new 9b53e60 [FLINK-20699] Set FeedbackKey invocation_id explicitly
new f670c3f [FLINK-20689] Upgrade Flink version to 1.11.3
new 5ea3958 [FLINK-19741] Set isUsingCustomRawKeyedState flag in
FunctionGroupOperator
The 6 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/_config.yml | 2 +-
pom.xml | 2 +-
.../statefun/examples/datastream/Example.java | 1 -
.../core/StatefulFunctionsConfigValidator.java | 13 +
.../statefun/flink/core/StatefulFunctionsJob.java | 10 +-
.../statefun/flink/core/feedback/FeedbackKey.java | 2 +-
.../core/functions/FunctionGroupOperator.java | 5 +
.../core/httpfn/HttpFunctionEndpointSpec.java | 23 +-
.../flink/core/httpfn/HttpFunctionProvider.java | 53 +-
.../flink/core/httpfn/HttpFunctionSpec.java | 194 -------
.../statefun/flink/core/httpfn/StateSpec.java | 48 --
.../core/httpfn/TemplatedHttpFunctionProvider.java | 115 -----
.../flink/core/jsonmodule/FormatVersion.java | 9 +
.../jsonmodule/FunctionEndpointJsonEntity.java | 42 +-
.../core/jsonmodule/FunctionEndpointSpec.java | 71 ++-
.../flink/core/jsonmodule/FunctionJsonEntity.java | 265 ----------
.../statefun/flink/core/jsonmodule/JsonModule.java | 13 +-
.../flink/core/jsonmodule/JsonServiceLoader.java | 11 +-
.../reqreply/PersistedRemoteFunctionValues.java | 26 +-
.../flink/core/reqreply/RequestReplyFunction.java | 16 +-
.../flink/core/translation/FlinkUniverse.java | 11 +-
.../flink/core/jsonmodule/JsonModuleTest.java | 31 +-
.../flink/core/jsonmodule/JsonModuleV3Test.java | 114 ----
.../PersistedRemoteFunctionValuesTest.java | 18 +-
.../core/reqreply/RequestReplyFunctionTest.java | 18 +-
.../datastream/RequestReplyFunctionBuilder.java | 37 +-
.../SerializableHttpFunctionProvider.java | 9 +-
.../StatefulFunctionDataStreamBuilder.java | 24 +-
.../statefun/sdk/FunctionTypeNamespaceMatcher.java | 5 +-
.../statefun/sdk/spi/StatefulFunctionModule.java | 2 +-
tools/docker/Dockerfile | 2 +-
.../flink-distribution-template/bin/config.sh | 574 ---------------------
.../flink-distribution-template/bin/taskmanager.sh | 103 ----
33 files changed, 263 insertions(+), 1606 deletions(-)
delete mode 100644
statefun-flink/statefun-flink-core/src/main/java/org/apache/flink/statefun/flink/core/httpfn/HttpFunctionSpec.java
delete mode 100644
statefun-flink/statefun-flink-core/src/main/java/org/apache/flink/statefun/flink/core/httpfn/StateSpec.java
delete mode 100644
statefun-flink/statefun-flink-core/src/main/java/org/apache/flink/statefun/flink/core/httpfn/TemplatedHttpFunctionProvider.java
delete mode 100644
statefun-flink/statefun-flink-core/src/main/java/org/apache/flink/statefun/flink/core/jsonmodule/FunctionJsonEntity.java
delete mode 100644
statefun-flink/statefun-flink-core/src/test/java/org/apache/flink/statefun/flink/core/jsonmodule/JsonModuleV3Test.java
delete mode 100755 tools/docker/flink-distribution-template/bin/config.sh
delete mode 100755 tools/docker/flink-distribution-template/bin/taskmanager.sh