spring-projects-experimental / spring-grpc

88 stars 19 forks source link

Find a way to configure SSL context without using deprecated methods #27

Closed dsyer closed 1 month ago

dsyer commented 1 month ago

There's a warning in the Netty channel factor helpers because we have to use a deprecated method. There must be a better way, but I don't see it yet.

dsyer commented 1 month ago

I think this is now done (https://github.com/spring-projects-experimental/spring-grpc/commit/b92fd43664b405d48af411f3af085c1c3467a3a1 and https://github.com/spring-projects-experimental/spring-grpc/commit/fab5c73be1895376d9767f508ddb2c1c8936e6c8).