You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2022/02/24 18:25:24 UTC

[GitHub] [druid] xvrl opened a new pull request #12282: Replace use of PowerMock with Mockito

xvrl opened a new pull request #12282:
URL: https://github.com/apache/druid/pull/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


-- 
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: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] xvrl merged pull request #12282: Replace use of PowerMock with Mockito

Posted by GitBox <gi...@apache.org>.
xvrl merged pull request #12282:
URL: https://github.com/apache/druid/pull/12282


   


-- 
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: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org