You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/12/05 06:37:47 UTC

[GitHub] [shardingsphere] dependabot[bot] opened a new pull request, #22652: Bump protobuf-java from 3.17.1 to 3.19.6

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

   Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.17.1 to 3.19.6.
   <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.19.6</h2>
   <h1>Java</h1>
   <ul>
   <li>Refactoring java full runtime to reuse sub-message builders and prepare to
   migrate parsing logic from parse constructor to builder.</li>
   <li>Move proto wireformat parsing functionality from the private &quot;parsing
   constructor&quot; to the Builder class.</li>
   <li>Change the Lite runtime to prefer merging from the wireformat into mutable
   messages rather than building up a new immutable object before merging. This
   way results in fewer allocations and copy operations.</li>
   <li>Make message-type extensions merge from wire-format instead of building up
   instances and merging afterwards. This has much better performance.</li>
   <li>Fix TextFormat parser to build up recurring (but supposedly not repeated)
   sub-messages directly from text rather than building a new sub-message and
   merging the fully formed message into the existing field.</li>
   <li>This release addresses a <a href="https://github.com/protocolbuffers/protobuf/security/advisories/GHSA-h4h5-3hr4-j3g2">Security Advisory for Java users</a></li>
   </ul>
   <h2>Protocol Buffers v3.19.5</h2>
   <h1>C++</h1>
   <ul>
   <li>Reduce memory consumption of MessageSet parsing</li>
   <li>This release addresses a <a href="https://github.com/protocolbuffers/protobuf/security/advisories/GHSA-8gq9-2x98-w8hf">Security Advisory for C++ and Python users</a></li>
   </ul>
   <h2>Protocol Buffers v3.19.4</h2>
   <h1>Python</h1>
   <ul>
   <li>Make libprotobuf symbols local on OSX to fix issue <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9395">#9395</a> (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9435">#9435</a>)</li>
   </ul>
   <h1>Ruby</h1>
   <ul>
   <li>Fixed a data loss bug that could occur when the number of <code>optional</code> fields in a message is an exact multiple of 32. (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9440">#9440</a>).</li>
   </ul>
   <h1>PHP</h1>
   <ul>
   <li>Fixed a data loss bug that could occur when the number of <code>optional</code> fields in a message is an exact multiple of 32. (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9440">#9440</a>).</li>
   </ul>
   <h2>Protocol Buffers v3.19.3</h2>
   <h1>Python</h1>
   <ul>
   <li>Fix missing Windows wheel for Python 3.10 on PyPI</li>
   </ul>
   <h2>Protocol Buffers v3.19.2</h2>
   <h1>Java</h1>
   <ul>
   <li>Improve performance characteristics of UnknownFieldSet parsing (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9371">#9371</a>)</li>
   <li>This release addresses a <a href="https://github.com/protocolbuffers/protobuf/security/advisories/GHSA-wrvw-hg22-4m67">Security Advisory for Java users</a></li>
   </ul>
   <h2>Protocol Buffers v3.19.1</h2>
   <h1>Bazel</h1>
   <ul>
   <li>Ensure that release archives contain everything needed for Bazel (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9131">#9131</a>)</li>
   <li>Align dependency handling with Bazel best practices (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9165">#9165</a>)</li>
   </ul>
   <h1>JavaScript</h1>
   <ul>
   <li>Fix <code>ReferenceError: window is not defined</code> when getting the global object (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9156">#9156</a>)</li>
   </ul>
   <h1>Ruby</h1>
   <ul>
   <li>Fix memory leak in MessageClass.encode (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9150">#9150</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/protocolbuffers/protobuf/commit/5cba162a5d93f8df786d828621019e03e50edb4f"><code>5cba162</code></a> Updating version.json and repo version numbers to: 19.6</li>
   <li><a href="https://github.com/protocolbuffers/protobuf/commit/b0e8e607dc1ace17c823276d3384eeda775bbd76"><code>b0e8e60</code></a> Refactoring Java parsing (3.19.x) (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/10667">#10667</a>)</li>
   <li><a href="https://github.com/protocolbuffers/protobuf/commit/30b9f88f003f327822b3032a844cff1ad23ec487"><code>30b9f88</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/10603">#10603</a> from deannagarcia/3.19.x</li>
   <li><a href="https://github.com/protocolbuffers/protobuf/commit/8cccc0dbdd7561b184a8231f4886e630b7221b0b"><code>8cccc0d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/10606">#10606</a> from deannagarcia/buildZip19</li>
   <li><a href="https://github.com/protocolbuffers/protobuf/commit/0661cc41dc65545938515f7e3944e1b4ea4618e5"><code>0661cc4</code></a> Use local artifacts</li>
   <li><a href="https://github.com/protocolbuffers/protobuf/commit/184f584b0a1d7c3c22757084c721f503214bbcbf"><code>184f584</code></a> Fix spelling</li>
   <li><a href="https://github.com/protocolbuffers/protobuf/commit/9e8d5f10977397411dbe9bba9cb0c60c2c427b53"><code>9e8d5f1</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/10574">#10574</a> from deannagarcia/3.19.x</li>
   <li><a href="https://github.com/protocolbuffers/protobuf/commit/8b17db185c09c0929a67f45adab9c1a50f285c1e"><code>8b17db1</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/10578">#10578</a> from protocolbuffers/3.19.x-202209141437</li>
   <li><a href="https://github.com/protocolbuffers/protobuf/commit/b1135aa41280dba9d61637e643ed97eab218acab"><code>b1135aa</code></a> Update version.json to: 19.6-dev</li>
   <li><a href="https://github.com/protocolbuffers/protobuf/commit/23865cde2f142eb286a079fb048d332aeea7056a"><code>23865cd</code></a> Make release script executable</li>
   <li>Additional commits viewable in <a href="https://github.com/protocolbuffers/protobuf/compare/v3.17.1...v3.19.6">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.17.1&new-version=3.19.6)](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)
   - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
   - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
   - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
   - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
   
   You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/shardingsphere/network/alerts).
   
   </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: notifications-unsubscribe@shardingsphere.apache.org

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


[GitHub] [shardingsphere] codecov-commenter commented on pull request #22652: Bump protobuf-java from 3.17.1 to 3.19.6

Posted by GitBox <gi...@apache.org>.
codecov-commenter commented on PR #22652:
URL: https://github.com/apache/shardingsphere/pull/22652#issuecomment-1336838355

   # [Codecov](https://codecov.io/gh/apache/shardingsphere/pull/22652?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#22652](https://codecov.io/gh/apache/shardingsphere/pull/22652?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (450767e) into [master](https://codecov.io/gh/apache/shardingsphere/commit/3f2bc933be88f4ba97c426b23ddb723e1b5f4c11?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (3f2bc93) will **decrease** coverage by `0.11%`.
   > The diff coverage is `16.42%`.
   
   ```diff
   @@             Coverage Diff              @@
   ##             master   #22652      +/-   ##
   ============================================
   - Coverage     49.49%   49.37%   -0.12%     
   - Complexity     2439     2440       +1     
   ============================================
     Files          4094     4108      +14     
     Lines         57204    57411     +207     
     Branches       9800     9832      +32     
   ============================================
   + Hits          28315    28349      +34     
   - Misses        26452    26619     +167     
   - Partials       2437     2443       +6     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/shardingsphere/pull/22652?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...dingsphere/data/pipeline/cdc/client/CDCClient.java](https://codecov.io/gh/apache/shardingsphere/pull/22652/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-a2VybmVsL2RhdGEtcGlwZWxpbmUvY2RjL2NsaWVudC9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvc2hhcmRpbmdzcGhlcmUvZGF0YS9waXBlbGluZS9jZGMvY2xpZW50L0NEQ0NsaWVudC5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...peline/cdc/client/handler/LoginRequestHandler.java](https://codecov.io/gh/apache/shardingsphere/pull/22652/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-a2VybmVsL2RhdGEtcGlwZWxpbmUvY2RjL2NsaWVudC9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvc2hhcmRpbmdzcGhlcmUvZGF0YS9waXBlbGluZS9jZGMvY2xpZW50L2hhbmRsZXIvTG9naW5SZXF1ZXN0SGFuZGxlci5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...cdc/client/handler/SubscriptionRequestHandler.java](https://codecov.io/gh/apache/shardingsphere/pull/22652/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-a2VybmVsL2RhdGEtcGlwZWxpbmUvY2RjL2NsaWVudC9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvc2hhcmRpbmdzcGhlcmUvZGF0YS9waXBlbGluZS9jZGMvY2xpZW50L2hhbmRsZXIvU3Vic2NyaXB0aW9uUmVxdWVzdEhhbmRsZXIuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...e/data/pipeline/cdc/client/util/RequestIdUtil.java](https://codecov.io/gh/apache/shardingsphere/pull/22652/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-a2VybmVsL2RhdGEtcGlwZWxpbmUvY2RjL2NsaWVudC9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvc2hhcmRpbmdzcGhlcmUvZGF0YS9waXBlbGluZS9jZGMvY2xpZW50L3V0aWwvUmVxdWVzdElkVXRpbC5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...ata/pipeline/cdc/constant/CDCConnectionStatus.java](https://codecov.io/gh/apache/shardingsphere/pull/22652/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-a2VybmVsL2RhdGEtcGlwZWxpbmUvY2RjL2NvcmUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL3NoYXJkaW5nc3BoZXJlL2RhdGEvcGlwZWxpbmUvY2RjL2NvbnN0YW50L0NEQ0Nvbm5lY3Rpb25TdGF0dXMuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...a/pipeline/cdc/generator/CDCResponseGenerator.java](https://codecov.io/gh/apache/shardingsphere/pull/22652/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-a2VybmVsL2RhdGEtcGlwZWxpbmUvY2RjL2NvcmUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL3NoYXJkaW5nc3BoZXJlL2RhdGEvcGlwZWxpbmUvY2RjL2dlbmVyYXRvci9DRENSZXNwb25zZUdlbmVyYXRvci5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...shardingsphere/data/pipeline/cdc/rule/CDCRule.java](https://codecov.io/gh/apache/shardingsphere/pull/22652/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-a2VybmVsL2RhdGEtcGlwZWxpbmUvY2RjL2NvcmUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL3NoYXJkaW5nc3BoZXJlL2RhdGEvcGlwZWxpbmUvY2RjL3J1bGUvQ0RDUnVsZS5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...data/pipeline/cdc/rule/builder/CDCRuleBuilder.java](https://codecov.io/gh/apache/shardingsphere/pull/22652/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-a2VybmVsL2RhdGEtcGlwZWxpbmUvY2RjL2NvcmUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL3NoYXJkaW5nc3BoZXJlL2RhdGEvcGlwZWxpbmUvY2RjL3J1bGUvYnVpbGRlci9DRENSdWxlQnVpbGRlci5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...line/cdc/yaml/config/YamlCDCRuleConfiguration.java](https://codecov.io/gh/apache/shardingsphere/pull/22652/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-a2VybmVsL2RhdGEtcGlwZWxpbmUvY2RjL2NvcmUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL3NoYXJkaW5nc3BoZXJlL2RhdGEvcGlwZWxpbmUvY2RjL3lhbWwvY29uZmlnL1lhbWxDRENSdWxlQ29uZmlndXJhdGlvbi5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [.../yaml/swapper/YamlCDCRuleConfigurationSwapper.java](https://codecov.io/gh/apache/shardingsphere/pull/22652/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-a2VybmVsL2RhdGEtcGlwZWxpbmUvY2RjL2NvcmUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL3NoYXJkaW5nc3BoZXJlL2RhdGEvcGlwZWxpbmUvY2RjL3lhbWwvc3dhcHBlci9ZYW1sQ0RDUnVsZUNvbmZpZ3VyYXRpb25Td2FwcGVyLmphdmE=) | `0.00% <0.00%> (ø)` | |
   | ... and [7 more](https://codecov.io/gh/apache/shardingsphere/pull/22652/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

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


[GitHub] [shardingsphere] azexcy commented on pull request #22652: Bump protobuf-java from 3.17.1 to 3.19.6

Posted by GitBox <gi...@apache.org>.
azexcy commented on PR #22652:
URL: https://github.com/apache/shardingsphere/pull/22652#issuecomment-1350334507

   Waiting @zhaojinchao95  for confirmation, this will take some time


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

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


[GitHub] [shardingsphere] zhaojinchao95 merged pull request #22652: Bump protobuf-java from 3.17.1 to 3.19.6

Posted by GitBox <gi...@apache.org>.
zhaojinchao95 merged PR #22652:
URL: https://github.com/apache/shardingsphere/pull/22652


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

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