-
Deprecated ClassesClassDescriptionAs of version 1.5.2 this class should no longer be used because it does not properly handle character encoding. Instead, use
ByteArrayOutputStream.toString(String)
.use XmlStreamReader
-
Deprecated FieldsFieldDescriptionUse
Commandline.setExecutable(String)
instead.UseOs
class instead.UseOs
class instead.use generic getCause() method
-
Deprecated MethodsMethodDescriptionUse
Commandline.createArg()
insteadUseCommandline.createArg(boolean)
insteadUseCommandLineUtils.quote(String)
instead.UseCommandLineUtils.toString(String[])
instead.UseCommandLineUtils.translateCommandline(String)
instead.Remove once backward compat with plexus-utils <= 1.4 is no longer a considerationinstead useDAG.getVertices()
Buffering streams is actively harmful! See the class description as to why. UseIOUtil.copy(InputStream, OutputStream)
instead.Use the genericgetCause()
method
String.getBytes(String)
into aByteArrayInputStream
.