-
Notifications
You must be signed in to change notification settings - Fork 1
Update dependency org.openrewrite.recipe:rewrite-testing-frameworks to v3 #42
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
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.
+1
−1
Conversation
This file contains hidden or 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
2b1aaba to
99528ca
Compare
99528ca to
2c7321d
Compare
cf4fef0 to
7b65a02
Compare
6bbd897 to
74a7bd3
Compare
74a7bd3 to
3bc7446
Compare
3bc7446 to
d17d557
Compare
d17d557 to
f6de7e4
Compare
f6de7e4 to
5de3387
Compare
5de3387 to
548ae27
Compare
2b5655f to
d504fa5
Compare
71c2b73 to
bfb5192
Compare
bfb5192 to
5a4e1ac
Compare
e8cd99f to
3e3be1b
Compare
f29506e to
8179c29
Compare
5cc57b2 to
98edc13
Compare
98edc13 to
f8b1bbc
Compare
f8b1bbc to
6c79736
Compare
6c79736 to
6755320
Compare
2e0d48d to
33fd30b
Compare
33fd30b to
0de3f12
Compare
0de3f12 to
ff9cf97
Compare
ff9cf97 to
de370a8
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.23.0Release Notes
openrewrite/rewrite-testing-frameworks (org.openrewrite.recipe:rewrite-testing-frameworks)
v3.23.0: 3.23.0What's Changed
@ExtendWith(MockitoExtension.class)Test using Mockito Annotations by @MBoegers in #848GradleUseJunitJupiterby @greg-at-moderne in #852hasSizeandcontainsExactlyby @timtebeek in #857stream().map(Function)toextracting(Function)by @timtebeek in #856AssertThrowsOnLastStatement: Support calls with lambda parameters by @knutwannheden in #859HamcrestMatcherToAssertJandHamcrestIsMatcherToAssertJby @knutwannheden in #863HamcrestMatcherToAssertJ:isNull()andisNotNull()take no args by @knutwannheden in #864New Contributors
Full Changelog: openrewrite/rewrite-testing-frameworks@v3.22.0...v3.23.0
v3.22.0: 3.22.0What's Changed
New Contributors
Full Changelog: openrewrite/rewrite-testing-frameworks@v3.21.3...v3.22.0
v3.21.3What's Changed
guava-33type table entry forAssertJIterableRulesRecipesfrom EPS by @timtebeek in #843@Rule/@ClassRuleto JUnit 5@Containerand add@Testcontainersby @jc65536 in #838New Contributors
Full Changelog: openrewrite/rewrite-testing-frameworks@v3.21.2...v3.21.3
v3.21.2What's Changed
Full Changelog: openrewrite/rewrite-testing-frameworks@v3.21.1...v3.21.2
v3.21.1What's Changed
Full Changelog: openrewrite/rewrite-testing-frameworks@v3.21.0...v3.21.1
v3.21.0: 3.21.0What's Changed
Full Changelog: openrewrite/rewrite-testing-frameworks@v3.20.0...v3.21.0
v3.20.0: 3.20.0What's Changed
New Contributors
Full Changelog: openrewrite/rewrite-testing-frameworks@v3.19.0...v3.20.0
v3.19.0: 3.19.0What's Changed
Full Changelog: openrewrite/rewrite-testing-frameworks@v3.18.0...v3.19.0
v3.18.0What's Changed
WithBytemanby @marcosgopen in #818MockitoWhenOnStaticToMockStaticrelated to originally not using the FQN of the class when detecting it from awhen(X.y())style usage. by @steve-aom-elliott in #826New Contributors
Full Changelog: openrewrite/rewrite-testing-frameworks@v3.17.0...v3.18.0
v3.17.0: 3.17.0What's Changed
JavaTemplate.Matcherchanges around matchingX.0style numbers. by @steve-aom-elliott in #816Full Changelog: openrewrite/rewrite-testing-frameworks@v3.16.3...v3.17.0
v3.16.3What's Changed
src/main/resources/META-INF/rewrite/classpath.tsv.gzby @timtebeek in #807UseXMLUnitLegacyTestto expect xmlunit 2.10.4 by @greg-at-moderne in #809./gradlew createTypeTableby @Jenson3210 in #808New Contributors
Full Changelog: openrewrite/rewrite-testing-frameworks@v3.16.1...v3.16.3
v3.16.2: 3.16.2What's Changed
Full Changelog: https://github.com/openrewrite/rewrite-testing-frameworks
v3.16.1: 3.16.1What's Changed
MockitoWhenOnStaticToMockStaticby @Jenson3210 in #798@BeforeMethodand@BeforeClassannotated methods forMockitoWhenOnStaticToMockStaticby @steve-aom-elliott in #799MockitoWhenOnStaticToMockStaticby @steve-aom-elliott in #800Full Changelog: openrewrite/rewrite-testing-frameworks@v3.16.0...v3.16.1
v3.16.0: 3.16.0What's Changed
@ValueSourceinstead of@CsvSourcewhere there's a single arg by @timtebeek in #797@EnabledOnJre,@DisabledOnJre,@EnabledForJreRangeand@DisabledForJreRangefor JUnit 6's Java 17 minimum by @Jenson3210 in #795Full Changelog: openrewrite/rewrite-testing-frameworks@v3.15.1...v3.16.0
v3.15.1What's Changed
TestMethodsShouldBeVoidrecipe to fix tests not discovered by @timtebeek in #791JUnitTryFailToAssertThatThrownByby @timtebeek in #781Full Changelog: openrewrite/rewrite-testing-frameworks@v3.15.0...v3.15.1
v3.15.0: 3.15.0What's Changed
org.testng:testng. by @steve-aom-elliott in #760Full Changelog: openrewrite/rewrite-testing-frameworks@v3.14.0...v3.15.0
v3.14.1: 3.14.1What's Changed
Full Changelog: https://github.com/openrewrite/rewrite-testing-frameworks
v3.14.0: 3.14.0What's Changed
assertTrue(true)andassertFalse(false)by @aet2505 in #767New Contributors
Full Changelog: openrewrite/rewrite-testing-frameworks@v3.13.0...v3.14.0
v3.13.0: 3.13.0What's Changed
NoInitializationForInjectMockrecipe due to side effects when using recipe by @steve-aom-elliott in #765MockitoWhenOnStaticToMockStaticfor recognizing an existing try-with-resourcesMockedStatic<T>can be reused instead of creating a new one. by @steve-aom-elliott in #766whensituation involving lambda and static method. by @steve-aom-elliott in #763mockito-all->mockito-corechange vsorg.mockito:*upgrade, and made the former upgrade to3.xat the same time, as there aren't aligned versions between the two. by @steve-aom-elliott in #768New Contributors
Full Changelog: openrewrite/rewrite-testing-frameworks@v3.12.0...v3.13.0
v3.12.0: 3.12.0What's Changed
@InjectMocksfrom initialized fields by @timtebeek in #758Full Changelog: openrewrite/rewrite-testing-frameworks@v3.11.0...v3.12.0
v3.11.0: 3.11.0What's Changed
contextSensitivefromExpectedExceptionToAssertThrowsby @timtebeek in #741J.Literal.isLiteralValue(expression, null)by @timtebeek in #751New Contributors
Full Changelog: openrewrite/rewrite-testing-frameworks@v3.10.0...v3.11.0
v3.10.0: 3.10.0What's Changed
Full Changelog: openrewrite/rewrite-testing-frameworks@v3.9.0...v3.10.0
v3.9.0What's Changed
AssertTrueInstanceofToAssertInstanceOfrecipe by @JohannisK in #734Full Changelog: openrewrite/rewrite-testing-frameworks@v3.8.0...v3.9.0
v3.8.0: 3.8.0What's Changed
Full Changelog: openrewrite/rewrite-testing-frameworks@v3.7.0...v3.8.0
v3.7.0: 3.7.0What's Changed
initMockswithopenMocksby @arodionov in #700New Contributors
Full Changelog: openrewrite/rewrite-testing-frameworks@v3.6.1...v3.7.0
v3.6.1: 3.6.1Full Changelog: openrewrite/rewrite-testing-frameworks@v3.6.0...v3.6.1
v3.6.0: 3.6.0What's Changed
hasSizewithhasSameSizeAswhere applicable by @arodionov in #690ChangeMethodTargetToStaticfor AssertJ'sAssertionsFor...Typesby @timtebeek in #693New Contributors
Full Changelog: openrewrite/rewrite-testing-frameworks@v3.5.0...v3.6.0
v3.5.1: 3.5.1What's Changed
Full Changelog: https://github.com/openrewrite/rewrite-testing-frameworks
v3.5.0: 3.5.0What's Changed
wheneveras needed by @timtebeek in #681PowerMockito.whenNewconstructor mocking - the simplest case by @greg-at-moderne in #684New Contributors
Full Changelog: openrewrite/rewrite-testing-frameworks@v3.4.0...v3.5.0
v3.4.0: 3.4.0What's Changed
@InjectMockrecipe by @nielsdebruin in #679Full Changelog: openrewrite/rewrite-testing-frameworks@v3.3.0...v3.4.0
v3.3.0: 3.3.0What's Changed
@Nestedfor inner composed annotation by @rob-valor in #674New Contributors
Full Changelog: openrewrite/rewrite-testing-frameworks@v3.2.0...v3.3.0
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.xin explicit test scope by @MBoegers in #667New Contributors
Full Changelog: openrewrite/rewrite-testing-frameworks@v3.0.0...v3.1.0
v3.0.0: 3.0.0What's Changed
Mockito1to5MigrationTestto verify dependencies are upgraded by @sullis in #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
assertSameorassertNotSameinstead ofassertTrue(... == ...)by @mccartney in #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 #623assertInstanceOfnot converted from JUnit5 to assertJ by @timo-abele in #606VerifyZeroToNoMoreInteractionsfor Mockito 2 by @jevanlingen in #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
d81cc70e8fca5aFull Changelog: openrewrite/rewrite-testing-frameworks@v2.20.0...v2.20.1
v2.20.0: 2.20.0What's Changed
PowerMockitoMockStaticToMockitoshould not remove existingmockStaticinitializer by @Laurens-W in #612Full Changelog: openrewrite/rewrite-testing-frameworks@v2.19.0...v2.20.0
v2.19.0: 2.19.0What's Changed
ReplacePowerMockitowithMockito1to3Migrationagain by @timtebeek in #602Mockito.whenon static (non mock) to try with resource by @Laurens-W in #601Full Changelog: openrewrite/rewrite-testing-frameworks@v2.18.0...v2.19.0
v2.18.0: 2.18.0What's Changed
JUnitStoriestoJupiterStoriesby @Laurens-W in #591Configuration
📅 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.