1.31.0
What's Changed
- Updated with rewrite 7.33.0
- Error when
org.junit.Testimport is left dangling ba96cce - Remove unused
org.junit.Testimports 8b408ea - Remove used
org.junit.Testin javadocs imports 3c0fc64 - Fix
WiremockExtensioninstantiation with no arguments 6d834a1 - Replace JUnit @test when it is fully qualified by @jkschneider in #272
- Fix rendering of markup when
org.junit.Testis not migrated 0270dee - Should not use equals when comparing object identity by @vandeven in #274
- Reduce static state in
TemporaryFolderToTempDir1299970 - Add AssertionsArgumentOrder recipe for RSPEC-3415. (issue #275) by @pway99 in #277
- Fix potential
ClassCastExceptionsin assertion cleanup recipes 2e0b5c7 - Update
AssertionsArgumentOrderwith duration and single-source-applicability test 7baf4cd - Replace
JUnitParamsRunnerToParameterizedandParameterizedRunnerToParameterizedJavaTemplate JavaParser stubs withjunit-jupiter-paramsclasspath reference. 4ad6d41 - Replace Jupiter-Assertion and Hamcrest stubs with classpath references. 9cb1fbf
- Bump Maven Surefire & Failsafe to at least 2.22.0 when running JUnit Jupiter #279
- Fix: address descriptions failure by @zieka in #281
New Contributors
Full Changelog: v1.30.0...v1.31.0