Quantcast
Channel: Lucee Dev - Latest topics
Browsing latest articles
Browse All 418 View Live

Possible bug with LUCEE_INSPECT_TEMPLATE

I’m spinning up a server with the env variable LUCEE_INSPECT_TEMPLATE set to “never”, but the templates are being inspected. It doesn’t seem like any setting I set is being picked up. Very simple...

View Article


Datasource validation logging

We’re defining our datasources in Application.cfc, with the validate setting set to false. With debug logging on during development, I’ve noticed the following quite regularly, even when queries...

View Article


Setting an unencrypted admin password via CFConfig

I’m not sure if I should comment here or the ticket because it is tangentially related. What about the LUCEE_ADMIN_PASSWORD env variable? Having LUCEE_ADMIN_PASSWORD set in an .env file doesn’t get...

View Article

Image may be NSFW.
Clik here to view.

Single Mode Test Suite

A few people have report they are having problems with adopting single mode docs.lucee.org Single Mode vs Multi Mode :: Lucee Documentation Understanding the differences between single mode and multi...

View Article

Image may be NSFW.
Clik here to view.

Defaulting to only looking for Application.cfc in Lucee 7

Just been chatting with @micstriit, he has proposed the question, could we move to only supporting Application.cfc by default? The old default setting “mixed” would of course be available, but for 99%...

View Article


toScript forcing all lowercase on a struct

Is there a setting I am missing the the control panel that keeps structure case with the toScript function? I have already checked the box> Language/Compiler>Key Case. And that works for a...

View Article

Expired Database sessions not being purged WORKAROUND

I finally figured out why some database session storage don’t get purged Turns out as configured and due to the nature of how application scopes work, Lucee currently will only purge the...

View Article

Issue with AWS Java SDK v2 and Lucee 6

We’re using the AWS Java SDK v2 and are seeing a difference in behavior between Lucee 5 and Lucee 6. It was working on the lambdacfc project where I noticed this issue. Here’s a stripped down repro...

View Article


Image may be NSFW.
Clik here to view.

Initial Java 24 / Lucee 7.0 benchmarks

github.com Update benchmark.yml Benchmarking: 25k rounds, distro temurin, exeLog: none #284 1 post - 1 participant Read full topic

View Article


MailWatcher Gatway - update from POP to add IMAP

Just wondering if in lucee 6/7 we could update the mailwatcher component to imap considering a lot of mail servers are no longer offering pop out of the box and imap seems to be the current standard....

View Article

Image may be NSFW.
Clik here to view.

Lucee 7.0.0.165-BETA

The Lucee Team is proud to announce our first Lucee 7 beta Lucee 7 is Jakarta based Lucee 7 is Jakarta based, therefore, so Tomcat 9.0 will work, but requires the Jakarta jars to be added. A new Lucee...

View Article

Image may be NSFW.
Clik here to view.

CFCAMP 2025, May 22nd & 23rd, Munich, Germany

CFCAMP is coming up soon! Lucee sessions include cfcamp.org lucee.ai - AI Integration with Lucee 7 Explore how to harness AI with Lucee 7! Integrate leading AI services like ChatGPT, Gemini, and...

View Article

Image may be NSFW.
Clik here to view.

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 Article


Lucee 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 Article

The 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 Article


Image may be NSFW.
Clik here to view.

Lucee 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 Article

Lucee 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 Article


Image may be NSFW.
Clik here to view.

Cftextarea - 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 Article

Image may be NSFW.
Clik here to view.

Demo: 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 Article

Image may be NSFW.
Clik here to view.

Lucee 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 Article

CurrencyFormat 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 Article


Image may be NSFW.
Clik here to view.

Axis 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 Article


Image may be NSFW.
Clik here to view.

Chart 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 Article

Image may be NSFW.
Clik here to view.

Lucee 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 Article

Image may be NSFW.
Clik here to view.

Lucee 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 Article


Upgrade 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 Article

Lucee 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 Article

Image may be NSFW.
Clik here to view.

Improving 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 Article

Image may be NSFW.
Clik here to view.

Downloads 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 Article



Image may be NSFW.
Clik here to view.

Using 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 Article
Browsing latest articles
Browse All 418 View Live