This is an automated email from the ASF dual-hosted git repository.
jaikiran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git
The following commit(s) were added to refs/heads/master by this push:
new 3dcb8e9 update WHATSNEW for AntClassLoader change
3dcb8e9 is described below
commit 3dcb8e9238968b3e3a40ea061f12058a739823f4
Author: Jaikiran Pai <[email protected]>
AuthorDate: Tue Jul 27 08:55:35 2021 +0530
update WHATSNEW for AntClassLoader change
---
WHATSNEW | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/WHATSNEW b/WHATSNEW
index 29f4e9c..b8b69fa 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
=======================================