Conversation
Signed-off-by: siri-varma <siri.varma@outlook.com>
Signed-off-by: siri-varma <siri.varma@outlook.com>
Signed-off-by: siri-varma <siri.varma@outlook.com>
|
Integration tests are failing due to flaky test #1603 |
|
@dapr/approvers-java-sdk / @dapr/maintainers-java-sdk PR ready for review. Thank you Update Protobof version to 4.33.2 (latest) |
|
@siri-varma I am worried about doing this, because we the grpc netty libraries also depend on Protobuf. As far as I remember we upgraded to the version that was aligned with Spring Boot and the versions used by the Spring Boot Otel instrumentation that also uses GRPC. I wouldn't upgrade this unless we are also upgrading those dependencies. Can you check which dependencies depend on protobuf by running |
salaboy
left a comment
There was a problem hiding this comment.
I don't think I can approve this unless we check which transitive dependencies also depend on this.
Signed-off-by: siri-varma <siri.varma@outlook.com>
…/siri-varma/java-sdk into users/svegiraju/upgrade-protobuf
|
Hello @javier-aliaga ! Just wanted to check with you on this. Thank you. |
|
Hello @javier-aliaga ! Just wanted to bump this up again |
|
protobuf v3 --> v4 is difficult as mixing them can cause problems for consumers of the library too. |
|
@lindner Thank you for the comment. We don't expose protos to the library users. They are only used inside the SDK. |
Signed-off-by: Siri Varma Vegiraju <siri.varma@outlook.com>
|
@javier-aliaga Thoughts on this PR ? |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1611 +/- ##
=========================================
Coverage 76.77% 76.77%
Complexity 2259 2259
=========================================
Files 241 241
Lines 7066 7066
Branches 740 740
=========================================
Hits 5425 5425
Misses 1277 1277
Partials 364 364 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@siri-varma I think we should go with it , we just need to align all version and check transitive deps. Btw, there are no file changes in the PR, probably go lost in any of your changes |
Description
Upgraded the Protobuf version to 4.x
Issue reference
We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.
Please reference the issue this PR will close: #1590
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: