Skip to content

chore(deps): Bump eu.maveniverse.maven.scalpel:extension3 from 0.3.9 to 0.3.10 - #25482

Merged
davsclaus merged 1 commit into
mainfrom
dependabot/maven/eu.maveniverse.maven.scalpel-extension3-0.3.10
Aug 13, 2026
Merged

chore(deps): Bump eu.maveniverse.maven.scalpel:extension3 from 0.3.9 to 0.3.10#25482
davsclaus merged 1 commit into
mainfrom
dependabot/maven/eu.maveniverse.maven.scalpel-extension3-0.3.10

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 13, 2026

Copy link
Copy Markdown
Contributor

Bumps eu.maveniverse.maven.scalpel:extension3 from 0.3.9 to 0.3.10.

Release notes

Sourced from eu.maveniverse.maven.scalpel:extension3's releases.

Scalpel 0.3.10

Bug Fixes

Test-jar resolution in skip-tests mode (#48, fixes #47)

When maven.test.skip=true is set on a skipped module, test-compile is also suppressed — so the module's test-jar artifact is never produced. Any downstream module that still compiles tests and consumes that test-jar in-reactor then fails dependency resolution.

Fix: a new fixpoint pass (softenTestJarProducers) 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 maven.test.skip=true to skipTests=true — 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.

Documentation

Document includePaths and correct GIB comparison (#49)

Added the scalpel.includePaths 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 (includePaths), though not a file-level one like GIB's includePathsMatching.

Co-authored-by: Paolo Antinori paoloantinori@users.noreply.github.com Co-authored-by: Claude Opus 4.6 noreply@anthropic.com

Commits
  • abfc1c9 Fix #47: keep test-compile for skipped modules whose test-jars are consumed i...
  • 7bb9a44 docs: document includePaths and correct the GIB comparison
  • See full diff in compare view

Dependabot compatibility score

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 [eu.maveniverse.maven.scalpel:extension3](https://github.com/maveniverse/scalpel) from 0.3.9 to 0.3.10.
- [Release notes](https://github.com/maveniverse/scalpel/releases)
- [Commits](maveniverse/scalpel@0.3.9...0.3.10)

---
updated-dependencies:
- dependency-name: eu.maveniverse.maven.scalpel:extension3
  dependency-version: 0.3.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Aug 13, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🌟 Thank you for your contribution to the Apache Camel project! 🌟
🤖 CI automation will test this PR automatically.

🐫 Apache Camel Committers, please review the following items:

  • First-time contributors require MANUAL approval for the GitHub Actions to run
  • You can use the command /component-test (camel-)component-name1 (camel-)component-name2.. to request a test from the test bot although they are normally detected and executed by CI.
  • You can label PRs using skip-tests and test-dependents to fine-tune the checks executed by this PR.
  • Build and test logs are available in the summary page. Only Apache Camel committers have access to the summary.

⚠️ Be careful when sharing logs. Review their contents before sharing them publicly.

@github-actions

Copy link
Copy Markdown
Contributor

ℹ️ CI did not run targeted module tests.


⚙️ View full build and test results

@davsclaus
davsclaus merged commit b5eb3bb into main Aug 13, 2026
5 checks passed
@dependabot
dependabot Bot deleted the dependabot/maven/eu.maveniverse.maven.scalpel-extension3-0.3.10 branch August 13, 2026 09:30
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