grpc-kotlin icon indicating copy to clipboard operation
grpc-kotlin copied to clipboard

fix URL constructor deprecation warning

Open wavedeck opened this issue 1 year ago • 1 comments
trafficstars

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

wavedeck avatar Sep 14 '24 22:09 wavedeck