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

Bump protobuf-java from 3.18.3 to 3.19.6 in /dubbo-rpc/dubbo-rpc-triple #11282

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 11, 2023

Bumps protobuf-java from 3.18.3 to 3.19.6.

Release notes

Sourced from protobuf-java's releases.

Protocol Buffers v3.19.6

Java

  • Refactoring java full runtime to reuse sub-message builders and prepare to migrate parsing logic from parse constructor to builder.
  • Move proto wireformat parsing functionality from the private "parsing constructor" to the Builder class.
  • 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.
  • Make message-type extensions merge from wire-format instead of building up instances and merging afterwards. This has much better performance.
  • 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.
  • This release addresses a Security Advisory for Java users

Protocol Buffers v3.19.5

C++

Protocol Buffers v3.19.4

Python

  • Make libprotobuf symbols local on OSX to fix issue #9395 (#9435)

Ruby

  • Fixed a data loss bug that could occur when the number of optional fields in a message is an exact multiple of 32. (#9440).

PHP

  • Fixed a data loss bug that could occur when the number of optional fields in a message is an exact multiple of 32. (#9440).

Protocol Buffers v3.19.3

Python

  • Fix missing Windows wheel for Python 3.10 on PyPI

Protocol Buffers v3.19.2

Java

Protocol Buffers v3.19.1

Bazel

  • Ensure that release archives contain everything needed for Bazel (#9131)
  • Align dependency handling with Bazel best practices (#9165)

JavaScript

  • Fix ReferenceError: window is not defined when getting the global object (#9156)

Ruby

  • Fix memory leak in MessageClass.encode (#9150)

... (truncated)

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 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.

Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.18.3 to 3.19.6.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py)
- [Commits](protocolbuffers/protobuf@v3.18.3...v3.19.6)

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the type/dependencies Pull requests that update a dependency file label Jan 11, 2023
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@codecov-commenter
Copy link

Codecov Report

Merging #11282 (7b428d0) into 3.2 (f42f21b) will decrease coverage by 0.00%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##                3.2   #11282      +/-   ##
============================================
- Coverage     65.12%   65.11%   -0.01%     
  Complexity       14       14              
============================================
  Files          1484     1484              
  Lines         62095    62095              
  Branches       9107     9107              
============================================
- Hits          40438    40436       -2     
+ Misses        17446    17444       -2     
- Partials       4211     4215       +4     
Impacted Files Coverage Δ
...e/dubbo/rpc/protocol/tri/transport/WriteQueue.java 72.72% <0.00%> (-12.13%) ⬇️
...nt/metadata/ServiceInstanceHostPortCustomizer.java 63.63% <0.00%> (-6.07%) ⬇️
...bbo/common/concurrent/CallableSafeInitializer.java 61.90% <0.00%> (-4.77%) ⬇️
.../src/main/java/org/apache/dubbo/rpc/RpcStatus.java 80.95% <0.00%> (-1.20%) ⬇️
...apache/dubbo/common/extension/ExtensionLoader.java 80.70% <0.00%> (-0.31%) ⬇️
...ng/zookeeper/curator5/Curator5ZookeeperClient.java 77.04% <0.00%> (+0.81%) ⬆️
...adata/store/zookeeper/ZookeeperMetadataReport.java 72.34% <0.00%> (+1.06%) ⬆️
...ache/dubbo/common/extension/ExtensionDirector.java 96.66% <0.00%> (+3.33%) ⬆️
...pache/dubbo/remoting/transport/AbstractServer.java 64.47% <0.00%> (+3.94%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@AlbumenJ AlbumenJ merged commit 7c305bb into 3.2 Jan 11, 2023
@dependabot dependabot bot deleted the dependabot/maven/dubbo-rpc/dubbo-rpc-triple/com.google.protobuf-protobuf-java-3.19.6 branch January 11, 2023 23:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants