Contents
-
Terminally Deprecated Elements
Not supported anymore. The reuse of
JavaFileManager
instance is plugin implementation details.
This parameter is no longer used by the underlying compilers.
Ignored because java.lang.Compiler
has been deprecated and removed from the JDK.
Ignored because the compiler plugin now always use the javax.tools
API.
This property is ignored.
Bundling many class files into a single file should be done by other plugins.
Not used by the compiler plugin since it does not generate archive.
-
Deprecated Fields
Replaced by ordinary dependencies with <type>
element
set to proc
, classpath-proc
or modular-proc
.
Not supported anymore. The reuse of
JavaFileManager
instance is plugin implementation details.
This parameter is no longer used by the underlying compilers.
Ignored because java.lang.Compiler
has been deprecated and removed from the JDK.
Ignored because the compiler plugin now always use the javax.tools
API.
This property is ignored.
Bundling many class files into a single file should be done by other plugins.
Not used by the compiler plugin since it does not generate archive.
Replaced by specifying the release version together with the source directory.
Use "claspath-jar"
dependency type instead, and avoid module-info.java
in tests.
-
Deprecated Methods
For compatibility with the previous way to build multi-releases JAR file.