1.13.0
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
- @natedanner made their first contribution in #133
Full Changelog: v1.12.0...v1.13.0