[GitHub] [ant] azotcsit commented on a change in pull request #175: junitlauncher - Fix an issue in LegacyXmlResultFormatter with ]]> in stacktraces

2022-01-21 Thread GitBox
azotcsit commented on a change in pull request #175: URL: https://github.com/apache/ant/pull/175#discussion_r789921289 ## File path: src/main/org/apache/tools/ant/taskdefs/optional/junitlauncher/LegacyXmlResultFormatter.java ## @@ -298,8 +298,9 @@ private void writeFailed(fina

Re: [DISCUSS] JUnit 5 Customization

2022-01-21 Thread Aleksei Zotov
Hi Jaikiran, Were you able to check the PRs? I'd would be great to get into the next release with these changes (or alternative workarounds), so we (Apache Cassandra) can move forward with JUnit 5 upgrade. Best Regards, Aleksei Zotov. On Thu, Dec 23, 2021 at 5:22 PM Aleksei Zotov wrote: > J

[GitHub] [ant] tsmock opened a new pull request #175: Fix an issue in LegacyXmlResultFormatter with ]]> in stacktraces

2022-01-21 Thread GitBox
tsmock opened a new pull request #175: URL: https://github.com/apache/ant/pull/175 Bugzilla Report 65833 This occurs when the stacktrace message contains ]]>, which is the CDATA end code. There is no escape, so it must be replaced with `]]` + `]]>` + `