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

Ortus June 2024 Newsletter!

Ortus June 2024 Newsletter!

Welcome to the latest edition of the Ortus Newsletter! This month, we're excited to bring you highlights from our sessions at CFCamp and Open South Code, as well as a sneak peek into our upcoming events. Discover the latest developments in BoxLang, our dynamic new JVM language, and catch up on all the insightful presentations by our expert team. Let's dive in!

Maria Jose Herrera
Maria Jose Herrera
June 28, 2024
BoxLang June 2024 Newsletter!

BoxLang June 2024 Newsletter!

We're thrilled to bring you the latest updates and exciting developments from the world of BoxLang. This month, we're diving into the newest beta release, introducing a new podcast series, showcasing innovative integrations, and sharing insights from recent events. Whether you're a seasoned developer or just getting started, there's something here for everyone to explore and enjoy.

Maria Jose Herrera
Maria Jose Herrera
June 28, 2024
BoxLang 1.0.0 Beta 3 Launched

BoxLang 1.0.0 Beta 3 Launched

We are thrilled to announce the release of BoxLang 1.0.0-Beta 3! This latest beta version is packed with exciting new features and essential bug fixes, including robust encryption functionality, enhanced Java interoperability, and more efficient event handling. Key highlights include the introduction of query caching capabilities, seamless coercion of Java Single Abstract Method (SAM) interfaces from BoxLang functions, and support for virtual thread executors. So, let’s dive into the details of what’s new in BoxLang 1.0.0-Beta 3 and how you can start leveraging these updates today!

Luis Majano
Luis Majano
June 28, 2024