-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update dependency org.openrewrite.recipe:rewrite-testing-frameworks to v3 #42
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/major-rewrite.testing
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
88a04de
to
cd4dead
Compare
cd4dead
to
51b87d4
Compare
51b87d4
to
d88bab8
Compare
faaa9fd
to
71b21ca
Compare
71b21ca
to
6d53036
Compare
a9d56e3
to
bbc67c0
Compare
183d7ad
to
0d334a3
Compare
0d334a3
to
ca2c858
Compare
5a275f8
to
d369d90
Compare
d369d90
to
dd1af19
Compare
01eb5f3
to
46ae638
Compare
46ae638
to
895f1c8
Compare
895f1c8
to
e8cfacb
Compare
97e1ad1
to
9e1550e
Compare
9e1550e
to
df8bf14
Compare
df8bf14
to
80139b5
Compare
037c179
to
504371c
Compare
504371c
to
3e30509
Compare
3e30509
to
670f942
Compare
eb5fc04
to
aaed6fd
Compare
aaed6fd
to
3e9c7c2
Compare
4ae3a52
to
c5104e5
Compare
c5104e5
to
b6ee3e2
Compare
b6ee3e2
to
2b1aaba
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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:
1.37.0
->3.2.0
Release Notes
openrewrite/rewrite-testing-frameworks (org.openrewrite.recipe:rewrite-testing-frameworks)
v3.2.0
: 3.2.0What's Changed
New Contributors
Full Changelog: openrewrite/rewrite-testing-frameworks@v3.1.0...v3.2.0
v3.1.0
: 3.1.0What's Changed
org.mockito:mockito-junit-jupiter:3.x
in explicit test scope by @MBoegers in https://github.com/openrewrite/rewrite-testing-frameworks/pull/667New Contributors
Full Changelog: openrewrite/rewrite-testing-frameworks@v3.0.0...v3.1.0
v3.0.0
: 3.0.0What's Changed
Mockito1to5MigrationTest
to verify dependencies are upgraded by @sullis in https://github.com/openrewrite/rewrite-testing-frameworks/pull/656New Contributors
Full Changelog: openrewrite/rewrite-testing-frameworks@v2.24.0...v3.0.0
v2.24.0
: 2.24.0What's Changed
New Contributors
Full Changelog: openrewrite/rewrite-testing-frameworks@v2.23.0...v2.24.0
v2.23.1
: 2.23.1What's Changed
Full Changelog: https://github.com/openrewrite/rewrite-testing-frameworks
v2.23.0
: 2.23.0What's Changed
assertSame
orassertNotSame
instead 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.0What'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/623assertInstanceOf
not converted from JUnit5 to assertJ by @timo-abele in https://github.com/openrewrite/rewrite-testing-frameworks/pull/606VerifyZeroToNoMoreInteractions
for 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.0What's Changed
New Contributors
Full Changelog: openrewrite/rewrite-testing-frameworks@v2.20.1...v2.21.0
v2.20.1
: 2.20.1What's Changed
Full Changelog: openrewrite/rewrite-testing-frameworks@v2.20.0...v2.20.1
v2.20.0
: 2.20.0What's Changed
PowerMockitoMockStaticToMockito
should not remove existingmockStatic
initializer 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.0What's Changed
ReplacePowerMockito
withMockito1to3Migration
again by @timtebeek in https://github.com/openrewrite/rewrite-testing-frameworks/pull/602Mockito.when
on 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.0What's Changed
JUnitStories
toJupiterStories
by @Laurens-W in https://github.com/openrewrite/rewrite-testing-frameworks/pull/591JUnit4to5Migration
where TestNG is used by @Laurens-W in https://github.com/openrewrite/rewrite-testing-frameworks/pull/592MockRestServiceServer.verify
to 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.1What's Changed
PowerMockitoMockStaticToMockito
duplicates variables and methods when static nested class is involved by @Laurens-W in https://github.com/openrewrite/rewrite-testing-frameworks/pull/588996709b
Full Changelog: openrewrite/rewrite-testing-frameworks@v2.17.0...v2.17.1
v2.17.0
: 2.17.0What's Changed
assertThrows
by @shivanisky in https://github.com/openrewrite/rewrite-testing-frameworks/pull/582hamcrest-junit
dependency when usingassertThat
orassumeThat
by @FieteO in https://github.com/openrewrite/rewrite-testing-frameworks/pull/577assertThat
statements (#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.0What's Changed
assertTrue(false, String)
andassertFalse(true, String)
withfail(String)
by @Laurens-W in https://github.com/openrewrite/rewrite-testing-frameworks/pull/558assertThrows
by @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.0What's Changed
Full Changelog: openrewrite/rewrite-testing-frameworks@v2.14.1...v2.15.0
v2.14.1
: 2.14.1What's Changed
Full Changelog: openrewrite/rewrite-testing-frameworks@v2.14.0...v2.14.1
v2.14.0
: 2.14.0What's Changed
33c97a2
for #526f1fda26
for #541a79dc45
New Contributors
Full Changelog: openrewrite/rewrite-testing-frameworks@v2.13.0...v2.14.0
v2.13.0
: 2.13.0What's Changed
@Mocked
and@Injectable
annotated 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.2What's Changed
Full Changelog: openrewrite/rewrite-testing-frameworks@v2.12.0...v2.12.2
v2.12.1
: 2.12.1What's Changed
Full Changelog: openrewrite/rewrite-testing-frameworks@v2.12.0...v2.12.1
v2.12.0
: 2.12.0What's Changed
TestsShouldNotBePublic
by @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.0What's Changed
Full Changelog: openrewrite/rewrite-testing-frameworks@v2.10.1...v2.11.0
v2.10.1
: 2.10.1What's Changed
Full Changelog: openrewrite/rewrite-testing-frameworks@v2.10.0...v2.10.1
v2.10.0
: 2.10.0What's Changed
Full Changelog: openrewrite/rewrite-testing-frameworks@v2.9.0...v2.10.0
v2.9.0
: 2.9.0What's Changed
New Contributors
Full Changelog: openrewrite/rewrite-testing-frameworks@v2.8.0...v2.9.0
v2.8.0
: 2.8.0Full Changelog: openrewrite/rewrite-testing-frameworks@v2.7.0...v2.8.0
v2.7.0
: 2.7.0What's Changed
Is
matcher 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.0Full Changelog: openrewrite/rewrite-testing-frameworks@v2.5.0...v2.6.0
v2.5.0
: 2.5.0What's Changed
eq
Support, 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.1What's Changed
JUnitAssertEqualsToAssertThat
skipped addingassertThat
import 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.0What's Changed
JUnitAssertEqualsToAssertThat
skipped addingassertThat
import 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.2What's Changed
Full Changelog: openrewrite/rewrite-testing-frameworks@v2.3.1...v2.3.2
v2.3.1
: 2.3.1What's Changed
Full Changelog: openrewrite/rewrite-testing-frameworks@v2.3.0...v2.3.1
v2.3.0
: 2.3.0What's Changed
Full Changelog: openrewrite/rewrite-testing-frameworks@v2.2.0...v2.3.0
v2.2.0
: 2.2.0What's Changed
@Timeout
by @timtebeek in https://github.com/openrewrite/rewrite-testing-frameworks/pull/451Full Changelog: openrewrite/rewrite-testing-frameworks@v2.1.5...v2.2.0
v2.1.5
: 2.1.5What's Changed
UpdateTestAnnotation
; useTestsShouldNotBePublic
instead by @magicwerk in https://github.com/openrewrite/rewrite-testing-frameworks/pull/442AddMissingTestBeforeAfterAnnotations
recipe for overridden JUnit test methods by @magicwerk in https://github.com/openrewrite/rewrite-testing-frameworks/pull/444New Contributors
Full Changelog: openrewrite/rewrite-testing-frameworks@v2.1.4...v2.1.5
v2.1.4
: 2.1.4Full Changelog: openrewrite/rewrite-testing-frameworks@v2.1.3...v2.1.4
v2.1.3
: 2.1.3What's Changed
Full Changelog: openrewrite/rewrite-testing-frameworks@v2.1.2...v2.1.3
v2.1.2
: 2.1.2What's Changed
Full Changelog: openrewrite/rewrite-testing-frameworks@v2.1.1...v2.1.2
v2.1.1
: 2.1.1What's Changed
mockStatic()
calls in resources of try-with-resources by @knutwannheden in https://github.com/openrewrite/rewrite-testing-frameworks/pull/426New Contributors
Full Changelog: openrewrite/rewrite-testing-frameworks@v2.1.0...v2.1.1
v2.1.0
What's Changed
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.