People are bad readers. I'd suggest to spend some time to replace those frameworks with mockito (and powermock tests should be rewritten or removed, there should be no reason to use it). Otherwise we'll get more easymock tests or no PRs at all as people don't know how to use easymock.
I've just removed it from maven-assembly-plugin. Yes it takes some time, but at least there's again a better maintainable codebase. Robert On 27-4-2020 16:14:14, Elliotte Rusty Harold <[email protected]> wrote: Anyone have an opinion on recommending Mockito as our preferred mocking library? https://github.com/apache/maven-site/pull/158/files This doesn't require us to port old unit tests, though we can. Right now we have a mix of Mockito, JMock, PowerMock, and EasyMock spread out across the plugins. -- Elliotte Rusty Harold [email protected]
