google-java-format
now has improved support for running on JDK 17 early access builds.
Changes:
- Handle
final
variables ininstanceof
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)