1.11.0
google-java-format now has improved support for running on JDK 17 early access builds.
Changes:
- Handle
finalvariables ininstanceofpatterns (#588) - Fix handling of annotations in compact record constructors (#574)
- Fix a crash in
instanceofpattern handling (#594) - Wrap multiple values in switch expression case (#540)
- Fix formatting of module trees after JDK-8255464
- Support
sealedclasses (#603)