Lucee 7.0.0.395 stable released

The Lucee Team is proud to announce our latest major release 7.0

Lucee 7.0 is faster at runtime and deploying, with improved AI and Java integration, removes multi mode and switches to being a native Jakarta Servlet application.

Lucee 7 is a major release, you won’t be able to just update via the admin, due to some major changes (Lucee loader 7.0 and moving to Jakarta), we recommend doing a fresh install.

Changelogs

Breaking Changes

Known Issues

We will be doing a quick 7.0.1 follow up release based on feedback addressing any issues found, so please try it out and let us know if you find any problems

You can see on the 7.0.1 change log what we have already found and addressed in 7.0.1 so far

Supporting Lucee

Firstly, a big thank you to all of our supporters, you make this project possible!

Does your company use Lucee as a platform? How about asking them to support Open Source software.

19 Likes

Congratulations! I’ll talk to the team to see if we can try it out internally. I’m personally curious to see what the AST functions show us (just for funzies).

5 Likes

Hey Ben, I tried that new AST function, and yes it outputs the AST as structure. If you can show how to take advantage of that, I’m all ears.

What I’m really curious about is the Lucene 3 extension. I’ve already tested the AI augmentation and it works well.

Thank you Zackster, and the entire Lucee team.

1 Like

Congratulations!
I haven’t worked on ColdFusion projects for several years, and now that I’m planning to return to ColdFusion development, it coincides with the release of Lucee 7. I figured I’d give it a try. I’d also like to ask everyone: have there been any good architectures or technology stacks for building ColdFusion applications in the last couple of years? Alternatively, could anyone recommend a couple of good open-source projects for me to analyze and learn from the code? Thank you.

1 Like

Welcome back to CFML land!

These mature frameworks probably have been around since you last looked at CFML, but they are all actively maintained and use modern cfml.

We have a wide range recipes over on Lucee docs, covering both newer and older functionality

Here’s a few of my favourite Lucee enhancements to CFML, things I use daily

4 Likes

Hi Zackster,
Thank you very much for providing these.
There are indeed some new technologies that I haven’t had the chance to use before. I will continue learning and try to build a project on my own.

2 Likes

Masa (aka Mura) is still out there too : GitHub - MasaCMS/MasaCMS: MASA CMS is an Enterprise Content Management platform based on open source technology.

1 Like

Thank you. I will definitely give it a try later.

I’ve been working on ColdBox these past couple of days. While creating the App, I encountered several issues with downloading dependencies or packages due to network restrictions.

Eventually, I resolved them by using a proxy and successfully built my first CFML application with ColdBox.

It feels incredibly rewarding.

Coldbox:

  • MVC

  • Integrated Rest API functionality

  • Controller passes events, rc, prc

https://www.coldbox.org

FW1:

  • MVC

  • Integrated Rest API functionality

  • Controller passes rc

CFWheels

  • Orme based: DB queries are abstracted away. DB is mapped during application initialisation

  • MVC

  • Integrated Rest API functionality

https://cfwheels.org

Summary:

Personally, I loved FW1, but it is no longer maintained by its original creator, Sean Corfield, so I would recommend using Coldbox.

1 Like

Thank you very much!

I’m currently learning ColdBox and planning to start by building a ToDo List or a Blog with it to fully understand its architectural design and advantages.

I’ll also try FW1 at a later stage.

2 Likes

Although apparently FW1 has been picked up again:

By a guy called Denard Springle IV

But I must say, I haven’t seen much activity in the repo?

Anyway, FW1 is now on a branch called 5.0.0

1 Like

Actually the latest is that FW/1 is being relaunched as CFMVC by Mark Takata from Adobe.

7 Likes

Wow. Thanks for this news!

That’s really interesting that someone from Adobe, is extending FW1.

I wonder if he is doing this as a personal project or on behalf of Adobe?
If the latter, this is quite a positive development.
It shows that Adobe aren’t planning to ditch Coldfusion, anytime soon?

3 Likes

Congratulations, Team Lucee!