Bukama opened a new issue, #11449:
URL: https://github.com/apache/maven/issues/11449

   ### New feature, improvement proposal
   
   When running `mvnup/ApplicabilityTests` tests, there is a warning of Mockito 
that it should be added as an agent.
   
   > Mockito is currently self-attaching to enable the inline-mock-maker. This 
will no longer work in future releases of the JDK. Please add Mockito as an 
agent to your build as described in Mockito's documentation: 
https://javadoc.io/doc/org.mockito/mockito-core/latest/org.mockito/org/mockito/Mockito.html#0.3
   WARNING: A Java agent has been loaded dynamically 
(C:\Users\matth\.m2\repository\net\bytebuddy\byte-buddy-agent\1.17.7\byte-buddy-agent-1.17.7.jar)
   WARNING: If a serviceability tool is in use, please run with 
-XX:+EnableDynamicAgentLoading to hide this warning
   WARNING: If a serviceability tool is not in use, please run with 
-Djdk.instrument.traceUsage for more information
   WARNING: Dynamic loading of agents will be disallowed by default in a future 
release
   OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader 
classes because bootstrap classpath has been appended


-- 
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]

Reply via email to