[
https://issues.apache.org/jira/browse/TINKERPOP-1902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stephen mallette updated TINKERPOP-1902:
----------------------------------------
Labels: breaking (was: )
This appears that it might be more intrusive than it appears and causes some
breaks because of changes to public classes/methods (not that anyone should be
using those, but still...)
I also noticed that the URI does kinda get used in the {{Connection}} class
which grabs the host/port from it when establishing the channel.
> Remove URI class usage in java driver
> -------------------------------------
>
> Key: TINKERPOP-1902
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1902
> Project: TinkerPop
> Issue Type: Improvement
> Components: driver
> Affects Versions: 3.2.7
> Reporter: stephen mallette
> Assignee: stephen mallette
> Priority: Minor
> Labels: breaking
>
> The driver class makes use of the URI class for no other reason (that I can
> tell/recall) beyond basic validation. Unfortunately the URI class doesn't
> parse host names that include underscores very well which can cause problems
> in docker usage. I think we can safely remove that.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)