grpc-ecosystem / grpc-spring

Spring Boot starter module for gRPC framework.
https://grpc-ecosystem.github.io/grpc-spring/
Apache License 2.0
3.43k stars 809 forks source link

Upgrade grpc and remove unused method #1052

Closed Sineaggi closed 3 months ago

Sineaggi commented 5 months ago

The method was removed upstream https://github.com/grpc/grpc-java/pull/10744

Sineaggi commented 5 months ago

Relates to https://github.com/grpc-ecosystem/grpc-spring/pull/1030

ST-DDT commented 4 months ago

Please resolve the conflicts.

Sineaggi commented 4 months ago

Please resolve the conflicts.

Rebased

ST-DDT commented 4 months ago

Please remove it also from here: https://github.com/grpc-ecosystem/grpc-spring/blob/d75fba5346846bac86e8f782e12d3bdadf322360/grpc-client-spring-boot-starter/src/main/resources/META-INF/additional-spring-configuration-metadata.json#L57

Sineaggi commented 4 months ago

@ST-DDT It is done

Sineaggi commented 3 months ago

Good to merge?