Draft JEP: 8263693: InetAddress host name and address lookup service provider interface

2021-07-22 Thread Aleksei Efimov
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:    

Integrated: 8270286: com.sun.net.httpserver.spi.HttpServerProvider: remove use of deprecated API

2021-07-22 Thread Julia Boes
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:

Re: RFR: 8260265: UTF-8 by Default [v6]

2021-07-22 Thread Alan Bateman
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