Blog

CommandBox 5.1.1 Released

Brad Wood June 01, 2020

Spread the word

Brad Wood

June 01, 2020

Spread the word


Share your thoughts

We have pushed a patch release of CommandBox 5.1.1 which is a small addition to the recent 5.1.0 release.  This release was primarily to address a regression in 5.1.0 affecting Mac OS users who tried to start Lucee servers.  If you see an error similar to this on a Lucee server and you're running a Mac and CommandBox 5.1.0, then this release will fix it for you.

lucee.runtime.exp.NativeException: mac os x is not a supported OS platform.

If you are upgrading from CommandBox 5.1.0, there are only a handful of tickets which are listed below.  If you are updating from an earlier version of CommandBox, please check out our 5.0.0 and 5.1.0 release blogs.

Release notes

Bug

Improvement

  • [COMMANDBOX-1181] - Allow for verbose startup without debug logging of requests

Add Your Comment

(2)

Jun 01, 2020 18:56:24 UTC

by Matt Hall-Smith

Hi Brad, many thanks for this update. I'm a Commandbox newbie. Just need to report that after doing a Brew Update Commandbox on OS X Catalina the runwar4.1.1.jar did not get updated. My fix was to stop the server, delete runwar4.1 from .Commandbox/lib and manually replace it with runwar4.1.1.jar. Cheers, Matt

Jun 01, 2020 19:05:27 UTC

by Brad Wood

Hi Matt, what version of CommandBox did Brew install when you updated? The pull request to add this version to Brew was just merged in a couple hours ago so it's possible you tested prior to then or that your local Homebrew installation hasn't pulled the new formulas. The current version of Runwar in CommandBox 5.1.1 should be Runwar 4.1.2. https://github.com/Homebrew/homebrew-core/pull/55626#event-3394900932

Recent Entries

BoxLang 1.0.0 Beta 22 Launched

BoxLang 1.0.0 Beta 22 Launched

The BoxLang 1.0.0-Beta22 release includes several improvements, bug fixes, new features, and stories. Key improvements include enhanced redirection for the Miniserver, better transactional event broadcasting, and added convenience methods like getRequestContext() and getApplicationContext(). Bug fixes address issues such as JSON deserialization, whitespace management, and various errors related to data types and loops. New features include support for multiple statements inside queries and a new datasourceRegister() BIF for easier SaaS integrations.

Jon Clausen
Jon Clausen
November 15, 2024
Is Cloud the Answer for Your ColdFusion Dilemma?

Is Cloud the Answer for Your ColdFusion Dilemma?

Feeling the limits of an on-premise ColdFusion setup?

Many businesses face high costs, limited scalability, and performance bottlenecks, leaving them wondering if the cloud could be the answer.

In our FREE whitepaper, "Is Cloud the Answer for Your ColdFusion Dilemma?", we explore:

  • Benefits of Migrating to the Cloud: From cost savings to increased flexibility, find out what a cloud-based ColdFusion setup can do.
Cristobal Escobar
Cristobal Escobar
November 13, 2024
Mastering Events and Listeners in CBWIRE

Mastering Events and Listeners in CBWIRE

In CBWIRE, events and listeners are the backbone of building responsive, modular applications without relying heavily on JavaScript. This guide walks you through setting up and using CBWIRE events to create seamless interactions between components, from dispatching events in CFML and frontend templates to listening with Alpine.js and JavaScript. Learn how to make your applications feel dynamic and engaging by effortlessly connecting components. Whether you’re triggering events to update a dashboard or targeting specific parts of your app with dispatchTo, these techniques will empower you to create a modern, interactive CFML experience with ease.

Grant Copley
Grant Copley
November 11, 2024