mirror of
https://github.com/apache/maven.git
synced 2025-02-08 11:05:37 +00:00
DefaultJavaToolChain was the only way to access JDK toolchain javaHome parameter and was used by some clients, notably Tycho. The class is now marked as deprecated and clients are adviced to use JavaToolchainImpl instead. Signed-off-by: Igor Fedorenko <ifedorenko@apache.org>