Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.16.0
Description
The SqlClientTest constructs a host:port pair with this:
InetSocketAddress.createUnresolved( SQL_GATEWAY_REST_ENDPOINT_EXTENSION.getTargetAddress(), SQL_GATEWAY_REST_ENDPOINT_EXTENSION.getTargetPort()) .toString()
This is unnecessarily complicated and fails on Java 17 because the toString representation is not guaranteed to return something of the form host:port.
Attachments
Issue Links
- links to