slachiewicz commented on issue #12833:
URL: https://github.com/apache/maven/issues/12833#issuecomment-5418466984

   Confirmed against a locally built `3.10.0-SNAPSHOT` from `maven-3.10.x` at 
`699160f894`, on a clean tree: the same test passes.
   
   Narrowing where the fix is. The rc-1 distribution ships Resolver 2.0.20 and 
the snapshot ships 2.0.22, so Resolver looked like the obvious candidate. It is 
not. Replacing every `maven-resolver-*` jar in a copy of the rc-1 distribution 
with its 2.0.22 counterpart, keeping `maven-resolver-provider-3.10.0-rc-1`, 
still fails with the identical error:
   
   ```
   java.lang.NoSuchMethodError: 'org.mockito.plugins.MockitoLogger 
org.mockito.internal.configuration.plugins.Plugins.getMockitoLogger()'
   ```
   
   So the fix is in Maven core between `1f7f1a54` (3.10.0-rc-1) and 
`699160f894`, not in Resolver 2.0.21 or 2.0.22.
   
   *This comment was created with AI assistance.*
   


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