What's Changed
- hcl grammer fix to allow for loops with open and close brace/bracket in new line by @rmadamanchi in #2126
- Control flow dot visualizer dark mode by @smehta23 in #2127
- fix HCL grammer issue interpreting first for_each in a block as for loop by @rmadamanchi in #2137
- enhance hcl spaces formatting to use attribute blocks (similar to terraform fmt) by @rmadamanchi in #2132
- Update YamlParser and YamlPrinter to support Mapping and Sequence anchors. (issue #1161) by @pway99 in #2140
- Fixed regression with #2049 (maven CI-friendly versions) by @nmck257 in #2159
- fixed case where ResolvedPom.resolveDependencies can return incomplete data (#2151) by @nmck257 in #2152
- Fix Pom Marker having an absolute file path which should have been a relative path by @sambsnyd in 92a5be3
Breaking change for RewriteTest
implementations:
This change requires tests to add imports for static methods which were previously default on the interface.
Full Changelog: v7.27.3...v7.28.0