What's Changed
- Support Checkstyle ImportOrder option="inflow" for mixed static/non-static imports by @timtebeek in #7180
- Improve Scala parser for Scala 2 and 3 compatibility by @jkschneider in #7197
- Support same-column sequence indentation in YAML by @Jenson3210 in #7135
- JavaScript: setting RPC metrics file in debugging mode too by @greg-at-moderne in #7201
- Add Go language support module (rewrite-go) by @jkschneider in #7116
- Fix slow Lombok initialization caused by ShadowClassLoader scanning entire classpath by @knutwannheden in #7205
- C#: Fix
InvalidCastExceptioninCSharpPrinterfor expression-bodied methods by @knutwannheden in #7206 - Fix AddProperty duplicating self-closing XML property tags by @timtebeek in #7209
- Fix multi-line Dockerfile COPY with line continuations by @timtebeek in #7210
- Fix context-sensitive template replacement for standalone expression statements by @timtebeek in #7211
Full Changelog: v8.77.2...v8.78.0