Bump org.openrewrite.recipe:rewrite-testing-frameworks from 2.19.0 to 2.21.0 by dependabot[bot] · Pull Request #457 · Mu-L/feign
Bumps org.openrewrite.recipe:rewrite-testing-frameworks from 2.19.0 to 2.21.0.
Release notes
Sourced from org.openrewrite.recipe:rewrite-testing-frameworks's releases.
2.21.0
What's Changed
- Add recipe for replacing unnecesary Mockito#eq with direct parameters by
@SanderKnauffin openrewrite/rewrite-testing-frameworks#615- Jmockit mockito full verifications and Refactor tests by
@shivaniskyin openrewrite/rewrite-testing-frameworks#617New Contributors
@SanderKnauffmade their first contribution in openrewrite/rewrite-testing-frameworks#615Full Changelog: openrewrite/rewrite-testing-frameworks@v2.20.1...v2.21.0
2.20.1
What's Changed
- JMockit to Mockito IllegalArumentException No enum constant VerificationsInOrder by
@shivaniskyin openrewrite/rewrite-testing-frameworks#616- Migrate JMockit block to Mockito which contains redundant "this" prefix for arg matcher and migrate array as parameter for any by
@yurii-yuin openrewrite/rewrite-testing-frameworks#610- Migrate AssertJ Fail.fail to Assertions.fail by
@timtebeekin openrewrite/rewrite-testing-frameworks@d81cc70- Only simplify chained AssertJ assertions with a single argument by
@timtebeekin openrewrite/rewrite-testing-frameworks@e8fca5aFull Changelog: openrewrite/rewrite-testing-frameworks@v2.20.0...v2.20.1
2.20.0
What's Changed
PowerMockitoMockStaticToMockitoshould not remove existingmockStaticinitializer by@Laurens-Win openrewrite/rewrite-testing-frameworks#612- update to latest error prone to remove protobuf-java@3.19.2 vulnerability by
@natedannerin openrewrite/rewrite-testing-frameworks#613Full Changelog: openrewrite/rewrite-testing-frameworks@v2.19.0...v2.20.0
Commits
36c085aPolish8a6982bJmockit mockito full verifications and Refactor tests (#617)49b3eb5Expand imports on EnclosedToNested6dd020cDrop duplication betweenEnclosedToNestedandAddMissingNestedaa80a5cSkip interface methods without a body in AssertThrowsOnLastStatement8fb11c8RunJUnit5BestPracticesas part of Assertj best practicesff29dbcDisable acyclic cursor validation for PowerMock testsf59e1c8refactor: OpenRewrite best practices3c92c0fAdd recipe for replacing unnecesary Mockito#eq with direct parameters (#615)7bbd13aReduce failures following upstream cursor validation- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)