I’m currently using your java client version 0.2.0 and have encountered an issue with IPv6 format.
In my logs before making an API call, the IPv6 address is correctly formatted as 2001:e60:8660:....
However, when using this IP address for an API request, the logged output shows it as 2001%3Ae60%3A8600%3A...., indicating that URL encoding has been applied.
Upon investigation, I found that the feign configuration in the library has encoded = true, and I am unable to find a way to modify this behavior.