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

[ISSUE #4845] Apply dependency management to grpcVersion and protobufVersion. #4988

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

pmupkin
Copy link
Contributor

@pmupkin pmupkin commented Jun 11, 2024

Fixes #4845

Previous PR: #4876

Motivation

update grpc version and protobuf version

Modifications

Describe the modifications you've done.

Documentation

  • Does this pull request introduce a new feature? (yes / no)
  • If yes, how is the feature documented? (not applicable / docs / JavaDocs / not documented)
  • If a feature is not applicable for documentation, explain why?
  • If a feature is not documented yet in this PR, please create a followup issue for adding the documentation

@Pil0tXia Pil0tXia changed the title [ISSUE #4845] Update grpc version from 1.43.2 to 1.63.0 [ISSUE #4845] Apply dependency management to grpcVersion and protobufVersion. Jun 12, 2024
@Pil0tXia Pil0tXia added the waiting for contributor PR is awaiting the contributor's response to the review for further evaluation. label Jun 17, 2024
Copy link

codecov bot commented Jun 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 15.64%. Comparing base (91f6d1e) to head (aaacb48).
Report is 2 commits behind head on master.

Current head aaacb48 differs from pull request most recent head 0400a4e

Please upload reports for the commit 0400a4e to get more accurate results.

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #4988   +/-   ##
=========================================
  Coverage     15.64%   15.64%           
  Complexity     1777     1777           
=========================================
  Files          1001     1001           
  Lines         33777    33777           
  Branches       2917     2917           
=========================================
  Hits           5284     5284           
  Misses        27975    27975           
  Partials        518      518           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

build.gradle Outdated
Comment on lines 657 to 659
def opentelemetryVersion = '1.36.0'
def cloudeventsVersion = '3.0.0'
def cloudeventsVersion = '2.5.0'
def curatorVersion = '5.7.0'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please do not downgrade.

build.gradle Outdated
Comment on lines 757 to 763
dependency "org.springframework.boot:spring-boot-starter-jetty:2.7.18"

dependency "com.google.protobuf:protobuf-java-util:${protobufVersion}"
dependency "com.google.protobuf:protobuf-java:${protobufVersion}"
dependency "com.google.protobuf:protoc:${protocVersion}"

dependency "com.mysql:mysql-connector-j:8.4.0"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The google.protobuf dependencies should be placed after the grpc dependencies. The same as the protobufVersion var.

Comment on lines 27 to 29
def protobufVersion = '3.25.3'
def protocVersion = protobufVersion

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Redundant protobufVersion field.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
waiting for contributor PR is awaiting the contributor's response to the review for further evaluation.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Enhancement] Update grpc version from 1.43.2 to 1.63.0
2 participants