You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@plc4x.apache.org by GitBox <gi...@apache.org> on 2022/06/28 06:01:18 UTC

[GitHub] [plc4x] dependabot[bot] opened a new pull request, #413: build(deps): bump protobuf-java from 3.12.0 to 3.21.2

dependabot[bot] opened a new pull request, #413:
URL: https://github.com/apache/plc4x/pull/413

   Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.12.0 to 3.21.2.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/protocolbuffers/protobuf/releases">protobuf-java's releases</a>.</em></p>
   <blockquote>
   <h2>Protocol Buffers v3.20.1</h2>
   <h1>PHP</h1>
   <ul>
   <li>Fix building packaged PHP extension (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9727">#9727</a>)</li>
   <li>Fixed composer.json to only advertise compatibility with PHP 7.0+.  (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9819">#9819</a>)</li>
   </ul>
   <h1>Ruby</h1>
   <ul>
   <li>Disable the aarch64 build on macOS until it can be fixed. (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9816">#9816</a>)</li>
   </ul>
   <h1>Other</h1>
   <ul>
   <li>Fix versioning issues in 3.20.0</li>
   </ul>
   <h2>Protocol Buffers v3.20.1-rc1</h2>
   <p>#PHP</p>
   <ul>
   <li>Fix building packaged PHP extension (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9727">#9727</a>)</li>
   </ul>
   <p>#Other</p>
   <ul>
   <li>Fix versioning issues in 3.20.0</li>
   </ul>
   <h2>Protocol Buffers v3.20.0</h2>
   <p>2022-03-25 version 3.20.0 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript)</p>
   <h1>Ruby</h1>
   <ul>
   <li>Dropped Ruby 2.3 and 2.4 support for CI and releases. (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9311">#9311</a>)</li>
   <li>Added Ruby 3.1 support for CI and releases (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9566">#9566</a>).</li>
   <li>Message.decode/encode: Add recursion_limit option (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9218">#9218</a>/<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9486">#9486</a>)</li>
   <li>Allocate with xrealloc()/xfree() so message allocation is visible to the
   Ruby GC.  In certain tests this leads to much lower memory usage due to more
   frequent GC runs (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9586">#9586</a>).</li>
   <li>Fix conversion of singleton classes in Ruby (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9342">#9342</a>)</li>
   <li>Suppress warning for intentional circular require (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9556">#9556</a>)</li>
   <li>JSON will now output shorter strings for double and float fields when possible
   without losing precision.</li>
   <li>Encoding and decoding of binary format will now work properly on big-endian
   systems.</li>
   <li>UTF-8 verification was fixed to properly reject surrogate code points.</li>
   <li>Unknown enums for proto2 protos now properly implement proto2's behavior of
   putting such values in unknown fields.</li>
   </ul>
   <h1>Java</h1>
   <ul>
   <li>Revert &quot;Standardize on Array copyOf&quot; (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9400">#9400</a>)</li>
   <li>Resolve more java field accessor name conflicts (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8198">#8198</a>)</li>
   <li>Don't support map fields in DynamicMessage.Builder.{getFieldBuilder,getRepeatedFieldBuilder}</li>
   <li>Fix parseFrom to only throw InvalidProtocolBufferException</li>
   <li>InvalidProtocolBufferException now allows arbitrary wrapped Exception types.</li>
   <li>Fix bug in <code>FieldSet.Builder.mergeFrom</code></li>
   <li>Flush CodedOutputStream also flushes underlying OutputStream</li>
   <li>When oneof case is the same and the field type is Message, merge the
   subfield. (previously it was replaced.)’</li>
   <li>Add <a href="https://github.com/CheckReturnValue"><code>@​CheckReturnValue</code></a> to some protobuf types</li>
   <li>Report original exceptions when parsing JSON</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/protocolbuffers/protobuf/commit/839b18b1ba42639fedecfd751102afcc5736b5d4"><code>839b18b</code></a> Updating version.json and repo version numbers to: 21.2</li>
   <li><a href="https://github.com/protocolbuffers/protobuf/commit/549748dd7295168b953046e72203beb164b4966b"><code>549748d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/10168">#10168</a> from esorot/21.x</li>
   <li><a href="https://github.com/protocolbuffers/protobuf/commit/71adb837e7aa4c2405b6a9481257198d9b4217b6"><code>71adb83</code></a> cherry-pick c38281dd20e562bac239bc77ab2fa10f71661708</li>
   <li><a href="https://github.com/protocolbuffers/protobuf/commit/39996cfa128983f540923ba93ce02c9420596542"><code>39996cf</code></a> cherry-pick: arenastring</li>
   <li><a href="https://github.com/protocolbuffers/protobuf/commit/55fe00e35eeda3c2cce5a456169408c9dd5781f9"><code>55fe00e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/10071">#10071</a> from protocolbuffers/21.x-202205272218</li>
   <li><a href="https://github.com/protocolbuffers/protobuf/commit/fd896733a58c08d50e1f8a6253b0d23c8af13223"><code>fd89673</code></a> Merge branch '21.x' into 21.x-202205272218</li>
   <li><a href="https://github.com/protocolbuffers/protobuf/commit/6bd7c2e48c807891671e0927f27e1e9280fee9d8"><code>6bd7c2e</code></a> Update version.json to: 21.2-dev</li>
   <li><a href="https://github.com/protocolbuffers/protobuf/commit/569a0517fadd90707713fc0c24f24b1da1d174a4"><code>569a051</code></a> Updated changelog</li>
   <li><a href="https://github.com/protocolbuffers/protobuf/commit/38e3a11a2989f06060c5beda4752e84844fa0c32"><code>38e3a11</code></a> Updating version.json and repo version numbers to: 21.1</li>
   <li><a href="https://github.com/protocolbuffers/protobuf/commit/e73ed1630fdec85d7fb513c166629ed49cd4eb18"><code>e73ed16</code></a> Updating version.json and repo version numbers to: 21.1</li>
   <li>Additional commits viewable in <a href="https://github.com/protocolbuffers/protobuf/compare/v3.12.0...v3.21.2">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.protobuf:protobuf-java&package-manager=maven&previous-version=3.12.0&new-version=3.21.2)](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 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: dev-unsubscribe@plc4x.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [plc4x] sruehl merged pull request #413: build(deps): bump protobuf-java from 3.12.0 to 3.21.2

Posted by GitBox <gi...@apache.org>.
sruehl merged PR #413:
URL: https://github.com/apache/plc4x/pull/413


-- 
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: dev-unsubscribe@plc4x.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [plc4x] sruehl commented on pull request #413: build(deps): bump protobuf-java from 3.12.0 to 3.21.2

Posted by GitBox <gi...@apache.org>.
sruehl commented on PR #413:
URL: https://github.com/apache/plc4x/pull/413#issuecomment-1173957305

   @dependabot rebase


-- 
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: dev-unsubscribe@plc4x.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org