Copy link to clipboard
Copied
We would like to inform users that certain previously deprecated features and associated dependencies will be removed in the next bug fix update. This is part of our efforts to enhance security, performance, and modernization.
History
We previously announced the removal of deprecated features before ColdFusion 2025's release. See the following for more information:
What will be removed in the next bug fix update*
Feature |
ColdFusion 2025 |
ColdFusion 2023 |
ColdFusion 2021 |
COM/DCOM |
Removed |
Will be removed in the next bug fix update. |
Will be removed in the next bug fix update. |
Axis1 |
Removed |
Will be removed in the next bug fix update. |
Will be removed in the next bug fix update. |
* Tentatively planned for Q1, 2026
Axis1
The web service versioning when set to WSVersion = 1 will no longer be supported in future releases. This change is aligned with the removal of support for Apache Axis 1.x, which has limited usage now.
See CreateObject webservice documentation for more information on creating a web service object in ColdFusion.
Rich text editor support
We are currently assessing phasing out rich text editor feature, through the cftextarea tag, provided by CKEditor. This evaluation aligns with our broader efforts to modernize the ColdFusion platform and further improve security and performance.
If your applications use a rich text editor through the cftextarea tag (see code below), either directly or through embedded functionality, we welcome your feedback to help us assess the potential impact.
Share your inputs with us at cf-deprecation@adobe.com
<cfform name="myForm">
<cftextarea name="x" richtext="yes">
some content
</cftextarea>
</cfform>
SharePoint integration
The removal of support for Axis1.x and the associated security concerns also impacts the ColdFusion SharePoint integration. This integration has supported on-premises services provided by SharePoint.
The future development of SharePoint will primarily focus on online services. As a result, we are considering deprecating the SharePoint On-Premises Services integration. If this impacts your applications, please share your inputs with us at cf-deprecation@adobe.com.
For more information on the ColdFusion SharePoint integration feature, refer to the documentation on SharePoint with ColdFusion.
Reason for deprecation
The main reasons for deprecating these features are as follows:
Next steps
We encourage all users to review their applications and plan for these upcoming changes. Should you have any questions, concerns, or require assistance during this transition, please do not hesitate to contact us at cf-deprecation@adobe.com.
We appreciate your continued support as we evolve ColdFusion to meet modern development needs.
Have something to add?
Find more inspiration, events, and resources on the new Adobe Community
Explore Now