gnodet opened a new pull request, #11784: URL: https://github.com/apache/maven/pull/11784
## Summary Closes #11766 — supersedes the dependabot PR by adapting code to breaking API changes. - Bump `domtripVersion` from 0.4.1 to 0.6.0 - Adapt to 0.5.0 breaking renames: `Element.child()` → `childElement()`, `Element.children()` → `childElements()`, `ContainerNode.removeNode()` → `removeChild()` - Work around missing `equals()`/`hashCode()` in `Coordinates` class (was a `record`, converted to regular class in 0.5.0 without adding them) by using `toGAV()` string comparison ## Changes - `pom.xml`: Version bump - All `mvnup` strategy classes and tests: Renamed method calls to match new domtrip API - `GAVUtilsTest`: Use `toGAV()` string comparison for `Coordinates` equality checks - `InferenceStrategy`: Use `toGAV()` comparison in `isParentInReactor()` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
