slachiewicz commented on PR #1188: URL: https://github.com/apache/maven-plugin-tools/pull/1188#issuecomment-5740929191
Thanks. The warning you point at comes from `JavadocLinkGeneratorTest.inaccessibleBaseUri`, which constructs the generator with an unreachable URI on purpose and asserts the exception; it shows up once on the JDK 8 and 17 jobs as well (jobs 101816753005 and 101810002726 of the same run). `-XX:+EnableDynamicAgentLoading` only affects the "Java agent has been loaded dynamically" warning, which this branch does not emit (mockito-core 4.11.0, subclass mock maker). Is there a failing test on your side that I am missing? If it is only the log noise, the fix would be to lower that log line in the negative test rather than a JVM flag. -- 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]
