Blog

Brad Wood

March 06, 2020

Spread the word


Share your thoughts

We are pleased to announce the release of CommandBox 5.0.0.  This is a major release of our CLI package manager, REPL, and server tool. In this version are many library updates, new features, and bug fixes.  All in all, there were 77 tickets closed for this release.

New Stuff

We released the 5.0.0-RC.1 release candidate for testing on Feb 14th and only found a couple small issues, so overall the 5.0.0 final release is the same as what was documented on this post for the RC

https://www.ortussolutions.com/blog/commandbox-500-rc1-release-candidate-available

Please refer there for a full list of the major changes and features.  

  • Java 11+ support
  • Lucee 5.3 and JBoss Undertow 2.x
  • Git access token support
  • Lucee Extension management
  • Faster server startup scripts for warming up Docker containers
  • File globbing improvements
  • New server tray menu options
  • New undertow configuration options

Acquire It

You can download CommandBox 5.0.0 from our download page, apt/yum repos, or HomeBrew for you Mac users.

Our docs are fully updated and can be found here:

https://commandbox.ortusbooks.com/

And, as always, if you find any issues, you can reach out to us here on our ticket tracker:

https://ortussolutions.atlassian.net/projects/COMMANDBOX

 

Add Your Comment

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