Migration How-To

This how-to lists the migration steps for moving between versions of Commons/Net.

NetComponents 1.3.8 to Commons/Net

This version is a drop in replacement for NetComponents. Only package names have changed.

  1. Change all occurances of com.oroinc.net.* to org.apache.commons.net.*
  2. Change all occurances of com.oroinc.io.* to org.apache.commons.net.io.*
  3. Change all occurances of com.oroinc.util.* to org.apache.commons.net.util.*