You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Robert Scholte <rf...@apache.org> on 2016/10/06 18:24:07 UTC

OpenJDK: RFR: 8159855: Create an SPI for tools

FYI, see  
http://mail.openjdk.java.net/pipermail/core-libs-dev/2016-October/043945.html  
and the rest of the thread.

bq.
Core-libs folk,

Please review the following change to add a new service provider class
      java.util.spi.ToolProvider

which can be used provide simple "command-line" access to select JDK
tools, without starting a new JVM.

The following tools are updated to provide access through the new SPI:
      javac, javadoc, javap, jdeps

It is expected that additional tools will also be updated to provide  
access,
but that will be done separately.

Compiler-dev folk may wish to review the changes to the langtools
repository.

JBS: https://bugs.openjdk.java.net/browse/JDK-8159855
Webrev: http://cr.openjdk.java.net/~jjg/8159855/webrev.03/
API:
http://cr.openjdk.java.net/~jjg/8159855/api.02/java/util/spi/ToolProvider.html

-- Jon

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org