Lucee 6.2.0.321 Stable Released

The Lucee Team is proud to announce our latest stable release 6.2.0.321

You can find the full changelogs on our new changelog pages https://download.lucee.org/changelog/?version=6.2

There a few potential minor breaking changes

There are a few new functions

Plus a whole new range of Java integration which @micstriit has shared previously

Check out the recipes on

Jakarta Support

Lucee 6.2 now supports both Jakarta and Javax namespaces.

What does that mean, I’m a cfml dev???. Basically Tomcat 9 uses javax, while Tomcat 10.1 uses Jakarta, same goes for undertow etc etc.

Java 21 is our new base line, Java 11 still works, but Java 8 is no longer an option. Java 21 is so much faster and tends to use much less memory, try it out.

You can still just update in place as usual via the admin, as long as you are running Java 11 or later.

Lucee Testlab

Part of reason we took so longer to get 6.2 out was we did a lot of performance bechmarking and we found range of regressions, some due to us, some due to Java changes.

We can happily say that 6.2 easily beats (or equals) all previous versions of Lucee!

You can see more benchmarks on Github Actions

Please support the ongoing development of Lucee

7 Likes

One of my favourite little features is the ability to force all the logs to the console via an ENV var

Allow overriding log defaults, i.e. force logs to console, great for docker

i.e. the following configuration will log all lucee logs out to the console, which is great for docker

set lucee_logging_force_level=trace
set lucee_logging_force_appender=console

1 Like

@Zackster there is no way I can click a million of likes of your first post back again! Goodness!!! Really nice seeing you back again around!

4 Likes

Agreed! Welcome back @Zackster

Already updated and running smoothly since Thursday
Tank you @Zackster
Happy to find a message from you

1 Like