8.43.0
What's Changed
- Fix parsing string literal with line breaks and spaces by @jevanlingen in #4843
- Add TOML language parser by @shanman190 in #4845
- Adding option cutOffDate to RemoveOwaspSuppressions by @lkerford in #4846
- Support pattern operator for groovy by @jevanlingen in #4847
- Skip parsing groovy generated transform methods by @jevanlingen in #4848
- Support semicolon for groovy packages by @jevanlingen in #4850
- Add recipe to enable Develocity build cache in xml configuration by @nielsdebruin in #4856
- HCL - comments in multilines
for
by @greg-at-moderne in #4858 - Lombok support for java 21 by @jevanlingen in #4860
- HCL - comments as the final lines by @greg-at-moderne in #4861
- Replacing dependency on commons-compress with commons-lang3 by @greg-at-moderne in #4863
- HCL - Fixing handling of # or // within multiline comments by @greg-at-moderne in #4864
- fixing comment nesting in positionOfNext() by @greg-at-moderne in #4866
- fix: create dependencyResourceLoaders in 2 passes by @natedanner in #4870
- HCL - Fixing empty comment handling by @greg-at-moderne in #4871
- Map trailing commas as
TrailingComma
Marker
, to fixJ.Erroneous
issues seen by @timtebeek in #4869 - Partial support Lombok for java 8 (mostly done) by @jevanlingen in #4855
- Add recipe to enable Develocity build cache for Gradle by @nielsdebruin in #4859
Full Changelog: v8.42.5...v8.43.0