Migrating from ColdFusion to Lucee

I'm currently working on a project to migrate a mature Aodobe ColdFusion 11 suite of applications to Lucee 5 and wanted to record my experiences.

Unsupported Attributes

Tags

  • <cfquery> - cacheid

Functions

  • cacheGetMetaData() - Second attribute objectType not supported
  • cacheRemove() - Fourth attribute exact not supported
  • cacheRegionExists() (added for compatibility but deprecated) - Second attribute password added. Optional if this.webAdminPassword value added to Application.cfc
  • cacheGetProperties() - ACF returns an array of structures when no region is provided and a structure when there is a region is given. Lucee returns an array of structures in all cases.