Affects: 6.0.2
For code:
@HttpExchange(value = "uaa")
public interface UaaClient {
@GetExchange("/passport/{identifier}")
String passport(URI uri, @PathVariable("identifier") String identifier);
}
The requestValues.setUri method in UrlArgumentResolver will set the uriTemplate to null, causing the request to fail.
Comment From: rstoyanchev
Thanks for the report. This should be fixed with the above commit.