This is an automated email from the ASF dual-hosted git repository.
xtsong pushed a change to branch release-1.16
in repository https://gitbox.apache.org/repos/asf/flink.git
from ff00e5d93f2 [release] release notes for the 1.16 release
add f2e5d8e1990 [hotfix] Migrate FileUtilsTest to Junit5 and AssertJ.
add 3ae578e2233 [FLINK-28102] Flink AkkaRpcSystemLoader fails when
temporary directory is a symlink
add 8fd9aa63a30 [FLINK-29728] TablePlanner prevents Flink from starting is
working directory is a symbolic link
No new revisions were added by this update.
Summary of changes:
.../main/java/org/apache/flink/util/FileUtils.java | 23 ++
.../java/org/apache/flink/util/FileUtilsTest.java | 295 ++++++++++++---------
.../runtime/rpc/akka/AkkaRpcSystemLoader.java | 3 +-
.../rpc/akka/AkkaRpcSystemLoaderITCase.java | 32 +++
.../flink/table/planner/loader/PlannerModule.java | 3 +-
5 files changed, 224 insertions(+), 132 deletions(-)