Bump domtripVersion from 0.4.1 to 0.6.0#11766
Open
dependabot[bot] wants to merge 2 commits intomasterfrom
Open
Bump domtripVersion from 0.4.1 to 0.6.0#11766dependabot[bot] wants to merge 2 commits intomasterfrom
dependabot[bot] wants to merge 2 commits intomasterfrom
Conversation
Bumps `domtripVersion` from 0.4.1 to 0.6.0. Updates `eu.maveniverse.maven.domtrip:domtrip-core` from 0.4.1 to 0.6.0 - [Release notes](https://github.com/maveniverse/domtrip/releases) - [Commits](maveniverse/domtrip@release-0.4.1...release-0.6.0) Updates `eu.maveniverse.maven.domtrip:domtrip-maven` from 0.4.1 to 0.6.0 - [Release notes](https://github.com/maveniverse/domtrip/releases) - [Commits](maveniverse/domtrip@release-0.4.1...release-0.6.0) --- updated-dependencies: - dependency-name: eu.maveniverse.maven.domtrip:domtrip-core dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: eu.maveniverse.maven.domtrip:domtrip-maven dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
gnodet
added a commit
that referenced
this pull request
Mar 11, 2026
Adapt code to breaking API changes introduced in domtrip 0.5.0: - Rename Element.child() to Element.childElement() - Rename Element.children() to Element.childElements() - Rename ContainerNode.removeNode() to ContainerNode.removeChild() Work around missing equals/hashCode in Coordinates class (converted from record to class in 0.5.0 without adding them): - Use toGAV() string comparison instead of Coordinates.equals() Closes #11766
- Rename Element.child() to Element.childElement() - Rename Element.children() to Element.childElements() - Rename ContainerNode.removeNode() to ContainerNode.removeChild() - Work around missing equals/hashCode in Coordinates class (converted from record to class in 0.5.0 without adding them) by using toGAV() string comparison
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps
domtripVersionfrom 0.4.1 to 0.6.0.Updates
eu.maveniverse.maven.domtrip:domtrip-corefrom 0.4.1 to 0.6.0Release notes
Sourced from eu.maveniverse.maven.domtrip:domtrip-core's releases.
Commits
a43e845[maven-release-plugin] prepare release release-0.6.0 [skip ci]a54d8b5Add ContainerNode.insertChildBefore() and ContainerNode.insertChildAfter() me...111f6eaUpdate parent POM and dependencies56fb780Bump version.quarkus-roq from 2.0.4 to 2.0.5 (#155)cf1cc2cBump actions/upload-artifact from 6 to 7 (#154)350d418Clarify Java8 compatibility3f0204c[maven-release-plugin] prepare for next development iteration52d470a[maven-release-plugin] prepare release release-0.5.0 [skip ci]845a0d2This is not a record anymoref75a060RenameElement.child*()toElement.childElement*()and `ContainerNode.nod...Updates
eu.maveniverse.maven.domtrip:domtrip-mavenfrom 0.4.1 to 0.6.0Release notes
Sourced from eu.maveniverse.maven.domtrip:domtrip-maven's releases.
Commits
a43e845[maven-release-plugin] prepare release release-0.6.0 [skip ci]a54d8b5Add ContainerNode.insertChildBefore() and ContainerNode.insertChildAfter() me...111f6eaUpdate parent POM and dependencies56fb780Bump version.quarkus-roq from 2.0.4 to 2.0.5 (#155)cf1cc2cBump actions/upload-artifact from 6 to 7 (#154)350d418Clarify Java8 compatibility3f0204c[maven-release-plugin] prepare for next development iteration52d470a[maven-release-plugin] prepare release release-0.5.0 [skip ci]845a0d2This is not a record anymoref75a060RenameElement.child*()toElement.childElement*()and `ContainerNode.nod...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)