druid/extensions-core/testing-tools
Xavier Léauté d105519558
Replace use of PowerMock with Mockito (#12282)
Mockito now supports all our needs and plays much better with recent Java versions.
Migrating to Mockito also simplifies running the kind of tests that required PowerMock in the past. 

* replace all uses of powermock with mockito-inline
* upgrade mockito to 4.3.1 and fix use of deprecated methods
* import mockito bom to align all our mockito dependencies
* add powermock to forbidden-apis to avoid accidentally reintroducing it in the future
2022-02-27 22:47:09 -08:00
..
src allow optimizing sql expressions and virtual columns (#12241) 2022-02-09 14:55:50 -08:00
pom.xml Replace use of PowerMock with Mockito (#12282) 2022-02-27 22:47:09 -08:00