Issues
- ArraySlice cast exception with argumentsLDEV-5419Michael Offner
- Different output for fileOpen() between ACF & Lucee 6LDEV-5414Resolved issue: LDEV-5414Pothys - MitrahSoft
- regression: getMetadata Return No Longer Returns name for structs and arraysLDEV-5381Resolved issue: LDEV-5381Pothys - MitrahSoft
- regression ExpandPath("*.*") throws an exceptionLDEV-5359Zac Spitzer
- add support for useCustomSerializer to deserializeJson/SerializeJsonLDEV-5309
- Fix CFHTTP url (re)-encoding problemsLDEV-5171
- add support for final argumentsLDEV-5066
- ArrayContains() incompatibility with ACFLDEV-5062Pothys - MitrahSoft
- QoQ doesn't handle | and * correctly in LIKE expressionsLDEV-4829Resolved issue: LDEV-4829Pothys - MitrahSoft
- ACF uses dimensions for ArrayNew, Lucee uses dimensionLDEV-4822Resolved issue: LDEV-4822Pothys - MitrahSoft
- ACF returns a text sorted StructKeyList() / cfloop collection for unordered structsLDEV-4725Michael Offner
- isClosure Returns `false` on Arrow FunctionsLDEV-4709
- Integer division rounds integers unexpectedlyLDEV-4668
- Problem in argument scope variable when nullsupport=trueLDEV-4656Michael Offner
- ListFirst() function not compat with acfLDEV-4596
- applicationStop(). should close ORM sessionsLDEV-4520Michael Offner
- sessionCookie settings missing from getApplicationMetadataLDEV-4515Resolved issue: LDEV-4515Pothys - MitrahSoft
- Implicit case sensitive structure notationLDEV-4505
- `Struct.find` should support a callback as the first arguments, as per CFLDEV-4495Michael Offner
- `priority` not implemented on `<cfmail>`LDEV-4493Resolved issue: LDEV-4493Zac Spitzer
- Protocol Buffer support - serializeProtoBuf() & deserializeProtoBuf()LDEV-4488
- avro support, serializeAvro() & deSerializeAvro()LDEV-4487
- Incompatibility - imageAddBorder() didn't throw an error with a negative value of the thickness argumentLDEV-4460Michael Offner
- Incompatibility - ReplaceNoCase() doesn't support start argumentLDEV-4454Michael Offner
- ImageOverlay is missing rule and alpha argumentsLDEV-4453Michael Offner
- NumberFormat rounding decimal places differentlyLDEV-4439Resolved issue: LDEV-4439Michael Offner
- cfheader & cfparam tag with end tag throws errorLDEV-4428Resolved issue: LDEV-4428Pothys - MitrahSoft
- Lucee 6 breaks structDelete() with indicateNotExisting: trueLDEV-4423Resolved issue: LDEV-4423Pothys - MitrahSoft
- ObjectEquals false positive on array of arraysLDEV-4414Resolved issue: LDEV-4414Michael Offner
- stop queryparam casting empty string values to null, except for varcharLDEV-4410Resolved issue: LDEV-4410Pothys - MitrahSoft
- runAsync isn't very async compared to ACFLDEV-4398Michael Offner
- directoryList() - UDF filter arguments incompatibility with ACFLDEV-4393Resolved issue: LDEV-4393Pothys - MitrahSoft
- Lucee parses empty WDDX differently than AdobeLDEV-4392Resolved issue: LDEV-4392Pothys - MitrahSoft
- Support String array notations with ranges like AdobeLDEV-4374Michael Offner
- Negative indices on strings do not work in luceeLDEV-4373Michael Offner
- Lucee doesn't support array slice syntax like AdobeLDEV-4372Resolved issue: LDEV-4372
- Support Adobe typed array syntaxLDEV-4370Michael Offner
- CFParam treats a default value of "NULL" as a null valueLDEV-4363Resolved issue: LDEV-4363Pothys - MitrahSoft
- CFHTTP doesn't treat file attribute the same as AdobeLDEV-4357Michael Offner
- FileWriteLine uses wrong line seperator on windowsLDEV-4332Resolved issue: LDEV-4332
- application strictNumberValidation = (true / false)LDEV-4317
- support ram drive config / inMemoryFileSystem per application and limitsLDEV-4316
- cookies expires timestamps are in UTC not GMTLDEV-4314
- lsisdate('1999-12-31','english (uk)') returns ‘false’LDEV-4305Resolved issue: LDEV-4305Michael Offner
- QoQ support HAVING clause in non-grouped aggregate selectLDEV-4300Brad Wood
- typed ArrayNew argument names not consistent with ACF and implementation inconsistentLDEV-4271Resolved issue: LDEV-4271Michael Offner
- Incompatibility - cfpdf action="addwatermark" with text attribute doesn't workLDEV-4270Michael Offner
- CFML parsing bug with `continue`LDEV-4268Michael Offner
- add support for ACF java integration syntaxLDEV-4267
- script "break" requires semicolon in Lucee, but not AdobeLDEV-4250Michael Offner
50 of 356
by default only look for Application.cfc
Won't Fix
Description
Attachments
1
relates to
Details
Assignee
Michael OffnerMichael OffnerReporter
Michael OffnerMichael OffnerNew Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
Priority
New
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Michael Offner
Michael OffnerNew Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
Priority
Created 22 July 2024 at 09:03
Updated 29 March 2025 at 08:19
Resolved 29 March 2025 at 08:19
Activity
Show:
Zac Spitzer29 March 2025 at 08:18
So, we did some benchmarking around this change and found the gain was minimal, partly due to some additional caching added in 5.3.8,
There is a 20s cache for these lookups
https://docs.lucee.org/reference/functions/applicationpathcacheclear.html
As seen under Settings - Performance/Caching
So we have reverted this change
Zac Spitzer27 March 2025 at 10:04Edited
not working with 7.0.0.151, fresh express, this is what I see in my CFConfig.json
when that’s fixed, this will fail and needs updating
https://github.com/lucee/Lucee/blob/7.0/test/tickets/LDEV5442.cfc#L12
Michael Offner25 March 2025 at 09:13
Michael Offner25 March 2025 at 09:06
you can already do
to get the old behaviour
Proposal raised