Skip to content

8.42.0

Compare
Choose a tag to compare
@timtebeek timtebeek released this 18 Dec 11:48
· 97 commits to main since this release

What's Changed

  • Groovy parser does not support multiple closure arguments without parentheses by @jevanlingen in #4772
  • Correct J.FieldAccess#isFullyQualifiedClassReference() by @knutwannheden in #4774
  • Normalize server URLs to avoid missing scheme by @pstreef in #4780
  • Drop unused GraphvizResolutionEventListener & dependency by @timtebeek in #4778
  • Allow pom download failures by @adastraperangusta in #4738
  • Move the OkHttpSender to rewrite-maven tests by @timtebeek in #4782
  • Add explicit imports to avoid conflicts with classes added to java.lang, like record by @BramliAK in #4785
  • Always add import for Record classes not from java.lang package, to avoid conflicts on Java 14+ by @BramliAK in #4787
  • Add testRuntimeOnly dependency on junit-platform-launcher with Gradle 8.+ by @timtebeek in #4786
  • Fix groovy multivariable declaration by @Laurens-W in #4757
  • enhance UpgradeDependencyVersionTest by @sullis in #4788

New Contributors

Full Changelog: v8.41.3...v8.42.0