Skip to content

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

Closed
dependabot[bot] wants to merge 1 commit into
trunkfrom
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#889
dependabot[bot] wants to merge 1 commit into
trunkfrom
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

[!CAUTION] Do not use 1.3.0. Two known regressions make it unusable:

  • #127DefaultProgress 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 this jar fails to build and Maven cannot load a single mojo from that plugin. Every goal fails, on Maven 3.9, 3.10, and 4.
  • #125DefaultBuildContext gained a LegacySupport constructor dependency and can no longer be provisioned outside a Maven session.

Stay on 1.2.0 until 1.3.1 ships.

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 24, 2026
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>
@dependabot
dependabot Bot force-pushed the dependabot/maven/org.codehaus.plexus-plexus-build-api-1.3.0 branch from 0b92945 to b5c619b Compare August 24, 2026 17:55
@alien11689

alien11689 commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

According to the release notes let's wait for 1.3.1

@alien11689 alien11689 closed this Aug 24, 2026
@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.

@alien11689
alien11689 deleted the dependabot/maven/org.codehaus.plexus-plexus-build-api-1.3.0 branch August 24, 2026 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

blueprint-maven-plugin 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