Describe the bug
Actian (formerly Ingres) JDBC ports are alphanumeric instead of Integers so ConnectionMetaData. parseAuthority() is throwing a NumberFormatException on line 546.
Steps to reproduce
Using Actian JDBC driver to an Actian db on standard ports like "II7"
Expected behavior
HostPort class accepts String ports
or provide config option to exclude collecting this info (since Actian is a small target to make this change for)