What's Changed
- rewrite-maven: route tests through the Maven settings mirror by @jkschneider in #7633
- Scala: fix printing missing modifiers by @greg-at-moderne in #7610
- Scala: support for indented syntax by @greg-at-moderne in #7611
- RPC: wait for the stderr drain thread completion by @greg-at-moderne in #7635
- Scala: fix parsing for postfix operator syntax by @greg-at-moderne in #7639
- Scala: fix parsing of optional semicolon in for loops by @greg-at-moderne in #7637
- Scala: backtick identifiers fixes by @greg-at-moderne in #7640
- Scala: fix printing of extension method by @greg-at-moderne in #7642
- Scala: fix parsing of braced packages by @greg-at-moderne in #7641
- Speed up Tree.randomId() with ThreadLocalRandom by @knutwannheden in #7638
- Scala: add support for parsing primary-constructor parameters by @greg-at-moderne in #7643
- Scala: partial functions whitespace parsing fix by @greg-at-moderne in #7645
- Scala: add support for non-standard space around method return type by @greg-at-moderne in #7646
- rpc: allow sharing the in-flight Semaphore across ExecutionContexts by @jkschneider in #7647
Full Changelog: v8.81.12...v8.81.13