Skip to content

1.13.0

Compare
Choose a tag to compare
@pway99 pway99 released this 20 Oct 01:15
· 616 commits to main since this release
c364748

What's Changed

  • Updated to use rewrite 7.31.0
  • Add recipe to upgrade to Java 17, which also upgrades from 8 to 11 first by @timtebeek in #128
  • Replace !Optional.isPresent() with Optional.isEmpty() on Java 11+ by @timtebeek in #130
  • Add OptionalNotEmptyToIsPresent as inverse of #130 by @timtebeek in #132
  • chore: suppress jackson-databind by @natedanner in #133
  • JDeprScan release 17 by @timtebeek in #127

New Contributors

Full Changelog: v1.12.0...v1.13.0