michael-o commented on issue #3229: URL: https://github.com/apache/maven-surefire/issues/3229#issuecomment-3872977263
> The cause of this problem is the change on the writing side in [#2232](https://github.com/apache/maven-surefire/issues/2232), which was incorrect. The generated attribute does not conform to the xs:float definition in the XML schema for the surefire report. The grouping has been activated in the mentioned change, which is not supported in XML float attributes. A simple String.toString(float f) on the writing side would be enough. The toString / parseFloat method is independent of the current Locale. This is why I changed it to be `xs:float`. The raised concern for the legacy stuff I proposed a simple fix which I am willing to apply. -- 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]
