From f96e4940cb10e0cbea7971782b75f9c406770c60 Mon Sep 17 00:00:00 2001 From: Jaikiran Pai Date: Mon, 15 Jan 2024 20:03:31 +0530 Subject: [PATCH] add record for github PR 207 merge --- WHATSNEW | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 779c314b56..1a195e4440 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 =======================================