dependabot[bot] opened a new pull request, #11962:
URL: https://github.com/apache/maven/pull/11962

   Bumps `domtripVersion` from 0.4.1 to 1.3.0.
   Updates `eu.maveniverse.maven.domtrip:domtrip-core` from 0.4.1 to 1.3.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/maveniverse/domtrip/releases";>eu.maveniverse.maven.domtrip:domtrip-core's
 releases</a>.</em></p>
   <blockquote>
   <h2>DomTrip 1.3.0</h2>
   <p>docs: remove fake support email from website</p>
   <p>Co-Authored-By: Claude Opus 4.6 <a 
href="mailto:[email protected]";>[email protected]</a></p>
   <p>DomTrip 1.2.1 brings a major performance boost: the XML parser is now 
2-3x faster through optimized character scanning, reduced object allocation, 
and streamlined whitespace handling. This release also includes updated 
documentation with compiled snippet-based examples and thread-safety 
guidelines.</p>
   <h2>🚀 New features and improvements</h2>
   <ul>
   <li>perf: optimize parser for 2-3x faster XML parsing (<a 
href="https://redirect.github.com/maveniverse/domtrip/pull/188";>#188</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   </ul>
   <h2>📦 Dependency updates</h2>
   <ul>
   <li>Bump version.quarkus.platform from 3.34.2 to 3.34.3 (<a 
href="https://redirect.github.com/maveniverse/domtrip/pull/181";>#181</a>) @<a 
href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>chore(deps): bump release-drafter/release-drafter from 6 to 7 (<a 
href="https://redirect.github.com/maveniverse/domtrip/pull/169";>#169</a>) @<a 
href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   </ul>
   <h2>📝 Documentation updates</h2>
   <ul>
   <li>docs: update website for 1.2.0 release with snippet-based examples (<a 
href="https://redirect.github.com/maveniverse/domtrip/pull/186";>#186</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>fix: escape Qute expressions in docs and add GitHub link to homepage (<a 
href="https://redirect.github.com/maveniverse/domtrip/pull/187";>#187</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>docs: add thread-safety documentation to core classes (<a 
href="https://redirect.github.com/maveniverse/domtrip/pull/189";>#189</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   </ul>
   <p>DomTrip 1.2.0 completes the dependency alignment story: all version 
source conversions now work (property-to-literal, managed-to-inline, and vice 
versa), and a new cross-POM alignment API lets you migrate child dependency 
versions into a parent's <code>&lt;dependencyManagement&gt;</code> section — 
with property resolution, naming convention support, and automatic 
deduplication.</p>
   <h2>What's Changed</h2>
   <h3>🚀 New features and improvements</h3>
   <ul>
   <li>fix: implement dependency alignment conversions and cross-POM support 
(<a href="https://redirect.github.com/maveniverse/domtrip/pull/185";>#185</a>) 
<a href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/maveniverse/domtrip/compare/1.1.0...1.2.0";>https://github.com/maveniverse/domtrip/compare/1.1.0...1.2.0</a></p>
   <p>DomTrip 1.1.0 adds convention-aligned dependency management to 
<code>PomEditor</code>: 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 <code>dependencies().forProfile(&quot;id&quot;)</code>, so all 
existing operations — add, align, delete — work seamlessly at both project and 
profile level.</p>
   <h2>What's Changed</h2>
   <h3>:boom: Breaking changes</h3>
   <ul>
   <li>fix: strict error handling for malformed XML in Parser (<a 
href="https://redirect.github.com/maveniverse/domtrip/pull/178";>#178</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   </ul>
   <h3>🚀 New features and improvements</h3>
   <ul>
   <li>feat: convention-aligned dependency addition in PomEditor (<a 
href="https://redirect.github.com/maveniverse/domtrip/pull/171";>#171</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>feat: profile-scoped dependency operations in PomEditor (<a 
href="https://redirect.github.com/maveniverse/domtrip/pull/173";>#173</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   </ul>
   <h3>📦 Dependency updates</h3>
   <ul>
   <li>Bump eu.maveniverse.maven.nisse:extension from 0.8.2 to 0.8.3 (<a 
href="https://redirect.github.com/maveniverse/domtrip/pull/179";>#179</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   </ul>
   <h3>đź‘» Maintenance</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/maveniverse/domtrip/commit/d3274c76bf449edc4ccfb0f8a7df81897e3f9224";><code>d3274c7</code></a>
 docs: remove fake support email from website</li>
   <li><a 
href="https://github.com/maveniverse/domtrip/commit/fae0a8d4e831ef4a6e9c61d8add4176417556763";><code>fae0a8d</code></a>
 ci: fetch full git history for nisse version resolution</li>
   <li><a 
href="https://github.com/maveniverse/domtrip/commit/61b74e88cbe140ca3679c199ba412c39f9921f2f";><code>61b74e8</code></a>
 ci: sync release drafter version with nisse build version (<a 
href="https://redirect.github.com/maveniverse/domtrip/issues/207";>#207</a>)</li>
   <li><a 
href="https://github.com/maveniverse/domtrip/commit/2851f16b3903e1d7d8cabfad4cd54b2ac99d9776";><code>2851f16</code></a>
 docs: update README with new features (XPath, diff, visitor, SAX) (<a 
href="https://redirect.github.com/maveniverse/domtrip/issues/206";>#206</a>)</li>
   <li><a 
href="https://github.com/maveniverse/domtrip/commit/9a6cf503343a74561e1d4c1ab11b10029b8718fe";><code>9a6cf50</code></a>
 fix: pre-release hardening for 1.3.0 (<a 
href="https://redirect.github.com/maveniverse/domtrip/issues/205";>#205</a>)</li>
   <li><a 
href="https://github.com/maveniverse/domtrip/commit/756db7f8319c7a7c00522f5f96d6ad13e88e400d";><code>756db7f</code></a>
 feat: add SAX and StAX bridges for XML pipeline composability (<a 
href="https://redirect.github.com/maveniverse/domtrip/issues/194";>#194</a>) (<a 
href="https://redirect.github.com/maveniverse/domtrip/issues/204";>#204</a>)</li>
   <li><a 
href="https://github.com/maveniverse/domtrip/commit/bba45c24cb82352bf7cd6d1f242822c08b1fe0e2";><code>bba45c2</code></a>
 feat: achieve full XML spec compliance while preserving round-tripping (<a 
href="https://redirect.github.com/maveniverse/domtrip/issues/201";>#201</a>)...</li>
   <li><a 
href="https://github.com/maveniverse/domtrip/commit/e066b2a6d4215230f6c32caba112d86fad8f4c1f";><code>e066b2a</code></a>
 feat: add visitor/walker pattern for tree traversal (<a 
href="https://redirect.github.com/maveniverse/domtrip/issues/195";>#195</a>) (<a 
href="https://redirect.github.com/maveniverse/domtrip/issues/198";>#198</a>)</li>
   <li><a 
href="https://github.com/maveniverse/domtrip/commit/8ddcaf21aacf18edfcecb71a50bc42c2a4bcbf9a";><code>8ddcaf2</code></a>
 feat: add XML-aware structural diff (<a 
href="https://redirect.github.com/maveniverse/domtrip/issues/193";>#193</a>) (<a 
href="https://redirect.github.com/maveniverse/domtrip/issues/197";>#197</a>)</li>
   <li><a 
href="https://github.com/maveniverse/domtrip/commit/ac6f9d7dda3a71f8ff4de280de05d3aaa04e5a5f";><code>ac6f9d7</code></a>
 feat: add mini-XPath and Jaxen module for full XPath 1.0 support (<a 
href="https://redirect.github.com/maveniverse/domtrip/issues/196";>#196</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/maveniverse/domtrip/compare/release-0.4.1...1.3.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `eu.maveniverse.maven.domtrip:domtrip-maven` from 0.4.1 to 1.3.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/maveniverse/domtrip/releases";>eu.maveniverse.maven.domtrip:domtrip-maven's
 releases</a>.</em></p>
   <blockquote>
   <h2>DomTrip 1.3.0</h2>
   <p>docs: remove fake support email from website</p>
   <p>Co-Authored-By: Claude Opus 4.6 <a 
href="mailto:[email protected]";>[email protected]</a></p>
   <p>DomTrip 1.2.1 brings a major performance boost: the XML parser is now 
2-3x faster through optimized character scanning, reduced object allocation, 
and streamlined whitespace handling. This release also includes updated 
documentation with compiled snippet-based examples and thread-safety 
guidelines.</p>
   <h2>🚀 New features and improvements</h2>
   <ul>
   <li>perf: optimize parser for 2-3x faster XML parsing (<a 
href="https://redirect.github.com/maveniverse/domtrip/pull/188";>#188</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   </ul>
   <h2>📦 Dependency updates</h2>
   <ul>
   <li>Bump version.quarkus.platform from 3.34.2 to 3.34.3 (<a 
href="https://redirect.github.com/maveniverse/domtrip/pull/181";>#181</a>) @<a 
href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>chore(deps): bump release-drafter/release-drafter from 6 to 7 (<a 
href="https://redirect.github.com/maveniverse/domtrip/pull/169";>#169</a>) @<a 
href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   </ul>
   <h2>📝 Documentation updates</h2>
   <ul>
   <li>docs: update website for 1.2.0 release with snippet-based examples (<a 
href="https://redirect.github.com/maveniverse/domtrip/pull/186";>#186</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>fix: escape Qute expressions in docs and add GitHub link to homepage (<a 
href="https://redirect.github.com/maveniverse/domtrip/pull/187";>#187</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>docs: add thread-safety documentation to core classes (<a 
href="https://redirect.github.com/maveniverse/domtrip/pull/189";>#189</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   </ul>
   <p>DomTrip 1.2.0 completes the dependency alignment story: all version 
source conversions now work (property-to-literal, managed-to-inline, and vice 
versa), and a new cross-POM alignment API lets you migrate child dependency 
versions into a parent's <code>&lt;dependencyManagement&gt;</code> section — 
with property resolution, naming convention support, and automatic 
deduplication.</p>
   <h2>What's Changed</h2>
   <h3>🚀 New features and improvements</h3>
   <ul>
   <li>fix: implement dependency alignment conversions and cross-POM support 
(<a href="https://redirect.github.com/maveniverse/domtrip/pull/185";>#185</a>) 
<a href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/maveniverse/domtrip/compare/1.1.0...1.2.0";>https://github.com/maveniverse/domtrip/compare/1.1.0...1.2.0</a></p>
   <p>DomTrip 1.1.0 adds convention-aligned dependency management to 
<code>PomEditor</code>: 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 <code>dependencies().forProfile(&quot;id&quot;)</code>, so all 
existing operations — add, align, delete — work seamlessly at both project and 
profile level.</p>
   <h2>What's Changed</h2>
   <h3>:boom: Breaking changes</h3>
   <ul>
   <li>fix: strict error handling for malformed XML in Parser (<a 
href="https://redirect.github.com/maveniverse/domtrip/pull/178";>#178</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   </ul>
   <h3>🚀 New features and improvements</h3>
   <ul>
   <li>feat: convention-aligned dependency addition in PomEditor (<a 
href="https://redirect.github.com/maveniverse/domtrip/pull/171";>#171</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>feat: profile-scoped dependency operations in PomEditor (<a 
href="https://redirect.github.com/maveniverse/domtrip/pull/173";>#173</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   </ul>
   <h3>📦 Dependency updates</h3>
   <ul>
   <li>Bump eu.maveniverse.maven.nisse:extension from 0.8.2 to 0.8.3 (<a 
href="https://redirect.github.com/maveniverse/domtrip/pull/179";>#179</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   </ul>
   <h3>đź‘» Maintenance</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/maveniverse/domtrip/commit/d3274c76bf449edc4ccfb0f8a7df81897e3f9224";><code>d3274c7</code></a>
 docs: remove fake support email from website</li>
   <li><a 
href="https://github.com/maveniverse/domtrip/commit/fae0a8d4e831ef4a6e9c61d8add4176417556763";><code>fae0a8d</code></a>
 ci: fetch full git history for nisse version resolution</li>
   <li><a 
href="https://github.com/maveniverse/domtrip/commit/61b74e88cbe140ca3679c199ba412c39f9921f2f";><code>61b74e8</code></a>
 ci: sync release drafter version with nisse build version (<a 
href="https://redirect.github.com/maveniverse/domtrip/issues/207";>#207</a>)</li>
   <li><a 
href="https://github.com/maveniverse/domtrip/commit/2851f16b3903e1d7d8cabfad4cd54b2ac99d9776";><code>2851f16</code></a>
 docs: update README with new features (XPath, diff, visitor, SAX) (<a 
href="https://redirect.github.com/maveniverse/domtrip/issues/206";>#206</a>)</li>
   <li><a 
href="https://github.com/maveniverse/domtrip/commit/9a6cf503343a74561e1d4c1ab11b10029b8718fe";><code>9a6cf50</code></a>
 fix: pre-release hardening for 1.3.0 (<a 
href="https://redirect.github.com/maveniverse/domtrip/issues/205";>#205</a>)</li>
   <li><a 
href="https://github.com/maveniverse/domtrip/commit/756db7f8319c7a7c00522f5f96d6ad13e88e400d";><code>756db7f</code></a>
 feat: add SAX and StAX bridges for XML pipeline composability (<a 
href="https://redirect.github.com/maveniverse/domtrip/issues/194";>#194</a>) (<a 
href="https://redirect.github.com/maveniverse/domtrip/issues/204";>#204</a>)</li>
   <li><a 
href="https://github.com/maveniverse/domtrip/commit/bba45c24cb82352bf7cd6d1f242822c08b1fe0e2";><code>bba45c2</code></a>
 feat: achieve full XML spec compliance while preserving round-tripping (<a 
href="https://redirect.github.com/maveniverse/domtrip/issues/201";>#201</a>)...</li>
   <li><a 
href="https://github.com/maveniverse/domtrip/commit/e066b2a6d4215230f6c32caba112d86fad8f4c1f";><code>e066b2a</code></a>
 feat: add visitor/walker pattern for tree traversal (<a 
href="https://redirect.github.com/maveniverse/domtrip/issues/195";>#195</a>) (<a 
href="https://redirect.github.com/maveniverse/domtrip/issues/198";>#198</a>)</li>
   <li><a 
href="https://github.com/maveniverse/domtrip/commit/8ddcaf21aacf18edfcecb71a50bc42c2a4bcbf9a";><code>8ddcaf2</code></a>
 feat: add XML-aware structural diff (<a 
href="https://redirect.github.com/maveniverse/domtrip/issues/193";>#193</a>) (<a 
href="https://redirect.github.com/maveniverse/domtrip/issues/197";>#197</a>)</li>
   <li><a 
href="https://github.com/maveniverse/domtrip/commit/ac6f9d7dda3a71f8ff4de280de05d3aaa04e5a5f";><code>ac6f9d7</code></a>
 feat: add mini-XPath and Jaxen module for full XPath 1.0 support (<a 
href="https://redirect.github.com/maveniverse/domtrip/issues/196";>#196</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/maveniverse/domtrip/compare/release-0.4.1...1.3.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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)
   
   
   </details>


-- 
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]

Reply via email to