On Wed, 21 Jul 2021 17:34:15 GMT, Naoto Sato wrote:
>> This is an implementation for the `JEP 400: UTF-8 by Default`. The gist of
>> the changes is `Charset.defaultCharset()` returning `UTF-8` and
>> `file.encoding` system property being added in the spec, but another notable
>> modification i
On Thu, 15 Jul 2021 09:24:17 GMT, Julia Boes wrote:
> This is a cleanup fix that replaces the deprecated method
> `Class::newInstance()` with `cls.getDeclaredConstructor().newInstance()` when
> loading the provider.
This pull request has now been integrated.
Changeset: 50bb7313
Author:Jul
Hi,
For some time now we've been considering adding a standard service
provider interface for InetAddress APIs that will allow deployment of
alternative implementations of the underlying host name and address
resolution mechanisms.
After some prototyping work we have a draft JEP written: