grpc / grpc-kotlin

Kotlin gRPC implementation. HTTP/2 based RPC
https://grpc.io/docs/languages/kotlin
Apache License 2.0
1.2k stars 165 forks source link

fix URL constructor deprecation warning #627

Open wavedeck opened 2 months ago

wavedeck commented 2 months ago

fixes the constructor deprecation warning of java.net.URL that first appeared in java 20 by replacing it with java.net.URI.toURL()

closes #626

linux-foundation-easycla[bot] commented 2 months ago

CLA Signed


The committers listed above are authorized under a signed CLA.