fabriciorby opened a new issue, #3203: URL: https://github.com/apache/maven-surefire/issues/3203
### Affected version 3.5.4 ### Bug description Hello, I've developed [this plugin extension](https://github.com/fabriciorby/maven-surefire-junit5-tree-reporter) some years ago and it's kind of totally dependant on the test "source" field from the ReportEntry to have the full nested classes paths From version 3.5.4 on, there's no full path received by the ConsoleReporter. <img width="999" height="379" alt="Image" src="https://github.com/user-attachments/assets/ae181dc4-bc7e-4e6b-a1c6-c4faefe7d9b2" /> From version 3.5.3, I got it filled like this <img width="1114" height="347" alt="Image" src="https://github.com/user-attachments/assets/0b58c5b5-c373-4b0b-a3e4-11898356331d" /> I suspect that it has to do with the new bug fix described in the Release Notes: [[SUREFIRE-2298]](https://issues.apache.org/jira/browse/SUREFIRE-2298) - fix xml output with junit 5 nested classes (fix integration with Cucumber and Archunit) (https://github.com/apache/maven-surefire/pull/828) @olamy This is absolutely necessary for the plugin to work, I took a quicklook in the MR that is linked in the bug fix but I couldn't relate it to the `source` field. If someone can point me towards where this info is being retrieved/consumed and if this can behavior can be rollbacked it would be helpful so I can open a PR myself. Link to the plugin: https://github.com/fabriciorby/maven-surefire-junit5-tree-reporter -- 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]
