What's Changed
- Added missing methods for closure args to match Gradle API by @scuba10steve in #2252
- fix: check provided scoped dependency (#2255) by @thomaszub in #2256
- Add Anchor and Alias support to the Yaml model and JsonPathMatcher by @pway99 in #2272
- Improved YamlPrinter behavior for scalars with double-quoted values containing escape sequences by @nmck257 in #2264
- Add recipe to find Quarks with parsing errors by @shanman190 in #2269, #2278
- Ensure that lombok is available anywhere in the project by @shanman190 in #2279
- Added recipe to remove an existing Gradle dependency by @scuba10steve in #2262
- Update UseDiamondOperator (fixes: #2274) by @pway99 in #2281
- Update TabsAndIndentsVisitor to handle multi-line comments where the negative shift exceeds the available whitespace (issue: #2251) by @pway99 in 7013d52
- Fix release check in pom downloader by @tkvangorder in 1be5557
- Fix #2258, MinimumSwitchCases fails to handle a switch case that contains only a default case by @sambsnyd in 8066721
- Fix #2261, MethodNameCasing behaves incorrectly when encountering encounters a method with a parameter of unknown type by @sambsnyd in 864b237
- Fix NPE on ManageDependencies using latest.patch / fixes #2263 by @jkschneider in cc0696a
- Make IntelliJ style constructor public so that Environment can activate it by @sambsnyd in 09e3119
- Render search markers in Javadocs. Fixes #2276 by @tkvangorder in 1a2f576, abd6507
- Fix #2277, ControlFlowIndentation recipe aggressively reformats more than it should by @sambsnyd in 3d0e1bb
- Remove ControlFlowIndentation recipe from common static analysis. It is made redundant by the inclusion of the NeedBraces recipe by @sambsnyd in d7fa597
New Contributors
- @scuba10steve made their first contribution in #2252
Full Changelog: v7.30.0...v7.30.1