The following reproducer:
public static void main(String[] args) {
System.out.println("URI: " + resolveUri(URI.create("https://example.com/some"), "/path").toString());
}
prints
while it should be
https://example.com/some/path
This affects usages of HttpClientSseClientTransport and HttpClientStreamableHttpTransport with base
It's not used for WebClient-based transports which are free from this defect.
java-sdk version: 0.16.0