long76 opened a new issue, #370: URL: https://github.com/apache/maven-help-plugin/issues/370
### Affected version 3.5.1 ### Bug description ``` mvn help:evaluate -q -Dexpression=project.properties -DforceStdout ``` on jdk 25 return warnings on top before print properties ``` WARNING: A terminally deprecated method in sun.misc.Unsafe has been called WARNING: sun.misc.Unsafe::objectFieldOffset has been called by com.thoughtworks.xstream.converters.reflection.SunUnsafeReflectionProvider (file:/home/user/.m2/repository/com/thoughtworks/xstream/xstream/1.4.20/xstream-1.4.20.jar) WARNING: Please consider reporting this to the maintainers of class com.thoughtworks.xstream.converters.reflection.SunUnsafeReflectionProvider WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release ``` -- 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]
