What's Changed
- Go: Fix how generics (parametrized types) are parsed by @greg-at-moderne in #7294
- Fix DTD ENTITY parsing when quoted values contain angle brackets by @timtebeek in #7280
- Scala:
ExpressionStatements by @greg-at-moderne in #7296 - C#: Fix RPC serialization of XmlDoc comments by @greg-at-moderne in #7297
- Fix NPE in UpgradeDependencyVersion ext property upgrade by @Jenson3210 in #7299
- Scala: fix parsing of pattern matching with case conditions by @greg-at-moderne in #7298
- Go: fix parsing of multi-parameter generics by @greg-at-moderne in #7300
- Add UsePropertyAssignmentSyntax recipe for Gradle (#5828) by @timtebeek in #7286
- Scala: parsing to support multiline case blocks with no
{}braces by @greg-at-moderne in #7301 - Support META-INF/services files in ChangePackage and ChangeType by @timtebeek in #7282
- Preserve whitespace in DTD internal subset markup declarations by @Jenson3210 in #7302
- Fix Groovy as-style type casts losing space around
askeyword by @timtebeek in #7303 - Python: fix for not crashing with empty files by @greg-at-moderne in #7304
- Scala: fix whitespace parsing of type casts by @greg-at-moderne in #7306
- Fix MavenDependency#findNewerVersion ExactVersion edge cases by @timtebeek in #7305
- Fix
IndexOutOfBoundsExceptioninJavaTemplateParser.parseExpressionby @knutwannheden in #7295 - Fix Docker line continuation with CRLF line endings by @steve-aom-elliott in #7309
- Fix UpdateMavenModel using stale projectPoms for child module resolution by @timtebeek in #7310
- Fix MergeYaml Document.End fallback inserting extra blank lines by @timtebeek in #7311
- Fix URISyntaxException in MavenPomDownloader for unresolved version placeholders by @timtebeek in #7313
- Add PythonDependencyFile trait for polymorphic dependency management by @Jenson3210 in #7274
Full Changelog: v8.78.6...v8.79.0