

ColdFusion Summit 2018 would be held at Hard Rock Hotel and Casino, Las Vegas, Nevada from Oct 1st – 3rd. The Pre-Conference Sessions would be held on Oct 1st followed by the Full Conference on Oct 2nd and 3rd. Register Now to take advantage of the Early bird offer. All the workshops are full day BYOD hands on labs and would be a great learning opportunity. Below is a summary of the workshops: Pre-conference Session 1: Troubleshooting Common CF Challenges […]
Hi all, Aether has 3 typed-array creation syntaxes: 1) ArrayNew(dataType=____) 2) [dataType][] 3) ArrayNew[dataType](params) Long-time community ask is for method invocation syntax object[method](params). See its conflict w/ #3? Lucee isn’t implementing #3 b/c it conflicts w/ their object[method](params) support. Proposal: A) Remove #3 or B ) replace it w/ ArrayNew(dimension[, dataType]) Possible conflicts: 1) ArrayNew(dimension[, dataType]) conflicts w/ ArrayNew(dimension[, isSynchronized]) if dataType is a CFC named true.cfc or no.cfc, for example 2) object[method](params) conflicts w/ ArrayNew[dataType](params) if object is a […]
Ray Camden’s wife Jeanne who died suddenly on May 23rd, 2018. Ray has been known in the ColdFusion world as cfjedimaster for many years. I felt sad reading this devastating news. Losing a life partner is hard. It sucks, actually. I lost my life partner, Liz, in 1993 from cancer. I was depressed for at least 9 months afterwards. Just going through the motions of going to work, eating, watching TV and sleeping. It took me years to process it […]
We are pleased to announce refreshed installers for Windows for ColdFusion (2018 release) Public Beta. This update follows the last Public Beta released on April 2018. See the release notes here. This update contains the following: Auto-discovery of nodes in Performance Monitoring Toolset Updated text in Server Lockdown installer screens More than 120 bug fixes For more information, see the blog, Adobe ColdFusion (2018 Release) Public Beta.
Type checking cannot be trusted. Repro: <cfscript> function f1(numeric myNumeric) { return min(myNumeric, 1); } function f2(numeric myNumeric) { return myNumeric.min(1); } </cfscript> <cfscript> function f3(date myDate) { return dateAadd(“d”, 1, myDate); } function f4(date myDate) { return myDate.add(“d”, 1); } </cfscript> I can break someone’s f2 by passing a date to the numeric argument. I can break someone’s f4 by passing a numeric to the date argument. Look at f1 vs f2 and f3 vs f4. See the only […]
Hi Adobe, We need a way to subscribe to the Known Issues tickets. That’s currently complicated due to the Known Issues doc not listing ticket numbers. Question: If some of those are internal tickets, then can they please be copied to Tracker? And the doc updated to list a ticket# for each? A list of “Thing X does Y instead of Z” isn’t so useful when we want: 1) To know what is the repro case 2) To vote on […]
Hi Adobe, Could someone please explain the “Resources” icon at top-right of CF Admin? Clicking it returns us to CF Admin’s home screen, which raises questions: 1) Why does the tooltip say “Resources” instead of “Home”? 2) Why does the icon look nothing like a typical “Home” icon? 3) Why is it placed obscurely at the top-right between the Search & Info icons? I think that icon can be removed, since clicking the CF logo & “Adobe ColdFusion 2018 Administrator” […]
Hi Adobe, Could we please have a discussion about what the literal syntax would look like for sorted struct before its implemented? Related ticket: https://tracker.adobe.com/#/view/CF-4152476 Thanks!, -Aaron
Hi Adobe, Why is interface fulfillment check done at runtime instead of compile time? Thanks!, -Aaron
There is still time to join me at #AdobeIMMERSE’18 for over 90 live sessions to dive into working with #Adobe Enterprise Solutions including #AdobeCloudPlatform, #AEM #AdobeI/O #AdobeSensei #ColdFusion and MORE. Get your ticket at https://adobe.ly/2JE4RWz use Code He7B52 to Save $$
Hey, did you know that the Adobe Immerse ’18 online conference next week will have 16 CF sessions? For more, including the topic titles/descriptions and presenters, see my blog entry just posted. There will be sessions on CF2018 and also on topics relevant to those on older versions (and about 75 other non-CF sessions on other Adobe enterprise products). The sessions will all be recorded, available exclusively to those who register (only $75) for the next year (when they will be […]
The CFSummit East conference we announced the availability of ColdFusion Fiddle, available at https://cffiddle.org/ We realize that many of you were waiting to get access to this from the time we announced. A huge thanks to Pete Freitag from Foundeo who is responsible for making this project live. Create your first fiddle project, share it with others, explore and have fun! We look forward to hearing your feedback.