Skip to content

1.11.0

Compare
Choose a tag to compare
@cushon cushon released this 30 Jul 01:41
· 180 commits to master since this release

google-java-format now has improved support for running on JDK 17 early access builds.

Changes:

  • Handle final variables in instanceof patterns (#588)
  • Fix handling of annotations in compact record constructors (#574)
  • Fix a crash in instanceof pattern handling (#594)
  • Wrap multiple values in switch expression case (#540)
  • Fix formatting of module trees after JDK-8255464
  • Support sealed classes (#603)