Blog

ColdBox 6 RC Released!

Luis Majano May 15, 2020

Spread the word

Luis Majano

May 15, 2020

Spread the word


Share your thoughts

We are so excited to bring you the first public Release Candidate of the next generation of ColdBox HMVC , version 6.0.0-RC. We have gotten tons of input since our beta release and we feel we have almost reached a final candidate. Please test it out as much as possible and give us feedback! Enjoy!

Installation

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

install coldbox@6.0.0-rc

You can also continue to use the bleeding edge as we incorporate fixes and the latest updates to the core:

install coldbox@be

Application Templates

All application templates have been updated for ColdBox 6. You can use them via CommandBox by using the 6.0.0-snapshot suffix.

coldbox create app skeleton=cbtemplate-advanced-script@6.0.0-snapshot
coldbox create app skeleton=cbtemplate-elixir@6.0.0-snapshot
coldbox create app skeleton=cbtemplate-elixir-vuejs@6.0.0-snapshot
coldbox create app skeleton=cbtemplate-rest@6.0.0-snapshot
coldbox create app skeleton=cbtemplate-rest-hmvc@6.0.0-snapshot
coldbox create app skeleton=cbtemplate-simple@6.0.0-snapshot
coldbox create app skeleton=cbtemplate-supersimplet@6.0.0-snapshot

Bug Reporting & Collaboration

If you do find any bugs with this beta 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:

What's New!

Check out our documentation for all the new features and updates: https://coldbox.ortusbooks.com/intro/release-history/whats-new-with-6.0.0

Compatibility Guide

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

Release Notes

Here is a listing of our release notes for this RC version only. The full release notes can be found in the docs.

Tasks

  • COLDBOX-870 - compatiblity setnextEvent removed as it was deprecated in 5
  • COLDBOX-867 - compatiblity Removed interceptors.SES as it was deprecated in 5
  • COLDBOX-866 - compatiblity onInvalidEvent is now removed in favor of invalidEventHandler, this was deprecated in 5.x
  • COLDBOX-872 - compatiblity getModel() is now fully deprecated and removed in favor of getInstance()

Added

  • COLDBOX-877 - New dsl coldbox:asyncManager to get the async manager
  • COLDBOX-876 - New dsl coldbox:coldboxSettings alias to coldbox:fwSettings
  • COLDBOX-874 - BaseTestCase new method getHandlerResults() to easy get the handler results, also injected into test request contexts
  • COLDBOX-860 - Convert proxy to script and optimize it
  • COLDBOX-871 - compatiblity Removed fwsetting argument from getSetting() in favor of a new function: getColdBoxSetting()
  • COLDBOX-848 - Improve the bug reporting template for development based on whoops
  • COLDBOX-869 - Response, SuperType => New functional if construct when( boolean, success, failure )
  • COLDBOX-868 - RequestContext Add urlMatches to match current urls
  • COLDBOX-865 - compatiblity autoMapModels defaults to true now
  • COLDBOX-864 - compatiblity jsonPayloadToRC now defaults to true
  • COLDBOX-863 - Add setting to define reinit key vs. hard-coded fwreinit: reinitKey
  • COLDBOX-859 - ability to do async scheduled tasks with new async cbpromises
  • COLDBOX-841 - compatiblity Change announceInterception() and processState() to a single method name like: announce()
  • COLDBOX-882 - compatiblity Deprecate interceptData in favor of just data
  • LOGBOX-46 - Update ConsoleAppender to use TaskScheduler
  • LOGBOX-47 - AbstractAppender log listener and queueing facilities are now available for all appenders
  • LOGBOX-48 - DB Appender now uses a queueing approach to sending log messages

Fixed

  • COLDBOX-861 - Self-autowire fails for applications with context root configured in ColdBox Proxy
  • COLDBOX-873 - NullPointerException in ScheduledExecutor (Lucee 5.3.4.80)
  • COLDBOX-878 - ColdBox 6 blows up if models directory doesn't exist
  • COLDBOX-875 - Gracefully handle out of index row number in populateFromQuery #450
  • COLDBOX-862 - when passing custom cfml executors to futures it blows up as the native executor is not set
  • COLDBOX-879 - Reinit-Password-Check does not use the new "reinitKey"-Setting
  • COLDBOX-880 - ViewHelpers not working in CB-6 RC

Add Your Comment

Recent Entries

The Hidden Costs of In-House Database Management

The Hidden Costs of In-House Database Management

The Hidden Costs of In-House Database Management


Opting for in-house database management involves more than just a salary. Here are some often-overlooked costs associated with maintaining your own DBA team.



1. High Salaries and Benefits


Hiring skilled DBAs is expensive. According to industry reports, the average salary of a DBA in the U.S. can range from $85,000 to over $130,000 per year, depending on experience and expertise. When you add ...

Cristobal Escobar
Cristobal Escobar
November 20, 2024
5 Signs It’s Time to Modernize Your ColdFusion / CFML Application

5 Signs It’s Time to Modernize Your ColdFusion / CFML Application

ColdFusion has long been a reliable platform for building web applications, but like any technology, it requires maintenance and modernization over time. Whether you're using Lucee or Adobe ColdFusion, it’s critical to recognize the signs that your application is no longer meeting today’s standards in performance, security, and scalability. Let’s explore five clear indicators that it’s time to modernize your ColdFusion application and how ColdFusion consulting can help breathe new life into y...

Cristobal Escobar
Cristobal Escobar
November 19, 2024
ColdBox Free Tip 5 - Building Named Routes with a Struct

ColdBox Free Tip 5 - Building Named Routes with a Struct

**Did you know ColdBox provides flexible ways to build routes using structs?** In this tip, we’ll cover how to use the `event.buildLink()` and `event.route()` methods for named routes, a feature that’s especially handy when working with dynamic URLs.

Maria Jose Herrera
Maria Jose Herrera
November 19, 2024