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 f894eb7 [FLINK-16730][docs] Python SDK Getting Started (#77)
new e72eb73 [FLINK-16841] Do not bundle Protobuf .proto source files in
jars
new a06db81 [FLINK-16843] [py] Add LICENSE and NOTICE to Python SDK dists
new 09d0029 [FLINK-16842] Use maven-shade-plugin to package ridesharing
example simulator
new ecdf9fd [FLINK-16842] Add NOTICE and licenses for
statefun-ridesharing-example-simulator
new 6f6476c [FLINK-16842] Add explicit NOTICE file for statefun-flink-core
new 2c223a5 [FLINK-16838] [docker] Build image with version tag
new 55888a8 [FLINK-16838] Let Dockerfile in quickstart point to a
specific image version tag
new 9f73487 [FLINK-16838] Update base image definitions in examples and
E2E tests
new 8b903c7 [FLINK-16838] Update image name in docs and README.
new 4750c14 [FLINK-16838] Update base image version tag in
update_branch_version.sh
The 10 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:
README.md | 2 +-
docs/deployment-and-operations/packaging.md | 2 +-
pom.xml | 1 -
.../src/test/resources/Dockerfile | 2 +-
.../src/test/resources/Dockerfile | 2 +-
.../statefun-greeter-example/Dockerfile | 2 +-
.../statefun-python-greeter/Dockerfile | 2 +-
.../statefun-python-k8s/Dockerfile.statefun | 2 +-
.../Dockerfile.functions | 2 +-
.../Dockerfile | 2 +-
.../statefun-ridesharing-example-simulator/pom.xml | 48 +-
.../src/main/resources/META-INF/NOTICE | 82 +++
.../licenses/LICENSE.animal-sniffer-annotations | 19 +
.../META-INF/licenses/LICENSE.checker-qual | 22 +
.../META-INF/licenses/LICENSE.javax.annotation-api | 759 +++++++++++++++++++++
.../META-INF/licenses/LICENSE.jul-to-slf4j | 21 +
.../META-INF/licenses/LICENSE.logback-classic | 24 +
.../META-INF/licenses/LICENSE.logback-core | 24 +
.../META-INF/licenses/LICENSE.protobuf-java | 0
.../resources/META-INF/licenses/LICENSE.slf4j-api | 21 +
.../META-INF/licenses/LICENSE.sockjs-client | 21 +
.../statefun-shopping-cart-example/Dockerfile | 2 +-
.../src/main/resources/META-INF/NOTICE | 10 +
LICENSE => statefun-python-sdk/LICENSE | 0
statefun-python-sdk/NOTICE | 5 +
statefun-python-sdk/setup.py | 1 +
.../main/resources/archetype-resources/Dockerfile | 2 +-
tools/docker/README.md | 22 +
tools/docker/build-stateful-functions.sh | 8 +-
tools/releasing/update_branch_version.sh | 4 +
30 files changed, 1098 insertions(+), 16 deletions(-)
create mode 100644
statefun-examples/statefun-ridesharing-example/statefun-ridesharing-example-simulator/src/main/resources/META-INF/NOTICE
create mode 100644
statefun-examples/statefun-ridesharing-example/statefun-ridesharing-example-simulator/src/main/resources/META-INF/licenses/LICENSE.animal-sniffer-annotations
create mode 100644
statefun-examples/statefun-ridesharing-example/statefun-ridesharing-example-simulator/src/main/resources/META-INF/licenses/LICENSE.checker-qual
create mode 100644
statefun-examples/statefun-ridesharing-example/statefun-ridesharing-example-simulator/src/main/resources/META-INF/licenses/LICENSE.javax.annotation-api
create mode 100644
statefun-examples/statefun-ridesharing-example/statefun-ridesharing-example-simulator/src/main/resources/META-INF/licenses/LICENSE.jul-to-slf4j
create mode 100644
statefun-examples/statefun-ridesharing-example/statefun-ridesharing-example-simulator/src/main/resources/META-INF/licenses/LICENSE.logback-classic
create mode 100644
statefun-examples/statefun-ridesharing-example/statefun-ridesharing-example-simulator/src/main/resources/META-INF/licenses/LICENSE.logback-core
copy {statefun-flink/statefun-flink-distribution =>
statefun-examples/statefun-ridesharing-example/statefun-ridesharing-example-simulator}/src/main/resources/META-INF/licenses/LICENSE.protobuf-java
(100%)
create mode 100644
statefun-examples/statefun-ridesharing-example/statefun-ridesharing-example-simulator/src/main/resources/META-INF/licenses/LICENSE.slf4j-api
create mode 100644
statefun-examples/statefun-ridesharing-example/statefun-ridesharing-example-simulator/src/main/resources/META-INF/licenses/LICENSE.sockjs-client
create mode 100644
statefun-flink/statefun-flink-core/src/main/resources/META-INF/NOTICE
copy LICENSE => statefun-python-sdk/LICENSE (100%)
create mode 100644 statefun-python-sdk/NOTICE
create mode 100644 tools/docker/README.md