Skip to content

Make protoc-gen-grpc-java.version match grpc.version#2465

Merged
Ghatage merged 1 commit into
apache:masterfrom
lhotari:lh-protoc-gen-grpc-java-version
Oct 28, 2020
Merged

Make protoc-gen-grpc-java.version match grpc.version#2465
Ghatage merged 1 commit into
apache:masterfrom
lhotari:lh-protoc-gen-grpc-java-version

Conversation

@lhotari

@lhotari lhotari commented Oct 28, 2020

Copy link
Copy Markdown
Member

Motivation

protoc-gen-grpc-java is part of grpc libraries.
Usually it doesn't make sense to use a version other
than the current grpc version. Currently 2 different versions are used.

It seems that it has been forgotten to upgrade protoc-gen-grpc-java.version
when grpc.version has been upgraded from 1.12.0 to 1.18.0

Changes

Make protoc-gen-grpc-java.version match grpc.version by referencing it with ${grpc.version}

- protoc-gen-grpc-java is part of grpc libraries.
  Usually it doesn't make sense to use a version other
  than the current grpc version.
  - it seems that it has been forgotten to upgrade
    protoc-gen-grpc-java.version when grpc.version has been
    upgraded from 1.12.0 to 1.18.0

@eolivelli eolivelli left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants