Blog

ColdBox 3.0.0 Beta 3 Released!

Luis Majano November 13, 2009

Spread the word

Luis Majano

November 13, 2009

Spread the word


Share your thoughts

In spirit of releasing more stuff, here is our next milestone for our 3.0.0 release Beta 3.  This beta keeps in spirit of innovation of the 3.0.0 series, but please note that if you are upgrading from previous releases you will need to follow our compatibility guide in order to get your application 3.0.0 compatible.  You can check out our What's New in 3.0.0 document and see all of the documentation of the new features or changed features of 3.0.0.  Please mark it as the documents are constantly being updated as release progresses.  We are still in transition in terms of documentation, tickets and all, so we will soon have all our docs migrated to our new wiki.  However, we will continue to update the original wiki documentation until our migration is complete.  Tickets are a little tricky since we are not touching our databases until the assembla move is complete and I am still waiting on their imports.

This is our current beta 3 tickets: http://ortus.svnrepository.com/coldbox/trac.cgi/query?group=status&milestone=3.0.0-Beta3 but more have been completed and an update on this will be done once our migration is complete.

Some enhancements not yet ticketed:
  • Ability to now return simple data from event handlers in MVC mode and they will be rendered on the screen.  This gives in the ability to create reusable rendering events or viewelets by just rendering events: #runEvent('viewlet.X')#.  This also encapsulates the viewlet call and can even make the viewlet be rendered via Ajax or in a portlet. (ColdBricks anyone!)
  • New XML Application loader that will load ColdBox applications that are configured via XML.
  • Preliminary CFC Application loader that will have the ability to load ColdBox applications with no more XML (YEEEEHAAA!!), full CFC goodness! (Not yet functional)
  • The ColdBox cache is now know as "cboxCache" and has a new configuration element: EvictCount which defaults to 1.  This means that when the cache evicts objects from the cache due to limits or thresholds it can evict a count that you set.
  • The MailService plugin is now fully functional for Railo, Open BD and CF.
  • The ColdBoxExtensionsLocation is now a setting that can be configured in your application file.  This setting points to a folder where you can drop plugins and internal ColdBox services.  These plugins will now either override CORE coldbox plugins or be available via "getPlugin()" calls.  The services are not yet operational but will give you the ability to extend the core framework via internal coldbox services which include even an internal coldbox event model.
  • The majority of plugins and interceptors have been updated to leverage LogBox for logging capabilities and can be configured via the ColdBox configuration file.
  • Includes LogBox 1.0
  • Includes MockBox 1.0
  • Overall stability and performance improvements.  Our load tests indicate a startup improvement of 15-20% and a overall request improvement of 15%.
  • Stay tuned as ColdBox 3.0.0 continues with its milestones.  Expect another milestone release by the end of the year!

Here are some ticketed items:
  • #748
  • SES can now be configured to use logbox debugging using its class category
  • #866
  • Refactor Utilities plugin into more granular existing plugins. This will need a compatibility check as some methods will be moved to their accompanying utility objects.
  • #872
  • New annotations for Integration Testing components: appMapping, configMapping, coldboxAppKey, loadColdbox
  • #878
  • new setting for coldbox extensions location: ColdBoxExtensionsLocation
  • #879
  • update bean factory metadata parsing to accept cfproperty with no type defined so it defaults to the default DSL marker
  • #881
  • addAsset() is now XHTML compliant
  • #882
  • flash RAM not keeping objects for web flows, but now it does
  • #883
  • expirations and clearing are note affecting metadata on cached elements.
  • #886
  • ses convention name value pairs not setting blank values for the first convention name value pair only
  • #887
  • remove purgeView() calls, they don't make sense anymore as all this is done via the cachemanager
  • #889
  • antisamy update to use appendPaths() instead of setting itself up.
  • #892
  • environment control not loading per environment interceptors
  • #893
  • review FORM/URL testing on unit testing cases, resolved
  • #894
  • wrong path for the MockController in the base test case, wrong path is TestController
  • #896
  • fix for boolean values not coming out as true or false in JSON conversions
  • #897
  • new interception point: preProxyResults that will execute before the coldbox remote proxy returns results to a caller via the process() method.
  • #899
  • new plugin anotation: autoInit = [boolean=true] so you can disable auto calling of the constructor
  • #900
  • new renderData() arguments for setting header info: statusCode, statusText
  • #901
  • cf9 serialization/deserialization issues when dealing with object serializations, not converting to/from binary



Add Your Comment

Recent Entries

Into the Box - Celebrating 20 years of Ortus - Big time!

Into the Box - Celebrating 20 years of Ortus - Big time!

Into the Box 2026: Celebrating 20 Years of Ortus, Big Time! šŸš€

For two decades,Ā Ortus SolutionsĀ has been building, innovating, and empowering developers around the world. What started as a vision to create bet...

Victor Campos
Victor Campos
March 18, 2026
TestBox 7 : Real-Time Streaming, a Browser IDE, and a Major Leap for BoxLang

TestBox 7 : Real-Time Streaming, a Browser IDE, and a Major Leap for BoxLang

TestBox 7.x series continues our mission to be the best testing framework for BoxLang and CFML. This release is focused heavily on BoxLang CLI runner enhancements, real-time streaming test execution via SSE, a powerful dry run capability, the brand-new TestBox RUN web IDE, and significant quality-of-life improvements for developers working in both BoxLang and CFML environments.

Luis Majano
Luis Majano
March 17, 2026
From Legacy Risk to Modern Agility: A Phased Modernization Roadmap for CFML Teams

From Legacy Risk to Modern Agility: A Phased Modernization Roadmap for CFML Teams

Many organizations running CFML applications today face the same challenge.

Their systems still work.

They support core business processes.

They generate revenue.

But at the same time, those platforms are increasingly exposed to risk.

Unsupported runtimes, operational fragility, security exposure, and difficulty integrating with modern systems are becoming more common in environments still running older versions of Adobe ColdFusion or Lucee.

The quest...

Cristobal Escobar
Cristobal Escobar
March 16, 2026