I am using jersey for my project and tring to parse a URI from a string.
UriBuilder.fromUri(\"http://localhost:8000\").build();
The code is
org.glassfish.jersey.core jersey-common 2.26 test
I ran into issues with Java 8 and jersey-common 2.22.2 but 2.26 worked.