This is an automated email from the ASF dual-hosted git repository. gary pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git.
from cec17d0 [hotfix] [docs] Add notice about buggy dateFormat() function new e546069 [FLINK-11122][core] Change signature of WrappingProxyUtil#stripProxy(T) new ca28085 [hotfix][core] Fix typo in WrappingProxyUtil Javadoc The 2 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: .../flink/core/fs/SafetyNetCloseableRegistry.java | 4 +- .../org/apache/flink/util/WrappingProxyUtil.java | 40 +++++-- .../core/fs/AbstractCloseableRegistryTest.java | 123 +++++++++++++-------- .../flink/core/fs/CloseableRegistryTest.java | 9 +- .../org/apache/flink/core/fs/FileSystemTest.java | 24 +++- .../core/fs/SafetyNetCloseableRegistryTest.java | 11 +- .../apache/flink/util/WrappingProxyUtilTest.java | 76 +++++++++++++ 7 files changed, 217 insertions(+), 70 deletions(-) create mode 100644 flink-core/src/test/java/org/apache/flink/util/WrappingProxyUtilTest.java