[ 
https://issues.apache.org/jira/browse/KAFKA-7438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16627541#comment-16627541
 ] 

ASF GitHub Bot commented on KAFKA-7438:
---------------------------------------

ijuma opened a new pull request #5691: KAFKA-7438: Replace EasyMock and 
PowerMock with Mockito in clients module
URL: https://github.com/apache/kafka/pull/5691
 
 
   Development of EasyMock and PowerMock has stagnated while Mockito
   continues to be actively developed. With the new Java cadence,
   it's a problem to depend on libraries that do bytecode manipulation
   and are not actively maintained. In addition, Mockito is also
   easier to use.
   
   While updating the tests, I attempted to go from failing test to
   passing test. In cases where the updated test passed on the first
   attempt, I artificially broke it to ensure the test was still doing its
   job.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Replace EasyMock and PowerMock with Mockito
> -------------------------------------------
>
>                 Key: KAFKA-7438
>                 URL: https://issues.apache.org/jira/browse/KAFKA-7438
>             Project: Kafka
>          Issue Type: Improvement
>            Reporter: Ismael Juma
>            Priority: Major
>
> Development of EasyMock and PowerMock has stagnated while Mockito continues 
> to be actively developed. With the new Java cadence, it's a problem to depend 
> on libraries that do bytecode generation and are not actively maintained. In 
> addition, Mockito is also easier to use.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to