Skip to content

1.31.0

Choose a tag to compare

@sambsnyd sambsnyd released this 17 Nov 02:21
· 675 commits to main since this release
4ab1ce8

What's Changed

  • Updated with rewrite 7.33.0
  • Error when org.junit.Test import is left dangling ba96cce
  • Remove unused org.junit.Test imports 8b408ea
  • Remove used org.junit.Test in javadocs imports 3c0fc64
  • Fix WiremockExtension instantiation with no arguments 6d834a1
  • Replace JUnit @test when it is fully qualified by @jkschneider in #272
  • Fix rendering of markup when org.junit.Test is not migrated 0270dee
  • Should not use equals when comparing object identity by @vandeven in #274
  • Reduce static state in TemporaryFolderToTempDir 1299970
  • Add AssertionsArgumentOrder recipe for RSPEC-3415. (issue #275) by @pway99 in #277
  • Fix potential ClassCastExceptions in assertion cleanup recipes 2e0b5c7
  • Update AssertionsArgumentOrder with duration and single-source-applicability test 7baf4cd
  • Replace JUnitParamsRunnerToParameterized and ParameterizedRunnerToParameterized JavaTemplate JavaParser stubs with junit-jupiter-params classpath 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