Skip to content

build(deps): bump io.github.ascopes:protobuf-maven-plugin from 2.10.3 to 3.0.0#26

Merged
tadayosi merged 1 commit intomainfrom
dependabot/maven/io.github.ascopes-protobuf-maven-plugin-3.0.0
Apr 1, 2025
Merged

build(deps): bump io.github.ascopes:protobuf-maven-plugin from 2.10.3 to 3.0.0#26
tadayosi merged 1 commit intomainfrom
dependabot/maven/io.github.ascopes-protobuf-maven-plugin-3.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2025

Bumps io.github.ascopes:protobuf-maven-plugin from 2.10.3 to 3.0.0.

Release notes

Sourced from io.github.ascopes:protobuf-maven-plugin's releases.

v3.0.0

What's Changed

Full Changelog: ascopes/protobuf-maven-plugin@v2.13.1...v3.0.0

v2.13.1

What's Changed

Full Changelog: ascopes/protobuf-maven-plugin@v2.13.0...v2.13.1

v2.13.0

This is a fairly big release and has several major internal changes that should address issues raised with the 2.12.x plugin versions, as well as adding some new features, improving error messages and performance, increasing stability, and providing some long overdue improvements to the documentation.

Bugfixes

  • GH-582 - fixed aether resolver to correctly ignore edge cases for dependency resolution failures when requested via configuration (see PR at GH-584)
  • GH-596 - limit the number of threads resolving proto files from project dependencies to be proportional to the number of system CPUs available, within sensible limits (see PR at GH-598)
  • GH-596 - let Maven perform project dependency resolution prior to plugin execution to work around resource exhaustion triggered by Eclipse Aether (see PR at GH-603)
  • GH-596 - fixed dependency resolution for test dependencies in the generate goal when overriding the dependency scopes (see PR at GH-607)
  • Prevented confusing dependency resolution errors caused by Aether artifact resolution error caching... this is disabled now (see PR at GH-605)
  • Handle all types of exception in the generation Mojos to provide better exception reporting
  • Improve handling of duplicate dependencies (see PR at GH-597)

New features

  • GH-582 - allow inheriting dependency versions from project dependencyManagement (see PRs at GH-585 and GH-599)
  • Re-implement error reporting at the end of builds to use error codes and descriptions rather than overly generic messages

Performance improvements

  • GH-600 - avoid resolving dependencies if we know we have no sources to build and the user has requested we ignore missing sources (see PR at GH-602)

Documentation improvements

  • Added feature matrices to the README
  • Implemented scripts to generate tables of contents in the site documentation (see PR at GH-595)
  • Integrate anchor.js in the documentation site to allow users to link to specific headings
  • Fix issues with highlight.js not rendering protobuf correctly
  • Consistently render codeblocks with no syntax highlighting
  • Integrate a highlight.js plugin that allows users to "copy this code block" on any syntax-highlighted code block
  • Disable highlight.js language integrations that we are not using
  • Include links to the issue tracker and discussion tracker in the navigation side bar
  • Upgrade the underlying Maven Fluido Skin to a stable release version

CI improvements

  • Build using Java 24, and build on Java 21 explicitly rather than 23, since it is LTS (see PR at GH-608)
  • Fix flaky tests for ConcurrentExecutor
  • Reduce verbosity of logs in integration tests
  • Enable using both protoc v3.x and v4.x in path-protoc integration tests

... (truncated)

Commits
  • a124da8 [maven-release-plugin] prepare release v3.0.0
  • e9d5d22 v3.0.0 - improve how ordering of plugins works (#615)
  • dbacb38 Tidy up AetherMavenArtifactPathResolver.java
  • 144b5bc Remove direct imports in AetherArtifactMapper
  • bbafeeb Run CI for v3 branch
  • c3333ca Update pom.xml reporting to include private sources in javadocs (#613)
  • 0abf7de [maven-release-plugin] prepare for next development iteration
  • ec40920 [maven-release-plugin] prepare release v2.13.1
  • 98d9a00 GH-611: Fix NullPointerException regression when handling DependencyManagemen...
  • 471331d [maven-release-plugin] prepare for next development iteration
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 [io.github.ascopes:protobuf-maven-plugin](https://github.com/ascopes/protobuf-maven-plugin) from 2.10.3 to 3.0.0.
- [Release notes](https://github.com/ascopes/protobuf-maven-plugin/releases)
- [Commits](ascopes/protobuf-maven-plugin@v2.10.3...v3.0.0)

---
updated-dependencies:
- dependency-name: io.github.ascopes:protobuf-maven-plugin
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Apr 1, 2025
@tadayosi tadayosi merged commit 8b14815 into main Apr 1, 2025
2 checks passed
@dependabot dependabot bot deleted the dependabot/maven/io.github.ascopes-protobuf-maven-plugin-3.0.0 branch April 1, 2025 02:15
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