kevinnammour commented on code in PR #3261:
URL: https://github.com/apache/maven-surefire/pull/3261#discussion_r2847013399
##########
maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/report/StatelessXmlReporter.java:
##########
@@ -120,6 +121,12 @@ public class StatelessXmlReporter implements
StatelessReportEventListener<Wrappe
private final boolean enablePropertiesElement;
+ private final boolean reportTestTimestamp;
+
+ /**
+ * @deprecated Prefer adding a new constructor that accepts a
configuration object, e.g.
Review Comment:
We've already discussed this in this
[thread](https://github.com/apache/maven-surefire/pull/3261#discussion_r2841038611),
could you refer to this thread please?
For me personally, i prefer un-deprecating this constructor but it was
already released part of 3.5.5 - so I don't want to keep changing the contract
of this API. I can also create another ctor (but with no usages) for the
StatelessXmlReporter.
--
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]