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

zhuzh pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


    from 22028753985 [FLINK-33643][runtime] Allow StreamExecutionEnvironment's 
executeAsync API to use default JobName (#23794)
     new 0e0099b4eb1 [FLINK-33581][core] Deprecate complex Java objects and 
their corresponding getter/setter methods related to restart strategies.
     new 139db3f4bc7 [FLINK-33581][core] Deprecate getter/setter methods 
related to checkpoint storage in the CheckpointConfig.
     new dae2eb5b61f [FLINK-33581][core] Deprecate getter/setter methods 
related to state backend in the StreamExecutionEnvironment.

The 3 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:
 .../5b9eed8a-5fb6-4373-98ac-3be2a71941b8           |  4 --
 .../apache/flink/api/common/ExecutionConfig.java   | 24 +++++++-
 .../common/restartstrategy/RestartStrategies.java  | 18 ++++++
 .../examples/statemachine/StateMachineExample.java | 24 +++++---
 .../api/environment/CheckpointConfig.java          | 68 ++++++++++++++++++++++
 .../environment/StreamExecutionEnvironment.java    | 47 ++++++++++++++-
 6 files changed, 170 insertions(+), 15 deletions(-)

Reply via email to