The Lucee team is proud to announce the Lucee 6 BE...
# lucee
z
The Lucee team is proud to announce the Lucee 6 BETA - 6.0.0.346-BETA I'll be posting release notes later today (there's quite a list of tickets to sort into a meaningful list). Remember this is a BETA, so it's not production ready, what we are looking for in this first BETA release , is for people to try and run your apps / test suites in locally and see how it goes This is the board for the 6.0 release, if you find an issue, please check for existing tickets and if you can't find one, please drop a new thread here or on https://dev.lucee.org/ https://luceeserver.atlassian.net/jira/software/c/projects/LDEV/boards/10 PLEASE DON'T JUST FILE NEW TICKETS, let the Lucee team help triage problems first Lucee Docs has been updated, the full changelog for updated tags and functions are here https://docs.lucee.org/reference/changelog.html
❤️ 8
🙌 3
s
Should that page show anything from v6? looks like all v5
(congrats, btw)
z
the changelog? might be cached
s
yup, got it! thx
z
Just posted a quick overview of the major changes in 6.0 https://dev.lucee.org/t/first-lucee-6-public-beta-is-available-6-0-0-346-beta/12195/7
🎆 2
❤️ 7
s
This looks like fun: https://docs.lucee.org/reference/functions/markdowntohtml.html Now we're using a Ruby parser someone else wrote, wondering if this will work for us when 6.0 PROD comes out!
a
Congrats and huge thankyou for the team's work to get this out. Feature/change list looks stellar!
g
we have a code base of over a million lines of code that was compiling against 5.3 ( don’t ask me exactly which version ), but I’m running the compile against this beta ( thanks for publishing to Maven ), whats the best way for me to report any compiler level issues ( that aren’t just typos / bad syntax )
should take roughly 40 minutes..
might also need to update the compiler to import additional extensions, I believe spreadsheet is the only one its doing at the moment
geeze, its been a while, can anyone help me with how to load in extensions? compiler failed on cfchart
Copy code
<jvmarg value="-Dlucee.extensions.install=true"/>
                                    <jvmarg value="-Dlucee.extensions="/>
                                    <jvmarg value="-Dlucee.enable.bundle.download=true"/>
is there a list of extensions supported ?
<jvmarg value=“-Dlucee.extensions=chart”/> ?
might end up using the extensionDir idea from https://github.com/lucee/script-runner/blob/main/build-run-cfml.xml
z
Extensions are a list of guids from the download page, I listed them on my second post on the above link
g
thanks, successfully compiled
😎 1