Migration How-To
This how-to lists the migration steps for moving between versions of Commons/Net.
Commons/Net 1.4.x to Commons/Net 2.0
This version requires a JDK 5.0+ runtime. It has also been tested on JDK 6.0. There should
be no changes required to existing client code.
NetComponents 1.3.8 to Commons/Net
This version is a drop in replacement for NetComponents. Only package names have changed.
- Change all occurances of com.oroinc.net.* to org.apache.commons.net.*
- Change all occurances of com.oroinc.io.* to org.apache.commons.net.io.*
- Change all occurances of com.oroinc.util.* to org.apache.commons.net.util.*