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 attributeobjectType
not supportedcacheRemove()
- Fourth attributeexact
not supportedcacheRegionExists()
(added for compatibility but deprecated) - Second attributepassword
added. Optional ifthis.webAdminPassword
value added toApplication.cfc
cacheGetProperties()
- ACF returns an array of structures when noregion
is provided and a structure when there is aregion
is given. Lucee returns an array of structures in all cases.