matrei opened a new pull request, #16096: URL: https://github.com/apache/grails-core/pull/16096
This pull request removes legacy Ant-based JUnit reporting support from the `grails-test-core` module. The main changes involve deleting custom JUnit report formatter classes and their factory, as well as cleaning up related dependencies from the build configuration. Dependency cleanup: * Removed Ant and JUnit-related dependencies from `grails-test-core/build.gradle`, including `org.apache.ant:ant`, `org.apache.ant:ant-junit`, and various JUnit and Spock dependencies that were only used by the deleted reporting classes. [[1]](diffhunk://#diff-eebed38aeb7e36e28484da18630f26724b3c7247f39693e5e12043dd3e2f7a1dL56-L58) [[2]](diffhunk://#diff-eebed38aeb7e36e28484da18630f26724b3c7247f39693e5e12043dd3e2f7a1dL69-L87) Removal of legacy JUnit reporting implementation: * Deleted the `JUnitReports`, `JUnitReportsFactory`, `PlainFormatter`, and `XMLFormatter` classes from `grails-test-core/src/main/groovy/org/grails/test/report/junit/`, which previously provided Ant-based JUnit report formatting and output. [[1]](diffhunk://#diff-94e378ecb290fc917ba838a609fccb237b76ec6305c5b306aa27c5e89dd60a45L1-L90) [[2]](diffhunk://#diff-fc441a32f7b978fec6c5cfe358072f708970e4f1c2afb3b64c8490f202199d95L1-L75) [[3]](diffhunk://#diff-153c332e4853387be53f72349451cefdadd37bd1f7dcda27056183fca9479fadL1-L110) [[4]](diffhunk://#diff-8db2d0af5a58398a1784760e70d2acbfc0c07f466748e3ccba4a3be59e825e7fL1-L62) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
