pfirmstone / JGDMS

Infrastructure for providing secured micro services, that are dynamically discoverable and searchable over ipv6 networks
https://pfirmstone.github.io/JGDMS/
Apache License 2.0
14 stars 4 forks source link

Investigate the use of URL non parsing constructor for Uri to URL conversion #156

Closed pfirmstone closed 1 year ago

pfirmstone commented 1 year ago

Is your feature request related to a problem? Please describe. OpenJDK is investigating removing public constructors for java.net.URL Refer to RFR 8294241. Currently Uri uses a parsing constructor, which causes a Uri string to be parsed twice.

Describe the solution you'd like Utilise another non parsing URL constructor method.