This is an automated email from the ASF dual-hosted git repository.
sewen pushed a change to branch release-1.11
in repository https://gitbox.apache.org/repos/asf/flink.git.
from 62c7265 [FLINK-18426] Remove incompatible deprecated keys from
ClusterOptions
new a60a4a9 [FLINK-18429][DataStream API] Make
CheckpointListener.notifyCheckpointAborted(checkpointId) a default method.
new 7abf7ba [hotfix][DataStream API] Fix checkstyle issues and JavaDocs
in CheckpointListener.
new 25cad5f [FLINK-18430][DataStream API] Classify CheckpointedFunction
and CheckpointListener as @Public
new 369d4a6 [FLINK-18428][API/DataStream] Rename
StreamExecutionEnvironment#continuousSource() to
StreamExecutionEnvironment#source().
The 4 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/dev/stream/sources.md | 6 +++---
docs/dev/stream/sources.zh.md | 6 +++---
.../base/source/reader/CoordinatedSourceITCase.java | 6 +++---
...test_stream_execution_environment_completeness.py | 2 +-
.../flink/runtime/state/CheckpointListener.java | 20 +++++++++++---------
.../api/checkpoint/CheckpointedFunction.java | 4 ++--
.../api/environment/StreamExecutionEnvironment.java | 6 +++---
.../api/graph/StreamingJobGraphGeneratorTest.java | 4 ++--
.../api/scala/StreamExecutionEnvironment.scala | 4 ++--
.../api/scala/StreamExecutionEnvironmentTest.scala | 2 +-
10 files changed, 31 insertions(+), 29 deletions(-)