| Class and Description | 
|---|
| org.codehaus.plexus.util.StringInputStream As of version 1.5.2 this class should no longer be used because it does not properly handle character
             encoding. Instead, wrap the output from  String.getBytes(String)into aByteArrayInputStream. | 
| org.codehaus.plexus.util.StringOutputStream As 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). | 
| org.codehaus.plexus.util.xml.XmlReader use XmlStreamReader | 
| Field and Description | 
|---|
| org.codehaus.plexus.util.xml.pull.XmlPullParserException.detail use generic getCause() method | 
| org.codehaus.plexus.util.cli.Commandline.executable Use  Commandline.setExecutable(String)instead. | 
| org.codehaus.plexus.util.cli.Commandline.OS_NAME Use  Osclass instead. | 
| org.codehaus.plexus.util.cli.Commandline.WINDOWS Use  Osclass instead. | 
Copyright © 2001–2017 Codehaus Plexus. All rights reserved.