Update dependency org.openrewrite.recipe:rewrite-testing-frameworks to v2.24.1 #304
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.3.0->2.24.1Release Notes
openrewrite/rewrite-testing-frameworks (org.openrewrite.recipe:rewrite-testing-frameworks)
v2.24.1Compare Source
v2.24.0: 2.24.0Compare Source
What's Changed
New Contributors
Full Changelog: openrewrite/rewrite-testing-frameworks@v2.23.0...v2.24.0
v2.23.1: 2.23.1Compare Source
What's Changed
Full Changelog: https://github.com/openrewrite/rewrite-testing-frameworks
v2.23.0: 2.23.0Compare Source
What's Changed
assertSameorassertNotSameinstead ofassertTrue(... == ...)by @mccartney in https://github.com/openrewrite/rewrite-testing-frameworks/pull/642New Contributors
Full Changelog: openrewrite/rewrite-testing-frameworks@v2.22.0...v2.23.0
v2.22.0: 2.22.0Compare Source
What's Changed
@MockitoSettings(strictness = ...)based on how Mockito is used, not based on version alone by @Jenson3210 in https://github.com/openrewrite/rewrite-testing-frameworks/pull/623assertInstanceOfnot converted from JUnit5 to assertJ by @timo-abele in https://github.com/openrewrite/rewrite-testing-frameworks/pull/606VerifyZeroToNoMoreInteractionsfor Mockito 2 by @jevanlingen in https://github.com/openrewrite/rewrite-testing-frameworks/pull/631New Contributors
Full Changelog: openrewrite/rewrite-testing-frameworks@v2.21.0...v2.22.0
v2.21.0: 2.21.0Compare Source
What's Changed
New Contributors
Full Changelog: openrewrite/rewrite-testing-frameworks@v2.20.1...v2.21.0
v2.20.1: 2.20.1Compare Source
What's Changed
Full Changelog: openrewrite/rewrite-testing-frameworks@v2.20.0...v2.20.1
v2.20.0: 2.20.0Compare Source
What's Changed
PowerMockitoMockStaticToMockitoshould not remove existingmockStaticinitializer by @Laurens-W in https://github.com/openrewrite/rewrite-testing-frameworks/pull/612Full Changelog: openrewrite/rewrite-testing-frameworks@v2.19.0...v2.20.0
v2.19.0: 2.19.0Compare Source
What's Changed
ReplacePowerMockitowithMockito1to3Migrationagain by @timtebeek in https://github.com/openrewrite/rewrite-testing-frameworks/pull/602Mockito.whenon static (non mock) to try with resource by @Laurens-W in https://github.com/openrewrite/rewrite-testing-frameworks/pull/601Full Changelog: openrewrite/rewrite-testing-frameworks@v2.18.0...v2.19.0
v2.18.0: 2.18.0Compare Source
What's Changed
JUnitStoriestoJupiterStoriesby @Laurens-W in https://github.com/openrewrite/rewrite-testing-frameworks/pull/591JUnit4to5Migrationwhere TestNG is used by @Laurens-W in https://github.com/openrewrite/rewrite-testing-frameworks/pull/592MockRestServiceServer.verifyto default assertions by @ArloL in https://github.com/openrewrite/rewrite-testing-frameworks/pull/593New Contributors
Full Changelog: openrewrite/rewrite-testing-frameworks@v2.17.1...v2.18.0
v2.17.1: 2.17.1Compare Source
What's Changed
PowerMockitoMockStaticToMockitoduplicates variables and methods when static nested class is involved by @Laurens-W in https://github.com/openrewrite/rewrite-testing-frameworks/pull/588996709bFull Changelog: openrewrite/rewrite-testing-frameworks@v2.17.0...v2.17.1
v2.17.0: 2.17.0Compare Source
What's Changed
assertThrowsby @shivanisky in https://github.com/openrewrite/rewrite-testing-frameworks/pull/582hamcrest-junitdependency when usingassertThatorassumeThatby @FieteO in https://github.com/openrewrite/rewrite-testing-frameworks/pull/577assertThatstatements (#373) by @srmalkan in https://github.com/openrewrite/rewrite-testing-frameworks/pull/392@MockitoSettings(strictness = Strictness.WARN)by @Laurens-W in https://github.com/openrewrite/rewrite-testing-frameworks/pull/584New Contributors
Full Changelog: openrewrite/rewrite-testing-frameworks@v2.16.0...v2.17.0
v2.16.0: 2.16.0Compare Source
What's Changed
assertTrue(false, String)andassertFalse(true, String)withfail(String)by @Laurens-W in https://github.com/openrewrite/rewrite-testing-frameworks/pull/558assertThrowsby @timtebeek in https://github.com/openrewrite/rewrite-testing-frameworks/pull/564New Contributors
Full Changelog: openrewrite/rewrite-testing-frameworks@v2.15.0...v2.16.0
v2.15.0: 2.15.0Compare Source
What's Changed
Full Changelog: openrewrite/rewrite-testing-frameworks@v2.14.1...v2.15.0
v2.14.1: 2.14.1Compare Source
What's Changed
Full Changelog: openrewrite/rewrite-testing-frameworks@v2.14.0...v2.14.1
v2.14.0: 2.14.0Compare Source
What's Changed
33c97a2for #526f1fda26for #541a79dc45New Contributors
Full Changelog: openrewrite/rewrite-testing-frameworks@v2.13.0...v2.14.0
v2.13.0: 2.13.0Compare Source
What's Changed
@Mockedand@Injectableannotated arguments by @shivanisky in https://github.com/openrewrite/rewrite-testing-frameworks/pull/532New Contributors
Full Changelog: openrewrite/rewrite-testing-frameworks@v2.12.1...v2.13.0
v2.12.2: 2.12.2Compare Source
What's Changed
Full Changelog: openrewrite/rewrite-testing-frameworks@v2.12.0...v2.12.2
v2.12.1: 2.12.1Compare Source
What's Changed
Full Changelog: openrewrite/rewrite-testing-frameworks@v2.12.0...v2.12.1
v2.12.0: 2.12.0Compare Source
What's Changed
TestsShouldNotBePublicby @timtebeek in https://github.com/openrewrite/rewrite-testing-frameworks/pull/524New Contributors
Full Changelog: openrewrite/rewrite-testing-frameworks@v2.11.0...v2.12.0
v2.11.0: 2.11.0Compare Source
What's Changed
Full Changelog: openrewrite/rewrite-testing-frameworks@v2.10.1...v2.11.0
v2.10.1: 2.10.1Compare Source
What's Changed
Full Changelog: openrewrite/rewrite-testing-frameworks@v2.10.0...v2.10.1
v2.10.0: 2.10.0Compare Source
What's Changed
Full Changelog: openrewrite/rewrite-testing-frameworks@v2.9.0...v2.10.0
v2.9.0: 2.9.0Compare Source
What's Changed
New Contributors
Full Changelog: openrewrite/rewrite-testing-frameworks@v2.8.0...v2.9.0
v2.8.0: 2.8.0Compare Source
Full Changelog: openrewrite/rewrite-testing-frameworks@v2.7.0...v2.8.0
v2.7.0: 2.7.0Compare Source
What's Changed
Ismatcher from core by @timo-abele in https://github.com/openrewrite/rewrite-testing-frameworks/pull/498New Contributors
Full Changelog: openrewrite/rewrite-testing-frameworks@v2.6.0...v2.7.0
v2.6.0: 2.6.0Compare Source
Full Changelog: openrewrite/rewrite-testing-frameworks@v2.5.0...v2.6.0
v2.5.0: 2.5.0Compare Source
What's Changed
eqSupport, Better Type Propagation, and Error Handling by @tinder-dthomson in https://github.com/openrewrite/rewrite-testing-frameworks/pull/485Full Changelog: openrewrite/rewrite-testing-frameworks@v2.4.0...v2.5.0
v2.4.1: 2.4.1Compare Source
What's Changed
JUnitAssertEqualsToAssertThatskipped addingassertThatimport for custom classes by @timo-abele in https://github.com/openrewrite/rewrite-testing-frameworks/pull/480New Contributors
Full Changelog: openrewrite/rewrite-testing-frameworks@v2.3.2...v2.4.1
v2.4.0: 2.4.0Compare Source
What's Changed
JUnitAssertEqualsToAssertThatskipped addingassertThatimport for custom classes by @timo-abele in https://github.com/openrewrite/rewrite-testing-frameworks/pull/480New Contributors
Full Changelog: openrewrite/rewrite-testing-frameworks@v2.3.2...v2.4.0
v2.3.2: 2.3.2Compare Source
What's Changed
Full Changelog: openrewrite/rewrite-testing-frameworks@v2.3.1...v2.3.2
v2.3.1: 2.3.1Compare Source
What's Changed
Full Changelog: openrewrite/rewrite-testing-frameworks@v2.3.0...v2.3.1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.