Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Bump io.github.ascopes:protobuf-maven-plugin from 2.12.1 to 2.13.1 #17568

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 25, 2025

Bumps io.github.ascopes:protobuf-maven-plugin from 2.12.1 to 2.13.1.

Release notes

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

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
Commits
  • 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
  • 5b5ef5f [maven-release-plugin] prepare release v2.13.0
  • 1967731 Document GH-596 in known-issues.md
  • 8346dd0 Bump kotlin.version from 2.1.10 to 2.1.20 in /protobuf-maven-plugin/src/it/se...
  • ec04534 Bump com.mycila:license-maven-plugin from 4.6 to 5.0.0 (#609)
  • e6c9ea2 Add a 'copy code' button to the generated site codeblocks
  • 066686e Fix malformed codeblocks in highlight.js
  • 8340d3b Fix spurious anchor on site logo
  • 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.12.1 to 2.13.1.
- [Release notes](https://github.com/ascopes/protobuf-maven-plugin/releases)
- [Commits](ascopes/protobuf-maven-plugin@v2.12.1...v2.13.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 25, 2025
Copy link
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.

  • You can label PRs using build-all, build-dependents, 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.

@gansheer
Copy link
Contributor

gansheer commented Mar 25, 2025

/component-test camel-grpc camel-protobuf camel-salesforce

Result ❌ The tests failed please check the logs

Copy link
Contributor

🤖 The Apache Camel test robot will run the tests for you 👍

@davsclaus
Copy link
Contributor

davsclaus commented Mar 27, 2025

/component-test camel-grpc camel-protobuf camel-salesforce

Result ❌ The tests failed please check the logs

Copy link
Contributor

🤖 The Apache Camel test robot will run the tests for you 👍

@oscerd
Copy link
Contributor

oscerd commented Mar 27, 2025

The component tests doesn't work. It is missing camel build tools snapshot, but I see it in ASF snapshot repository

@essobedo
Copy link
Contributor

essobedo commented Mar 29, 2025

/component-test camel-grpc camel-protobuf camel-salesforce

Result ✅ The tests passed successfully

Copy link
Contributor

🤖 The Apache Camel test robot will run the tests for you 👍

@davsclaus davsclaus merged commit b8cf378 into main Mar 30, 2025
5 checks passed
@dependabot dependabot bot deleted the dependabot/maven/io.github.ascopes-protobuf-maven-plugin-2.13.1 branch March 30, 2025 02:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
camel-4 core-build-and-dependencies 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.

4 participants