Blog

Luis Majano

August 21, 2020

Spread the word


Share your thoughts

We are tremendously excited to finally bring you the final release for the ColdBox Plaform including all of it's standalone libraries: WireBox, CacheBox and LogBox. This has been a year long process in order to bring you one of our biggest and most stable releases to date. We continue to innovate in this release and pushing the boundaries of our ColdFusion/CFML/Java languages. All the docs and application templates have been updated and we are working on a What's New With ColdBox 6 cfcasts series that will be coming next week. Welcome to ModernLand!

In the next couple of weeks we will be blogging and adding videos to show case the major features of this release.

Installation

You can easily install this version by using the following CommandBox install string:

install coldbox
install wirebox
install cachebox
install logbox

Upgrading is also as simple as a command:

update coldbox
update wirebox
update cachebox
update logbox

Application Templates

All application templates have been updated for ColdBox 6.

coldbox create app skeleton=cbtemplate-advanced-script
coldbox create app skeleton=cbtemplate-elixir
coldbox create app skeleton=cbtemplate-elixir-vuejs
coldbox create app skeleton=cbtemplate-rest
coldbox create app skeleton=cbtemplate-rest-hmvc
coldbox create app skeleton=cbtemplate-simple
coldbox create app skeleton=cbtemplate-supersimple

Bug Reporting & Collaboration

If you do find any bugs with this release or just want to collaborate with more ideas for this release, please make sure you head out to our Jira instance at: https://ortussolutions.atlassian.net/secure/RapidBoard.jspa?rapidView=22&projectKey=COLDBOX.

You can also contact us at the following Slack locations:

Compatibility Guide

We have a compatibility and upgrade guide you can use to update your pre 6 apps in less than 30 minutes: https://coldbox.ortusbooks.com/intro/release-history/upgrading-to-coldbox-6

What's New!

There are over 100 tickets closed for this release and everything has been documented as well. You can head over to our What's New doc to check everything out: https://coldbox.ortusbooks.com/intro/release-history/whats-new-with-6.0.0.

Enjoy and Welcome to ModernLand!

Add Your Comment

Recent Entries

Why BoxLang When You Have Kotlin, Groovy, Scala, and more…

Why BoxLang When You Have Kotlin, Groovy, Scala, and more…

As we approach a stable release of BoxLang and our continued marketing reaches more folks, many have asked about its purpose. Why create a new language when the JVM ecosystem already includes established languages like Kotlin, Groovy, and Scala, to name a few.

Luis Majano
Luis Majano
December 18, 2024
ColdBox Free Tip 6 - Using Routing with Wildcard Domains!

ColdBox Free Tip 6 - Using Routing with Wildcard Domains!

ColdBox gives you the flexibility to create domain-specific routes, making it perfect for multi-tenant applications or projects that need to respond differently based on the domain or subdomain being accessed. In this tip, we’ll dive into how to use the withDomain() method to create routes that match specific domains or sub-domains.

Maria Jose Herrera
Maria Jose Herrera
December 18, 2024