Skip to content

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

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#599
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 24, 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 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 [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 repository.

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 any plugin realm holding the jar fails to build and
Maven cannot load a single mojo from that plugin:

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

The failure surfaces as Unable to load the mojo ... java.util.NoSuchElementException, which is why
fail-fast-build is red here.

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.

@slachiewicz
slachiewicz 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