Skip to content

Bump eu.maveniverse.maven.domtrip:domtrip-maven from 0.4.0 to 1.0.0 - #85

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/eu.maveniverse.maven.domtrip-domtrip-maven-1.0.0
Closed

Bump eu.maveniverse.maven.domtrip:domtrip-maven from 0.4.0 to 1.0.0#85
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/eu.maveniverse.maven.domtrip-domtrip-maven-1.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 6, 2026

Copy link
Copy Markdown
Contributor

Bumps eu.maveniverse.maven.domtrip:domtrip-maven from 0.4.0 to 1.0.0.

Release notes

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

DomTrip 1.0.0

First stable release of DomTrip — a whitespace-preserving XML DOM library for Java 8+, with Maven POM editing support.

Highlights

  • Stable API — covariant builder methods, consistent naming (childElement*(), child*()), sibling navigation
  • Maven POM editingPomEditor with dependency, plugin, property, and exclusion management
  • Extensions editingExtensionsEditor for .mvn/extensions.xml files
  • Fragment parsingDocument.parseFragment() for XML fragment handling
  • BOM handling — strip BOM from toXml() output, preserve in binary serialization
  • CDATA preservationEditor.setTextContent() preserves CDATA node types
  • Java 8 runtime — runs on Java 8+, tests at Java 21

What's Changed since 0.6.0

Features & Enhancements

  • Add Document.parseFragment() for XML fragment parsing (#139)
  • Add covariant return types for builder methods (#140)
  • Add sibling navigation convenience methods (#142)
  • Rename methods for naming consistency (#144, #148)
  • Add ContainerNode.insertChildBefore() / insertChildAfter() (#153)
  • Add exclusion support to PomEditor (#162)

Bug Fixes

  • Fix #163: Strip BOM character from toXml() output (#166)
  • Fix #164: Editor.setTextContent() preserves CDATA node type (#165)
  • Fix #133: Throw on invalid index in getNode and insertNode (#143)
  • Verify precedingWhitespace consistency across node types (#141)
  • Fix deleteExtension ConcurrentModificationException (#168)
  • Fix missing project XML attributes (#135)

Infrastructure

  • Target Java 8 runtime, test at Java 21 (#147, #151)
  • No-commit release mechanism with Nisse dynamic versioning (#167)
  • Update license headers (#146)

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

0.6.0

What's Changed

New Contributors

... (truncated)

Commits
  • a9d46f7 Fix release workflow: use maveniverse-release profile
  • 7d937cd Fix release settings server ID for Njord
  • 74622f2 Fix CI website build step with Nisse inlined POMs
  • 2eecfe7 Prepare for 1.0.0: no-commit release mechanism with Nisse dynamic versioning
  • e523f7a Increase test coverage and fix deleteExtension ConcurrentModificationExceptio...
  • 4288a8c Add exclusion support to PomEditor Dependencies
  • f7c8b32 Fix #164: Editor.setTextContent() preserves CDATA node type and surrounding w...
  • 313745f Fix #163: Strip BOM character from toXml() output and preserve it in binary s...
  • 5b688b7 Add JaCoCo coverage to SonarCloud workflow
  • 8ddae64 Fix SonarCloud workflow: add host URL and PR analysis mode
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [eu.maveniverse.maven.domtrip:domtrip-maven](https://github.com/maveniverse/domtrip) from 0.4.0 to 1.0.0.
- [Release notes](https://github.com/maveniverse/domtrip/releases)
- [Commits](maveniverse/domtrip@release-0.4.0...1.0.0)

---
updated-dependencies:
- dependency-name: eu.maveniverse.maven.domtrip:domtrip-maven
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Apr 6, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Apr 6, 2026
@dependabot @github

dependabot Bot commented on behalf of github May 25, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #93.

@dependabot dependabot Bot closed this May 25, 2026
@dependabot
dependabot Bot deleted the dependabot/maven/eu.maveniverse.maven.domtrip-domtrip-maven-1.0.0 branch May 25, 2026 16:18
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.

0 participants