olamy commented on code in PR #3261:
URL: https://github.com/apache/maven-surefire/pull/3261#discussion_r2845315498
##########
maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/report/StatelessXmlReporter.java:
##########
@@ -134,7 +137,8 @@ public StatelessXmlReporter(
boolean phrasedClassName,
boolean phrasedMethodName,
boolean enableOutErrElements,
- boolean enablePropertiesElement) {
+ boolean enablePropertiesElement,
Review Comment:
> tracing the
[commit](https://github.com/apache/maven-surefire/pull/828/changes/64c241ef9edf6f0c469d9d28944b544f50308ebe#diff-c634b539151b4b76bde50d93d5a6cd2b0f51aa411281398cc295cc721bdfa1d5),
I can see no valid reason/explanation it was deprecated. The commit was named
"try to use a different classDisplayName if exists.". Maybe am missing
something. @olamy could you advise on the newly supported approach to pass
properties to the stateless reporter?
I would like to change this in a future version but this might 4.x so feel
free to modify it.
--
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]