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 f96e4940c add record for github PR 207 merge
f96e4940c is described below

commit f96e4940cb10e0cbea7971782b75f9c406770c60
Author: Jaikiran Pai <jaiki...@apache.org>
AuthorDate: Mon Jan 15 20:03:31 2024 +0530

    add record for github PR 207 merge
---
 WHATSNEW | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/WHATSNEW b/WHATSNEW
index 779c314b5..1a195e444 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -41,6 +41,12 @@ Fixed bugs:
    address passed to its constructor was an empty String.
    Bugzilla Report 68462
 
+ * legacy-xml reporter of junitlauncher task was using a non-buffered
+   outputstream when generating the report. This introduces severe
+   performance penalties since the writes translate to native write
+   system calls. This has been fixed to use a BufferedOutputStream.
+   Github Pull Request #207
+
 
 Changes from Ant 1.10.13 TO Ant 1.10.14
 =======================================

Reply via email to