On Thu, 20 Oct 2022 11:49:25 GMT, Daniel Fuchs <dfu...@openjdk.org> wrote:
>> Maybe, I should include the property that is used to locate the impl as >> first in the list and say the remaining properties apply to the default impl >> in the JDK? > > No. That property should probably be deprecated since there is a more modern > (ServiceLoader based) alternative implemented. But you could refer to the > `@uses com.sun.net.httpserver.spi.HttpServerProvider` service. I don't mind leaving it out for now. It's of less general interest than the others, but is documented in the SPI apidocs. ------------- PR: https://git.openjdk.org/jdk/pull/10766