xvrl commented on PR #15014: URL: https://github.com/apache/druid/pull/15014#issuecomment-1728240262
> Would it work to use Maven profile such that we get a different version of Mockito on a Java 8 test run vs. a Java 11+ test run? I think it might be doable. Outside of reflection, our current usage of mockito seems to be source compatible with both versions. It's a little more tricky than setting the version since mockito-inline was merged into mockito-core, but with some maven magic it might work. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
