What's Changed
- Correct handling of boolean literals in
JsonPath
grammar and matcher by @knutwannheden in #5073 - Java parsing fix for empty comment as last line by @greg-at-moderne in #5076
- Parser failures with unnecessary semicolons by @timtebeek in #5063
- Fixing handling of trailing empty single-line comment by @greg-at-moderne in #5077
- Reformat the method pattern description to be more readable by @mike-solomon in #5084
- Put the
getCommentTree
reflection code back in the Java 17 parser by @jevanlingen in #5089 - Fix YAML
JsonPathMatcher
for filter expressions on child mappings by @knutwannheden in #5088 - Parse properties from
maven.config
file by @Laurens-W in #5070 - Fix POM download by @BoykoAlex in #5086
- More compact
AdaptiveRadixTree
by @knutwannheden in #5091 - Remove Snappy dependency by @knutwannheden in #5092
Full Changelog: v8.47.1...v8.47.2