dependabot[bot] opened a new pull request, #20330: URL: https://github.com/apache/camel/pull/20330
Bumps [io.github.ascopes:protobuf-maven-plugin](https://github.com/ascopes/protobuf-maven-plugin) from 4.0.3 to 4.1.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ascopes/protobuf-maven-plugin/releases">io.github.ascopes:protobuf-maven-plugin's releases</a>.</em></p> <blockquote> <h2>v4.1.1</h2> <ul> <li>Reworked plugin resolution to be able to run in parallel.</li> <li>Consistent generation of plugin ID naming is now enforced across all protoc plugin kinds.</li> <li>JVM plugin executable generation is now abstracted, internal paths have changed slightly so users may want to run <code>mvn clean</code> on projects when updating to ensure any old files are cleaned up.</li> <li><code>plugins</code> specification order is now retained internally. This does not influence execution order (which is what the order param is to be used for by consumers), but does influence the naming of internally generated files. This leads to stronger buildvconsistency guarantees when updating this Maven plugin in the future.</li> <li>Removed some incorrectly documented attributes from documentation that did not exist for certain protoc plugin variants.</li> </ul> <h2>v4.1.0</h2> <p>This release implements a new way of specifying <code>protoc</code> plugins. Whilst the old mechanism still works, it is now deprecated for removal in v5.0.</p> <p>Plugins are now specified as a discriminated list with a <code>kind</code> attribute.</p> <p>For example:</p> <pre lang="xml"><code><plugin> <groupId>io.github.ascopes</groupId> <artifactId>protobuf-maven-plugin</artifactId> <version>4.1.0</version> <p><configuration> <plugins> <plugin kind="binary-maven"> ... </plugin> </plugins> </configuration> </plugin> </code></pre></p> <p>See <a href="https://ascopes.github.io/protobuf-maven-plugin/using-protoc-plugins.html">https://ascopes.github.io/protobuf-maven-plugin/using-protoc-plugins.html</a> for full details of usage, with examples.</p> <p>This paves the way for cleaning up some ugly parts of the API in v5.0, as well as supporting consistency with <a href="https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/877">GH-877</a> which aims to allow eventually using WASM distributions of <code>protoc</code> as an optional alternative to platform-specific binaries.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ascopes/protobuf-maven-plugin/commit/fd28a8035f6979e48070da6d51a1e0ebbaaf7e1e"><code>fd28a80</code></a> [maven-release-plugin] prepare release v4.1.1</li> <li><a href="https://github.com/ascopes/protobuf-maven-plugin/commit/cf85175273feb5350b0746d25dc494cfba271c17"><code>cf85175</code></a> Set 'since' tags for v4.1.1</li> <li><a href="https://github.com/ascopes/protobuf-maven-plugin/commit/d289f529998a0d9405cbf4466c4dbc4c25e48084"><code>d289f52</code></a> Merge pull request <a href="https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/888">#888</a> from ascopes/task/gh-877-consolidate-plugin-resolvers</li> <li><a href="https://github.com/ascopes/protobuf-maven-plugin/commit/cd20ebefa98648724a5c9f063bcd40665f091039"><code>cd20ebe</code></a> <a href="https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/877">GH-877</a>: Consolidate logic for protoc plugin resolution into one class</li> <li><a href="https://github.com/ascopes/protobuf-maven-plugin/commit/f8135f79000ac7e79845c8bf8a68b77cab076efd"><code>f8135f7</code></a> Remove erroneous documentation regarding path plugins and digests</li> <li><a href="https://github.com/ascopes/protobuf-maven-plugin/commit/190705af7bdff36887ff405212c99fb6df669718"><code>190705a</code></a> Merge pull request <a href="https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/887">#887</a> from ascopes/task/gh-877-reusable-java-app-generator</li> <li><a href="https://github.com/ascopes/protobuf-maven-plugin/commit/b8f83d9943586fc4254c65eba46e92bec8b0d564"><code>b8f83d9</code></a> <a href="https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/877">GH-877</a>: Fix failing ITs</li> <li><a href="https://github.com/ascopes/protobuf-maven-plugin/commit/33ebca499eaada1b575b2fa1f8224509b6027dd8"><code>33ebca4</code></a> <a href="https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/877">GH-877</a>: Extract logic for generating executables from Java into scripts</li> <li><a href="https://github.com/ascopes/protobuf-maven-plugin/commit/31a6b092289384e8e3447259429fe02f50e4dd1d"><code>31a6b09</code></a> Merge pull request <a href="https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/886">#886</a> from ascopes/task/gh-879-examples</li> <li><a href="https://github.com/ascopes/protobuf-maven-plugin/commit/230cc76b96eefc7e821909a1fb1b2f1784141f63"><code>230cc76</code></a> <a href="https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/879">GH-879</a>: Improve IT examples for dependency usage</li> <li>Additional commits viewable in <a href="https://github.com/ascopes/protobuf-maven-plugin/compare/v4.0.3...v4.1.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
