When generating a Java/Kotlin client with a string format uri, the resulting code does not compile. There is no conversion from String to URI: [ERROR] COMPILATION ERROR : [INFO] ----- [ERROR] /Users ...
I'm getting an IllegalArgumentException because of a null URI host when attempting to authenitcate an OAuth JWT token with JwtAuthenticationProvider.jwtVerifier Caused by: ...