Whatever message this page gives is out now! Go check it out!
| Library | Previous version | New version |
| Tomcat | 9.0.74 | 9.0.78 |
| jackson-databind/jackson-mapper | 2.8.8 | 2.15.0 |
| netty (web sockets) | 3.5.8 | 3.9.9 |
| netty (cloud services) | 4.1.45 | 4.1.89 |
| cxf-core/cxf-rt-frontend-jaxrs/cxf-rt-rs-client | 3.0.16 | 4.0.1 |
| imageio-metadata | 3.3.2 | 3.9.4 |
| java-xmlbuilder | 1.1 | 1.3 |
| commons-fileupload | 1.4 | 1.5 |
| log4j | 2.17.2 | 2.20.0 |
| pebble | 2.5.0 | 3.2.1 |
| esapi.jar | 2.2.1.1 | 2.5.1.0 |
| jquery-ui | 1.13.1 | 1.13.2 |
| Bug ID | Description | Component |
| CF-4219159 | In this update, we’ve upgraded jackson-databind 2.9.8 to 2.15.0. The new version does not support POJO deserialization of java.time.*. The objects return NULL objects, which leads to data loss from awsdynamodb and azureservicebus. AWS Service Bus example: _SBClient = getCloudService(application.SBConstants.serviceBusCred, application.SBConstants.serviceBusConf) topicRef = _SBClient.getTopic(topicName) topicRuntimeInfo = _SBClient.getTopicRuntimeInfo(topicRef.getPath()) writedump(topicRuntimeInfo) | Cloud Services: Azure Service Bus |
| CF-4218099 | Even after you enable the option Preserve case for Struct keys for Serialization, ColdFusion ignores local scope in the CFCs. The following code produces {"AMOUNT":2000} as opposed to {"amount":2000}. local.body = {}; local.body.amount = 2000; writedump(serializeJSON(local.body));abort; | Language: Serialization |
| CF-4218035 | A Null Pointer Exception error occurs when checking if a directory exists in an AWS S3 bucket. The following code results in an NPE. <cfset srcdir = "s3://xxxxxxxxxxxx:xxxxxxxxxxxxxxx@s3loc"> <cfif !DirectoryExists("#srcdir#")> pass </cfif> | File Management: S3 |
| CF-4217651 | In a JEE configuration, you are unable to import a probe. To fix this, in this update, we've updated the command to: import probe probe.json jee.port=8080 jee.context=cfusion | Installation/Config: CFSetup |
| CF-4217635 | Coldfusion fails to load the custom Barcode font. | ColdFusion Package: Htmltopdf |
| CF-4216051 | After applying Update 5 to ColdFusion (2021 release), when generating a PDF using the CFHTMLTOPDF tag, the extended ASCII characters are returned with the wrong encoding when the CFHTMLTOPDF tag is within a CFC function. The encoding is correct when the tag appears on a regular CFM page. | Document Management: PDF Generation (CFHTML2PDF) |
| CF-4215887 | When deploying an archive (.car) file to a ColdFusion installation on a particular drive, the archive loads the datasources as expected. Still, it throws a Solr error because the archive searches for the settings in the incorrect drive. | Administrator: Archive |
| CF-4215789 | A CFML request using ormsearch fails without output or throws a ClassNotFound exception. As a workaround:
| ColdFusion Package: ORMSearch |
| CF-4218184 | The update mysql package description to specify that mysql package does not help you to create a MYSQL community datasource. | Database |
| CF-4218176 | We've updated the error message to reflect that a ColdFusion installation no longer includes the standalone MySQL JDBC driver. | Administrator |
| CF-4217838 | A cfquery statement can clear a temp table, perform an operation on the temp table, then clear it again, and return values in the Macromedia driver. The same is not replicated in the MS JDBC driver. | Database |
| CF-4215843 | After upgrading to MySQL 8, if you execute the custom tag cfdbinfo that contains a table with an underscore in the table's name, the execution fails. For example, the script below fails. <cfdbinfo datasource="#Datasource#" name="DBName" type="columns" table="table_groupOne" /> <cfdump var="#DBName#"> | Database |
| CF-4215129 | Sometimes, a SOAP webservice with cfinvoke or cfscript does not work as expected. | Web Services |
| CF-4211276 | After a ColdFusion migration, a few date functions started behaving unexpectedly. For example, the following function throws an error after migration. DateFormat(queryname.datecolumnname) throws "Error The value class java.time.LocalDateTime cannot be converted to a date." | Database |
| CF-4205971 | Sometimes, Apache behaves unexpectedly when a request takes longer than usual. As a workaround, update heartbeat_interval=0 or replace mod_jk.so using the instructions in this document. | Installation/Config: Connector |
| CF-4218758 | When you install ColdFusion (2023 release) silently on Windows with no MS VC++ pre-installed, you get the error message, VCRUNTIME140.dll was not found. | Installation/Config |
| CF-4218706 | The orm package stops working after an unknown amount of time. There is an error message that follows- org.hibernate.HibernateException not found by orm. | ColdFusion Package |
| CF-4218421 | When attempting to send email using SendGrid SMPTP server with TLS settings configured, ColdFusion throws an error message. | |
| CF-4218140 | On executing a query, ColdFusion sometimes throws the error, [Macromedia][SQLServer JDBC Driver]This driver is locked for use with embedded applications. | Database |
| CF-4216526 | An error occurs when you try to display the results of a stored procedure in PostgreSQL 13 using the cfprocresult tag. | Database |
| CF-4212837 | Executing the Docker image (public.ecr.aws/adobe/coldfusion:latest) with the environment variable (installModules="ajax") does not install the Ajax module. | CF Docker |
| CF-4212391 | CFReport does not work as expected after an update and throws an error. | CFReport |
| CF-4215586 | After you store an object that has a field in decimal in a Redis session, the object no longer exists on viewing the session scope. Only CFID, CFToken, sessionid, or urltoken exist in the session. | RedisSessionStorage |
| CF-4212860 | In the createDateTime function, ColdFusion does not validate the following string representations of the date February 29 during a leap year. An error message follows. "Sat Feb 29 17:00:00 AEDT 2020", "Mon Feb 29 17:00:00 AEDT 2016", or "Wed Feb 29 17:00:00 AEDT 2012" | DateTime functions |
| CF-4212735 | When you run wsconfig -ws apache -dir C:\Apache24\conf -bin C:\Apache24\bin\httpd.exe -v to create an Apache connector, the following error message appears: Could not determine Apache control script file. | Connector |
| CF-4218132 | The GraphQL package not installed error appears when using a datasource that is defined in Application.cfc. | GraphQL |