githubEdit

What's New in 6.2.0

This release contains 9 tickets-- several bug fixes and a couple nice new features.

Jakarta Servlet support

Adobe CF 2025, Lucee 7, and BoxLang 1.0 are all using the Jakarta servlet spec now. CommandBox will now detect that and automatically download a Jakarta version of Runwar to start the server on first start.

Server Warmup URLs

CommandBox servers now support one or more warmup URLs which will be automatically fired after the server comes online to ensure it's warmed up, even if there is no external traffic. You can choose what happens to incoming requests prior to the completion of the warmup (queue, block, or allow) as well as whether the warmup URLs are fired sync or async. The warmup URL can also hit any endpoint, acting as a simple webhook to notify that the server has come online if you want.

Read more: https://ortussolutions.atlassian.net/browse/COMMANDBOX-1391arrow-up-right

Release Notes

Here are all the tickets closed in the 6.2.0 release.

Improvement

COMMANDBOX-1645arrow-up-right Capture partial task output in exception extended info

COMMANDBOX-1646arrow-up-right Improve 32 bit detection in java endpoint

COMMANDBOX-1647arrow-up-right whitelist /.well-known/ in extension whitelist

COMMANDBOX-1650arrow-up-right Support Jakarta EE

Bug

COMMANDBOX-1618arrow-up-right Coldbox Create Resource - 'open' variable doesn't Exists

COMMANDBOX-1649arrow-up-right SSL redirect not working with binding syntax

COMMANDBOX-1652arrow-up-right x86 being detected as 32 bit, but it can be 64 bit in java service

COMMANDBOX-1657arrow-up-right websockets hitting wrong site in multisite on Adobe

New Feature

COMMANDBOX-1391arrow-up-right Add on server start URL to warm up the server

Last updated

Was this helpful?