Skip to content

Bump org.codehaus.plexus:plexus-build-api from 1.2.0 to 1.3.0 - #1361

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/org.codehaus.plexus-plexus-build-api-1.3.0
Closed

Bump org.codehaus.plexus:plexus-build-api from 1.2.0 to 1.3.0#1361
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/org.codehaus.plexus-plexus-build-api-1.3.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps org.codehaus.plexus:plexus-build-api from 1.2.0 to 1.3.0.

Release notes

Sourced from org.codehaus.plexus:plexus-build-api's releases.

1.3.0

Three years of API work since 1.2.0. A Maven plugin can now report progress and messages through dedicated Progress and Messages APIs, execution events reach the environment running the build through an EventSpy rather than a lifecycle participant, and a connect API lets an IDE supply an extension to an external Maven process instead of watching it blind. The jar also declares Automatic-Module-Name.

🚀 New features and improvements

📝 Documentation updates

🔧 Build

📦 Dependency updates

... (truncated)

Commits
  • ac42757 [maven-release-plugin] prepare release plexus-build-api-1.3.0
  • 38638a4 Describe the artifact in the POM
  • 81c80bd [maven-release-plugin] prepare for next development iteration
  • 8233df9 [maven-release-plugin] prepare release plexus-build-api-1.3.0
  • 6fb27d8 Bump plexus-utils to 4.1.0
  • 1fa2d7d Update parent to plexus 27
  • 6fb9b3e Establish an automatic module name
  • df88871 Bump org.codehaus.plexus:plexus from 25 to 26
  • 38cc7f3 Bump release-drafter/release-drafter from 7.6.0 to 7.7.0
  • 9f502c4 Bump org.eclipse.sisu:org.eclipse.sisu.plexus from 1.0.1 to 1.1.0
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 23, 2026
@slachiewicz

Copy link
Copy Markdown
Member

@dependabot rebase

Bumps [org.codehaus.plexus:plexus-build-api](https://github.com/codehaus-plexus/plexus-build-api) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/codehaus-plexus/plexus-build-api/releases)
- [Commits](codehaus-plexus/plexus-build-api@plexus-build-api-1.2.0...plexus-build-api-1.3.0)

---
updated-dependencies:
- dependency-name: org.codehaus.plexus:plexus-build-api
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@slachiewicz

Copy link
Copy Markdown
Member

Closing: 1.3.0 is broken, not this plugin.

org.codehaus.plexus.build.progress.DefaultProgress in 1.3.0 carries both @Singleton and
@MojoExecutionScoped, and 1.3.0 newly lists it in META-INF/sisu/javax.inject.Named. Guice rejects two
scope annotations on one class, so the injector for the plugin realm fails to build and no mojo can be
loaded from it.

The failure surfaces as Unable to load the mojo ... java.util.NoSuchElementException, which is the
symptom rather than the cause. The cause is logged as a warning while the realm is built:

com.google.inject.CreationException: Unable to create injector, see the following errors:

1) [Guice/DuplicateScopeAnnotations]: More than one scope annotation was found: Singleton and MojoExecutionScoped.
      \_ installed by: WireModule -> PlexusBindingModule

That is the whole reason 288 of the 290 integration tests fail here while master is green. Nothing in
this repository needs changing.

Tracked upstream as codehaus-plexus/plexus-build-api#127,
with a verified fix: drop @Singleton. The 1.3.0 release notes now carry the warning. Reopen the bump
once 1.3.1 is out.

This comment was created with AI assistance.

@dependabot @github

dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/maven/org.codehaus.plexus-plexus-build-api-1.3.0 branch August 24, 2026 14:02
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