September 24, 2019
ColdFusion (2018 release) Update 5 and ColdFusion (2016 release) Update 12 released
Comments
(95)
September 24, 2019
ColdFusion (2018 release) Update 5 and ColdFusion (2016 release) Update 12 released
Staff 45 posts
Followers: 37 people
(95)

We are pleased to announce that we have released the updates for the following ColdFusion versions:

IMPORTANT:

If you are updating the 2016 and 2018 releases of ColdFusion to updates 12 and 5 respectively via the ColdFusion Administrator, ensure that Update 4 of ColdFusion (2018 release) and Update 11 of ColdFusion (2016 release) are installed.

These are mandatory pre-requisites before updating.

The following are links to the tech notes for each update:

The releases address security vulnerabilities, which are documented in the bulletin APSB19-47.

The following are the highlights of these updates. For more information, we recommend you to see the tech notes.

  • Language enhancements – New Query, Array, and Struct functions, and other changes.
  • Arrow functions – Write functions using the Arrow operator.
  • Regex – Use Java as Regex engines for your regular expressions.
  • ColdFusion Administrator – Server and application setting, useJavaAsRegexEngine.
  • Server Auto-Lockdown – There is a new installer for Solaris OS.
  • Application server support – Updated versions of WildFly and Tomcat are supported.
  • OEM upgrades – Updated versions of JDK, ZingChart, MySQL, etc. are supported.
  • OS support – Updated versions of RHEL, Ubuntu, and CentOS are supported.

Also, for the security fixes to take effect, we recommend users to be on the latest JDK/update level.

For a list of the bugs fixed in these updates, see the following:

Please update your ColdFusion versions today. Let us know if you face any issues while installing the updates. Your feedback is essential to further enhancing the product.

We thank you for your continuing support.

95 Comments
Dec 2, 2019
Dec 2, 2019

Added https://tracker.adobe.com/#/view/CF-4206219, CFwindow appears off-screen when using center=”true” on long pages.

Like
()
Nov 19, 2019
Nov 19, 2019

I love the new arrow functions, however they break parsing of a cfc in ColdFusion Builder (currently Build 313943). THey get flagged as an “Invalid Token” and this breaks Outline View completely.

Like
()
(1)
Oct 24, 2019
Oct 24, 2019

In a response to an open ticket (https://tracker.adobe.com/#/view/CF-4205271) regarding Server responsiveness (or lack thereof) after applying Patch 5 for CF 2018, it is suggested to have the client do the following:

Vikram,

Can you pls ask the customer to try using the following flag in JVM config

-Dcoldfusion.http.usepooling=false

Comment by Piyush K.

 Two questions:

  1. Is this suggestion applicable to 2016 Patch 12 as well?
  2. What is the implication of applying this to a server?  Seems dangerous and can’t find anything on the web about that particular setting.
Like
()
(3)
Add Comment