dependabot[bot] opened a new pull request, #8984:
URL: https://github.com/apache/camel-quarkus/pull/8984

   Bumps 
[eu.maveniverse.maven.scalpel:extension](https://github.com/maveniverse/scalpel)
 from 0.3.9 to 0.3.10.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/maveniverse/scalpel/releases";>eu.maveniverse.maven.scalpel:extension's
 releases</a>.</em></p>
   <blockquote>
   <h2>Scalpel 0.3.10</h2>
   <h3>Bug Fixes</h3>
   <p><strong>Test-jar resolution in skip-tests mode</strong> (<a 
href="https://redirect.github.com/maveniverse/scalpel/issues/48";>#48</a>, fixes 
<a href="https://redirect.github.com/maveniverse/scalpel/issues/47";>#47</a>)</p>
   <p>When <code>maven.test.skip=true</code> is set on a skipped module, 
test-compile is also suppressed —
   so the module's <code>test-jar</code> artifact is never produced. Any 
downstream module that still
   compiles tests and consumes that test-jar in-reactor then fails dependency 
resolution.</p>
   <p><strong>Fix:</strong> a new fixpoint pass 
(<code>softenTestJarProducers</code>) runs after the skip partition.
   For skip candidates whose test-jar is consumed by a module that will compile 
tests,
   the property is softened from <code>maven.test.skip=true</code> to 
<code>skipTests=true</code> — test-compile
   and test-jar packaging still happen, only Surefire/Failsafe execution is 
skipped.
   The pass iterates to a fixpoint to handle chained test-jar producers.</p>
   <h3>Documentation</h3>
   <p><strong>Document <code>includePaths</code> and correct GIB 
comparison</strong> (<a 
href="https://redirect.github.com/maveniverse/scalpel/issues/49";>#49</a>)</p>
   <p>Added the <code>scalpel.includePaths</code> property (introduced in 
0.3.8) to the configuration table
   and Path Filtering section. Also corrected the GIB comparison table: Scalpel 
does have a
   module-level include filter (<code>includePaths</code>), though not a 
file-level one like GIB's
   <code>includePathsMatching</code>.</p>
   <p>Co-authored-by: Paolo Antinori <a 
href="mailto:[email protected]";>[email protected]</a>
   Co-authored-by: Claude Opus 4.6 <a 
href="mailto:[email protected]";>[email protected]</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/maveniverse/scalpel/commit/abfc1c9062c2d9bc14eeb8e67bc086bea9fe3944";><code>abfc1c9</code></a>
 Fix <a 
href="https://redirect.github.com/maveniverse/scalpel/issues/47";>#47</a>: keep 
test-compile for skipped modules whose test-jars are consumed i...</li>
   <li><a 
href="https://github.com/maveniverse/scalpel/commit/7bb9a44d6dbe16235c1d2852a079250408e487e5";><code>7bb9a44</code></a>
 docs: document includePaths and correct the GIB comparison</li>
   <li>See full diff in <a 
href="https://github.com/maveniverse/scalpel/compare/0.3.9...0.3.10";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eu.maveniverse.maven.scalpel:extension&package-manager=maven&previous-version=0.3.9&new-version=0.3.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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