Cocoon 2.2 Migration Guide

Required

When migrating from earlier Cocoon releases to Cocoon 2.2, following steps must be performed:

  • TODO

Recommended

These steps are not required, but recommended when migrating to Cocoon 2.2. Following these steps will guarantee smooth migration to subsequent Cocoon releases.

  • Replace org.apache.avalon.framework.logger.AbstractLogEnabled with org.apache.cocoon.util.AbstractLogEnabled
  • Remove calls to LogEnabled.enableLogging(). When using new AbstractLogEnabled, this call is not needed anymore.

Blocks

Please see block specific migration documents for more details on specific blocks:

Comments (0)