Skip to content

Bump domtripVersion from 0.4.1 to 1.1.0#11911

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/domtripVersion-1.1.0
Open

Bump domtripVersion from 0.4.1 to 1.1.0#11911
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/domtripVersion-1.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps domtripVersion from 0.4.1 to 1.1.0.
Updates eu.maveniverse.maven.domtrip:domtrip-core from 0.4.1 to 1.1.0

Release notes

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

DomTrip 1.1.0 adds convention-aligned dependency management to PomEditor: auto-detect a POM's existing versioning style (managed vs inline, property vs literal, naming conventions) and add new dependencies that follow the same patterns. Dependencies can also be scoped to Maven profiles via dependencies().forProfile("id"), so all existing operations — add, align, delete — work seamlessly at both project and profile level.

What's Changed

💥 Breaking changes

  • fix: strict error handling for malformed XML in Parser (#178) @​gnodet

🚀 New features and improvements

  • feat: convention-aligned dependency addition in PomEditor (#171) @​gnodet
  • feat: profile-scoped dependency operations in PomEditor (#173) @​gnodet

📦 Dependency updates

  • Bump eu.maveniverse.maven.nisse:extension from 0.8.2 to 0.8.3 (#179) @​gnodet

👻 Maintenance

  • fix: resolve SonarCloud production blockers, criticals, and code smells (#177) @​gnodet
  • fix: resolve SonarCloud phase 1 - automated bulk fixes (#174) @​gnodet
  • fix: resolve SonarCloud phase 2 - test code quality (#175) @​gnodet
  • fix: resolve SonarCloud phase 4 - remaining cleanup (#176) @​gnodet
  • fix: resolve remaining SonarCloud issues (#180) @​gnodet

🔧 Build

Full Changelog: maveniverse/domtrip@1.0.0...1.1.0

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)

... (truncated)

Commits
  • 1c8a569 fix: resolve remaining SonarCloud issues (#180)
  • 3981b34 fix: resolve SonarCloud phase 4 - remaining cleanup (#176)
  • 313cedb fix: resolve SonarCloud phase 2 - test code quality (#175)
  • aa12d40 chore: resolve SonarCloud phase 1 - automated bulk fixes (#174)
  • c2c89dc fix: resolve SonarCloud production blockers, criticals, and code smells (#177)
  • 8181719 fix: strict error handling for malformed XML in Parser (#178)
  • ca34837 Bump eu.maveniverse.maven.nisse:extension from 0.8.2 to 0.8.3 (#179)
  • 72a56a3 feat: profile-scoped dependency operations in PomEditor (#173)
  • 9c7d590 ci: add -Dnjord.autoPublish to snapshot deployment
  • c99cd4e ci: skip enforcer for snapshot deployments
  • Additional commits viewable in compare view

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

Release notes

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

DomTrip 1.1.0 adds convention-aligned dependency management to PomEditor: auto-detect a POM's existing versioning style (managed vs inline, property vs literal, naming conventions) and add new dependencies that follow the same patterns. Dependencies can also be scoped to Maven profiles via dependencies().forProfile("id"), so all existing operations — add, align, delete — work seamlessly at both project and profile level.

What's Changed

💥 Breaking changes

  • fix: strict error handling for malformed XML in Parser (#178) @​gnodet

🚀 New features and improvements

  • feat: convention-aligned dependency addition in PomEditor (#171) @​gnodet
  • feat: profile-scoped dependency operations in PomEditor (#173) @​gnodet

📦 Dependency updates

  • Bump eu.maveniverse.maven.nisse:extension from 0.8.2 to 0.8.3 (#179) @​gnodet

👻 Maintenance

  • fix: resolve SonarCloud production blockers, criticals, and code smells (#177) @​gnodet
  • fix: resolve SonarCloud phase 1 - automated bulk fixes (#174) @​gnodet
  • fix: resolve SonarCloud phase 2 - test code quality (#175) @​gnodet
  • fix: resolve SonarCloud phase 4 - remaining cleanup (#176) @​gnodet
  • fix: resolve remaining SonarCloud issues (#180) @​gnodet

🔧 Build

Full Changelog: maveniverse/domtrip@1.0.0...1.1.0

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)

... (truncated)

Commits
  • 1c8a569 fix: resolve remaining SonarCloud issues (#180)
  • 3981b34 fix: resolve SonarCloud phase 4 - remaining cleanup (#176)
  • 313cedb fix: resolve SonarCloud phase 2 - test code quality (#175)
  • aa12d40 chore: resolve SonarCloud phase 1 - automated bulk fixes (#174)
  • c2c89dc fix: resolve SonarCloud production blockers, criticals, and code smells (#177)
  • 8181719 fix: strict error handling for malformed XML in Parser (#178)
  • ca34837 Bump eu.maveniverse.maven.nisse:extension from 0.8.2 to 0.8.3 (#179)
  • 72a56a3 feat: profile-scoped dependency operations in PomEditor (#173)
  • 9c7d590 ci: add -Dnjord.autoPublish to snapshot deployment
  • c99cd4e ci: skip enforcer for snapshot deployments
  • 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 1.1.0.

Updates `eu.maveniverse.maven.domtrip:domtrip-core` from 0.4.1 to 1.1.0
- [Release notes](https://github.com/maveniverse/domtrip/releases)
- [Commits](maveniverse/domtrip@release-0.4.1...1.1.0)

Updates `eu.maveniverse.maven.domtrip:domtrip-maven` from 0.4.1 to 1.1.0
- [Release notes](https://github.com/maveniverse/domtrip/releases)
- [Commits](maveniverse/domtrip@release-0.4.1...1.1.0)

---
updated-dependencies:
- dependency-name: eu.maveniverse.maven.domtrip:domtrip-core
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: eu.maveniverse.maven.domtrip:domtrip-maven
  dependency-version: 1.1.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 9, 2026
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