naver / ngrinder

enterprise level performance testing solution
naver.github.io/ngrinder
Apache License 2.0
2k stars 478 forks source link

Fix custom `InetAddressResolver` to be compatible with JDK 18 #925

Open imbyungjun opened 1 year ago

imbyungjun commented 1 year ago

https://github.com/naver/ngrinder/discussions/923

nGrinder uses NameServiceProxy to resolve DNS with user defined ip/host. This looks not compatible in JDK 18. Make it work with JDK 18.