From 3dcb8e9238968b3e3a40ea061f12058a739823f4 Mon Sep 17 00:00:00 2001 From: Jaikiran Pai Date: Tue, 27 Jul 2021 08:55:35 +0530 Subject: [PATCH] update WHATSNEW for AntClassLoader change --- WHATSNEW | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 29f4e9c34..b8b69fa88 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -1,6 +1,15 @@ Changes from Ant 1.10.11 TO Ant 1.10.12 ======================================= +Other changes: +-------------- + + * The implementation of AntClassLoader#findResources() has been changed to optimize + it for potential performance issues, as those noted at + https://issues.jenkins.io/browse/JENKINS-22310?focusedCommentId=197405&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-197405 + Github Pull Request #151 + + Changes from Ant 1.10.10 TO Ant 1.10.11 =======================================