Changelogs updated to show the latest snapshots per version
The changelog now shows the latest snapshot per version Good for visibility during the RC process when we fix stuff between RCs https://download.lucee.org/changelog/?version=6.2 PS: The final RC for...
View ArticleLucee 6.2 and SOAP webservices
Hello to everyone. After I upgraded to Lucee 6.2.0.321 from version 5.4 calling a simple webservice in SOAP UI like: component { remote string function hello() { return "My response"; } } I found an...
View ArticleThe Service is Unavailable on only one or two sites
Running Lucee 6.2 on windows server 2022 with IIS in an EC2 instance. Apache Tomcat 9.0.62 Server java 23.0.2 2025-01-21 I am running over 100 websites through Lucee, single context. At random times,...
View ArticleLucee 6.2.1.112-RC Final Release Candidate
https://www.flickr.com/photos/nasahqphoto/54420490309/ Our final Release Candidate is up for 6.2.1 https://download.lucee.org/changelog/?version=6.2 Huge shout out to everyone who’s been testing and...
View ArticleLucee 6.2.0.321 missing org.apache.commons.net in version 3.3.0
I did a fresh manual install using Debian 12 with tomcat 10 and the full lucee-6.2.0.321.jar; the thing was up and running, but I noticed that the admin was extremely slow, each page taking anything...
View ArticleCftextarea - Rich text editor in Lucee?
I need a rich text editor to add to my form, but it looks like cftextarea did not make it over to Lucee. I don’t see any extensions either Does anybody have any suggestions? Preferably something...
View ArticleDemo: Rendering SVG using Batik with Lucee 6.2
Another quick demo of using the new Java Integration in Lucee 6.2 No more messing around with downloading jars and paths, just pure cfml! <cfscript> svgRender = new component javasettings='{...
View ArticleLucee 6.2.0.321 memory issues?
Hi, we’re experiencing some memory issues on our DEV-server. It was a fresh install from a Lucee 6 stable release, with the 5.4.x JAR as a base loader. I then upgraded to 6.2.0.321 and replaced the...
View ArticleCurrencyFormat puts parenthesis around negative numbers
Hi All, I have recently made a fresh install of Lucee 6.2 on a new server. Since then the function currencyformat displays all negative numbers with parenthesis no matter what locale I set. This can...
View ArticleAxis 1 Webservices Extension - 1.4.0.38 published
The 1.4.0.38-SNAPSHOT has been promoted to a stable release (i.e. no code changes) If you are using webservices with Lucee 6.2, you’ll need to update to this version, as well as the latest 6.2.1 RC...
View ArticleChart Extension 1.0.20.0-SNAPSHOT
I have just published the first feature update in a while to the Chart Extension. There’s also the 2 version which supports jakarta, but I can’t find the source for that at the moment… This is just a...
View ArticleLucee CVE-2024-55354 Security Advisory, April 2025
Impact Lucee is vulnerable to a protection mechanism failure that can let an attacker run code that would be expected to be blocked and access resources that would be expected to be protected. This...
View ArticleLucee Websockets Extension 3.0.0.17-SNAPSHOT
I’ve done some work on the websockets extension and it’s finally running for me on Lucee 6.2.1.112-RC Details in the ticket, plus a modified playground example to try it out (between different...
View ArticleUpgrade to 5.4.7.3 - lucee.runtime.tag.Admin.doGetSpoolerTasks NPE
Hi, Trying to upgrade to 5.4.7.3 from 5.4.3.16. On one Linux Tomcat9 server with a relatively fresh install, it works. On another with an installation that has probably been upgraded a few times in...
View ArticleLucee 5.4.7.3 mod proxy ajp/http
Hello! I’m planning to upgrade from 5.4.6.9 to 5.4.7.3 (+ connector and modcfml). and noticed the new version installs mod_proxy in httpd with ajp protocol for ProxyPassMatch and http for...
View ArticleImproving Lucee Exceptions / Developer Experience
Sometimes the exceptions Lucee throws are confusing or need more context Improving the developer experience with Lucee is an important focus for us, what else can we improve on? Improved Exceptions I...
View ArticleDownloads page, extensions now have links to docs, repo and issues
I’ve added links to the download page for extensions https://download.lucee.org/#ext An example: https://download.lucee.org/#8D7FB0DF-08BB-1589-FE3975678F07DB17...
View ArticleUsing Redis as a cache for Lucee
Redis is used a lot, especially by @micstriit so the Lucee support is actively maintained, the Lucee extension uses BSON for efficient storage but they did one of those licensing shifts, but there’s a...
View ArticleStreaming CFEXECUTE output and other enhancements for Lucee 7
I’ve been doing some work on CFEXECUTE for Lucee 7 https://luceeserver.atlassian.net/browse/LDEV-2015 add cfexecute onProgress, onError listeners to stream output and allow cancelling execution...
View ArticleDisable AI setup prompt in stack traces
Is there a way to make the “AI (Experimental)” prompt go away in all stack traces in Lucee 6.2+ ? We will never be sending our stack traces off site, so the prompt is just an annoying reminder to do...
View Article