Skip to content

chore(deps): Bump io.github.ascopes:protobuf-maven-plugin from 2.3.0 to 2.4.0#14896

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/io.github.ascopes-protobuf-maven-plugin-2.4.0
Closed

chore(deps): Bump io.github.ascopes:protobuf-maven-plugin from 2.3.0 to 2.4.0#14896
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/io.github.ascopes-protobuf-maven-plugin-2.4.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jul 22, 2024

Bumps io.github.ascopes:protobuf-maven-plugin from 2.3.0 to 2.4.0.

Release notes

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

v2.4.0

Bugfixes and new functionality

  • GH-304: Fix potential NPE in AetherMavenArtifactPathResolver#extensionToType by @​ascopes in ascopes/protobuf-maven-plugin#305
    • This fixes a potential NPE that could occur when using unrecognised extensions for dependencies, caused by debug logging.
  • GH-302: Fix import scope not being respected by @​ascopes in ascopes/protobuf-maven-plugin#303
    • This fixes a bug where the plugin was not limiting the dependency scope to those documented (e.g. the main generation goal was also pulling in runtime-only dependencies erroneously).
    • The plugin now respects the documented rules correctly.
    • Users who were relying on undocumented behaviour where they were expecting a runtime-only dependency to provide protobuf sources implicitly despite the documentation will see a breaking change; dependencies must be declared compile or provided or system to be detected correctly.
    • A new parameter has been added to enable users to override this behaviour and return to the previous behaviour if needed.
    • This change is not marked as a breaking change as it was an undocumented regression between v2.0.3 and v2.3.0 that was unintentional.
  • GH-299: Do not fail if we have partial dependency resolution failures by @​ascopes in ascopes/protobuf-maven-plugin#307
    • This fixes a bug where transitive dependencies that could not be resolved due to errors in upstream dependencies would always result in builds failing (such as ehcache's outdated JAXB dependency).
    • Resolution failures now result in a warning being logged and the dependency dropped.
    • This is not marked as a breaking change as it is a relaxing of existing constraints to closer match how Maven itself behaves.
    • A new parameter has been added to enable users to override this behaviour and return to the previous behaviour if needed.

Other changes

Full Changelog: ascopes/protobuf-maven-plugin@v2.3.0...v2.4.0

Commits

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.3.0 to 2.4.0.
- [Release notes](https://github.com/ascopes/protobuf-maven-plugin/releases)
- [Commits](ascopes/protobuf-maven-plugin@v2.3.0...v2.4.0)

---
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] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 22, 2024
@github-actions
Copy link
Copy Markdown
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.

Copy link
Copy Markdown
Contributor

@oscerd oscerd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is another PR for this.

@oscerd oscerd closed this Jul 22, 2024
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jul 22, 2024

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/io.github.ascopes-protobuf-maven-plugin-2.4.0 branch July 22, 2024 07: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.

1 participant