Skip to content

Bump domtripVersion from 0.4.1 to 0.6.0#11766

Open
dependabot[bot] wants to merge 2 commits intomasterfrom
dependabot/maven/domtripVersion-0.6.0
Open

Bump domtripVersion from 0.4.1 to 0.6.0#11766
dependabot[bot] wants to merge 2 commits intomasterfrom
dependabot/maven/domtripVersion-0.6.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2026

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

Sourced from eu.maveniverse.maven.domtrip:domtrip-core's releases.

0.6.0

What's Changed

New Contributors

Full Changelog: maveniverse/domtrip@release-0.5.0...release-0.6.0

0.5.0

Breaking changes: DomTrip is from now on Java 8 (instead of Java 17) library. Also, there were some method renames.

What's Changed

New Contributors

Full Changelog: maveniverse/domtrip@release-0.4.1...release-0.5.0

Commits
  • a43e845 [maven-release-plugin] prepare release release-0.6.0 [skip ci]
  • a54d8b5 Add ContainerNode.insertChildBefore() and ContainerNode.insertChildAfter() me...
  • 111f6ea Update parent POM and dependencies
  • 56fb780 Bump version.quarkus-roq from 2.0.4 to 2.0.5 (#155)
  • cf1cc2c Bump actions/upload-artifact from 6 to 7 (#154)
  • 350d418 Clarify Java8 compatibility
  • 3f0204c [maven-release-plugin] prepare for next development iteration
  • 52d470a [maven-release-plugin] prepare release release-0.5.0 [skip ci]
  • 845a0d2 This is not a record anymore
  • f75a060 Rename Element.child*() to Element.childElement*() and `ContainerNode.nod...
  • Additional commits viewable in compare view

Updates eu.maveniverse.maven.domtrip:domtrip-maven from 0.4.1 to 0.6.0

Release notes

Sourced from eu.maveniverse.maven.domtrip:domtrip-maven's releases.

0.6.0

What's Changed

New Contributors

Full Changelog: maveniverse/domtrip@release-0.5.0...release-0.6.0

0.5.0

Breaking changes: DomTrip is from now on Java 8 (instead of Java 17) library. Also, there were some method renames.

What's Changed

New Contributors

Full Changelog: maveniverse/domtrip@release-0.4.1...release-0.5.0

Commits
  • a43e845 [maven-release-plugin] prepare release release-0.6.0 [skip ci]
  • a54d8b5 Add ContainerNode.insertChildBefore() and ContainerNode.insertChildAfter() me...
  • 111f6ea Update parent POM and dependencies
  • 56fb780 Bump version.quarkus-roq from 2.0.4 to 2.0.5 (#155)
  • cf1cc2c Bump actions/upload-artifact from 6 to 7 (#154)
  • 350d418 Clarify Java8 compatibility
  • 3f0204c [maven-release-plugin] prepare for next development iteration
  • 52d470a [maven-release-plugin] prepare release release-0.5.0 [skip ci]
  • 845a0d2 This is not a record anymore
  • f75a060 Rename Element.child*() to Element.childElement*() and `ContainerNode.nod...
  • Additional commits viewable in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 9, 2026
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant