Improving AI code for LLM trainng for quality coding
Just a note to keep feeding quality sources to AI engines to improve code suggestions as a lot of cfml code suggestions atm are coming from (from what i can see) node, java, and other similar...
View ArticleAI Code Generation In Vscode / AI
Do people have sets of code generation instructions for AI that they use: I’ve been using claude 3.7 sonnet thinking quite successfully after setting up definitions for framworks etc. Of course I’m...
View ArticleLucee 7 is still in Beta, please ignore the accidental 7.0.0.202 release
I accidently published a stable build of 7, it has been hidden from Downloads, the update provider, Changelog and Forgebox / Commandbox and no announcement here. please ignore it. 7 is very much still...
View ArticleLucee Extensions and 'updates available'
Just wondering if someone can look at the versioning system for extensions. I’m getting update notiifcations in the admin for extensions that are minimum v7.0 when I have 6… (I’d use 7 if all my dev...
View ArticleIssues upgrading to 7 from 6
What are the upgrade issues above that require a clean install. On win11 having issues upgradeing from 6 to 7, and occasionally have same issue in 6 versions for upgrading and had to uninstall and...
View ArticleDeploying to Docker - .CFConfig and .jar files?
I’m having difficulty copying my .CFConfig.json and required .jar files over to an official Lucee docker image (lucee/lucee:6.2.1.122-nginx) so they can be used in Lucee for my application. Copying...
View ArticleQuery Listener priority - datasource not found
We have a multi-tenant app where each tenant is a separate database. We’re trying to containerize our app and while we can load the known datasources on server startup, we need a way to add...
View ArticleOut of the ODIN-ary
I’ve been playing with ODIN, a (relatively) new C-like language designed for building games. It’s a statically typed compiled language with absolutely nothing in common with Lucee other than the most...
View ArticleMyth busting Boxlang benchmark claim
The Boxlang team posted this graphic today claiming BoxLang was the fastest You’ll note they are comparing against Lucee 5 which struck me as a little bit odd, apparently there are compatibility...
View ArticleCFChart - allow "javascript:" in the url attribute
Would it be possible to get the url attribute enhanced to match the flexibility in ACF? In ACF, you can call a javascript function from the url attribute in lieu of a strict http/https location. As a...
View ArticleRedis Extension requires the S3 extension but shouldn't
When installing the Redis extension using the LUCEE_EXTENSIONS env variable, it fails to install Redis if we don’t also include the S3 extension (2.0.2.19). The other extensions install fine, just the...
View ArticlePathInfoParserFilter - A Tomcat 11+ filter for "path info" style URIs with Lucee
I’ve release a new lightweight filter for Jakarta-based versions of Tomcat to support “path info” type URIs in your CFML-based application: github.com GitHub - dswitzer/PathInfoParserFilter: A filter...
View ArticleLucee's createDynamicProxy() requiring "Webservice Engine"
I’ve had a weird issue when testing Lucee 6.2.1.122 with functionality that uses the createDynamicProxy() function. I cannot recreate the problem consistently. Sometimes after a fresh install of Lucee...
View ArticleIIS Boncode working but receiving 403 error from tomcat
I used the windows installer and setup a new instance and configured it with boncode ajp. I am getting 403 errors from tomcat but only when the request goes through IIS. I set full permission for...
View ArticleError when upgrading from Lucee 6.0.3.1 to 6.1.1.118
Upgraded from Lucee Version: 6.0.3.1 to 6.1.1.118 (Java: 11.0.27, Tomcat: 9.0.99, IIS 10) and received the error below. My websites still work Ok but I cannot access the Lucee Admin as I get the same...
View Article.cfs support via installer
I am starting to use .cfs files with Lucee 6 now (6.2.1.122), after a fresh install to update Tomcat as well. I had to change my web.xml settings, but I expected that this “*.cfs” configuration would...
View ArticleTable rendering fixed on docs
Solved with some lovely simply java integration with 6.2! docs.lucee.org Scopes :: Lucee Documentation local, arguments, query, variables, this, cgi, cffile, url, form, cookie, client, thread, caller,...
View ArticleFileInfo vs GetFileInfo
I’m blown away how I never noticed this until today, and now I’m curious enough to ask … Why was FileInfo() introduced in Lucee 5 in addition to the original GetFileInfo()? docs.lucee.org File...
View ArticleBug? Can't change request timeout in url setting with 6.2.1.122
I had to reinstall Lucee and went with 6.2.1.122. I have some pages that need a long time to load but it’s timing out at 50 seconds which is default. When I try to change it, and/or change the box...
View ArticlePersistent cookies broken in Cloudflare
I ran into an issue recently where I noticed that the “remember-me” cookie in Preside was only being saved in the browser as a session cookie. After a lot of head scratching and experimentation, I...
View Article