RFR: 8277459: Add jwebserver tool [v2]
Daniel Fuchs
dfuchs at openjdk.java.net
Wed Nov 24 17:22:04 UTC 2021
On Wed, 24 Nov 2021 17:15:35 GMT, Julia Boes <jboes at openjdk.org> wrote:
>> This change introduces jwebserver, a dedicated JDK tool for the Simple Web Server.
>>
>> A description is provided in a follow-up comment.
>
> Julia Boes has updated the pull request incrementally with one additional commit since the last revision:
>
> address PR comments:
> * update module and package summary
> * add -version / --version option to usage
> * fix markdown formatting
src/jdk.httpserver/share/classes/module-info.java line 39:
> 37: * <p>The {@link com.sun.net.httpserver.spi} package specifies a Service Provider
> 38: * Interface (SPI) for locating HTTP server implementations based on the
> 39: * com.sun.net.httpserver API.
Nit: maybe this should be ` * {@code com.sun.net.httpserver} API.`
-------------
PR: https://git.openjdk.java.net/jdk/pull/6497
More information about the build-dev
mailing list