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

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


    from c5e5f0a  [FLINK-11696][checkpoint] Avoid to send mkdir requests to DFS 
from task side (#7942)
     add e6db3eb  [FLINK-14047] Add ConfigurationUtils.hideSensitiveValues to 
filter out sensitive values
     add 7b862d3  [FLINK-14047][rest] Let JobConfigHandler replace sensitive 
values from user configuration
     add dd31f83  [FLINK-14047] Use ConfigurationUtils.hideSensitiveValues in 
ClusterConfigurationInfo
     add 83f0e0c  [hotfix] Correct typo in ExecutionConfigInfo#isObjectReuse

No new revisions were added by this update.

Summary of changes:
 .../flink/configuration/ConfigurationUtils.java    | 26 ++++++
 .../configuration/ConfigurationUtilsTest.java      | 23 +++++
 .../runtime/rest/handler/job/JobConfigHandler.java |  7 +-
 .../rest/messages/ClusterConfigurationInfo.java    | 17 ++--
 .../flink/runtime/rest/messages/JobConfigInfo.java | 43 ++++++++--
 .../rest/handler/job/JobConfigHandlerTest.java     | 97 ++++++++++++++++++++++
 6 files changed, 191 insertions(+), 22 deletions(-)
 create mode 100644 
flink-runtime/src/test/java/org/apache/flink/runtime/rest/handler/job/JobConfigHandlerTest.java

Reply via email to