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

Start 1.73.0 development cycle #11986

Closed
wants to merge 1 commit into from

Conversation

AgraVator
Copy link
Contributor

No description provided.

@@ -95,11 +95,11 @@ public static void main(String[] args) throws IOException, InterruptedException
server.blockUntilShutdown();
}

static class GreeterImpl extends GreeterGrpc.GreeterImplBase {
static class GreeterImpl extends io.grpc.examples.helloworld.GreeterGrpc.GreeterImplBase {
Copy link
Contributor

Choose a reason for hiding this comment

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

Revert this file

@@ -19,6 +19,8 @@ dependencies {
libraries.animalsniffer.annotations,
libraries.guava
implementation libraries.errorprone.annotations
implementation project(path: ':grpc-api')
Copy link
Contributor

Choose a reason for hiding this comment

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

Revert this file.

@@ -400,7 +400,7 @@ grpc-netty version | netty-handler version | netty-tcnative-boringssl-static ver
1.59.x | 4.1.97.Final | 2.0.61.Final
1.60.x-1.66.x | 4.1.100.Final | 2.0.61.Final
1.67.x-1.70.x | 4.1.110.Final | 2.0.65.Final
1.71.x- | 4.1.110.Final | 2.0.70.Final
1.72.0-SNAPSHOT- | 4.1.110.Final | 2.0.70.Final
Copy link
Contributor

Choose a reason for hiding this comment

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

How did these changes come about? 1.71.x- still applies.

@AgraVator AgraVator closed this Apr 1, 2025
Copy link
Contributor

@kannanjgithub kannanjgithub left a comment

Choose a reason for hiding this comment

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

Review comments.

@AgraVator AgraVator deleted the bump-version-1.73 branch April 1, 2025 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants