Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISPN-7808 Upgrade to mockito-core 2.7.21 #5125

Merged

Conversation

danberindei
Copy link
Member

https://issues.jboss.org/browse/ISPN-7808

  • Fix JpaStoreIT failures
  • Replace usages of deprecated mockito API
  • Replace any(Class) with any() or isNull() where necessary
  • Add a Mocks utility class to help when delegation is needed
    but Mockito.spy() doesn't work

* Fix JpaStoreIT failures
* Replace usages of deprecated mockito API
* Replace any(Class) with any() or isNull() where necessary
* Add a Mocks utility class to help when delegation is needed
  but Mockito.spy() doesn't work
@tristantarrant tristantarrant merged commit cb81eff into infinispan:master May 9, 2017
@tristantarrant
Copy link
Member

Pushed to master, thanks @danberindei

@danberindei danberindei deleted the ISPN-7808_mockito_2.7.21 branch May 9, 2017 07:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants