Category Selected:

wirebox

Blog

Migrating From ColdSpring to WireBox

Luis Majano |  March 24, 2022

ColdSpring was the first dependency injection framework for ColdFusion in the good 'ol days. It was inspired by Java Spring and it rocked during its tenure. As a matter of fact, there is still quite a large number of applications leveraging it, even though the framework itself is completey legacy, unsupported and might not even work on some versions of Adobe 2018+ as well. If you are in this technical debt boat and want a quick win and recover some ground in the technical debt war, then this tutorial is for you.

Read More

ColdBox 6.6.0 Released

Luis Majano |  February 04, 2022

 

Today we are incredibly excited to release ColdBox v6.6.0 and its standalone companion libraries: CacheBox, LogBox and WireBox. This release has taken quite a few months and tons of years of research to complete. We have finally made WireBox a Hierarchical Dependency Injection framework. This is our first huge step into allowing multi-dependency management in ColdBox Modules. This means that you will be able to have modules of different versions running within the same ColdBox app and each module will be able to get the right dependency that it needs. With that said, let's explore this release.

Read More

ColdBox 6.5.0 Released

Luis Majano |  July 09, 2021

Today we are excited to release ColdBox v6.5.0 and its standalone companion libraries: CacheBox, LogBox and WireBox. This release has focused on stability and making sure all bugs are addressed especially when using our schedulers and asynchronous processes.

Read More

ColdBox 6.4.0 Released - Welcome to the land of Scheduled Tasks

Luis Majano |  April 20, 2021

 

Today we released ColdBox v6.4.0 but it feels more like a major release than a minor one. We are introducing tons of new features in this release, especially our anticipated: ColdBox Scheduled Tasks feature set.

update coldbox

# If you are using standalone libraries, then update those
update wirebox
update cachebox
update logbox

You can find our what's new document here: https://coldbox.ortusbooks.com/intro/release-history/whats-new-with-6.4.0. So let's explore some of the major features of this release and then on to our release notes.

Read More

ColdBox 6.3.0 Released

Luis Majano |  March 10, 2021

 

Today we released ColdBox v6.3.0 as a minor release with some major bug squashing and some major performance improvements. Please update if you are affected by the issues shown in the release notes.

update coldbox

# If you are using standalone libraries, then ...
						
						
					
Read More

ColdBox 6.2.2 Released

Luis Majano |  January 12, 2021

Today we released ColdBox v6.2.2 as a minor path. Please update if you are affected by the issues shown in the release notes.

update coldbox

# If you are using standalone libraries, then update those
update wirebox
update cachebox
update logbox

Release Notes [6.2.2] => 2021-JAN-1...

Read More

ColdBox 5.6.0 Released!

Luis Majano |  August 16, 2019

We are very excited to announce the release of ColdBox version 5.6.0 alongside all the companion standalone libraries: WireBox, LogBox and CacheBox.

What's New With 5.6.0

ColdBox 5.6.0 is a minor version update with lots of fixes, improvements, ...

Read More

ColdBox 5.5.0 Released!

Luis Majano |  June 14, 2019

What's New With v5.5.0

We are very excited to bring you ColdBox Platform v5.5.0! This is a minor release packed with a punch of improvements and some cool new features. The major libraries upgraded are ColdBox MVC and WireBox in this release.

Read More

Support Open Source via new Patreon Levels and Rewards

Luis Majano |  June 13, 2019

At Ortus Solutions we are known for building open source projects for the ColdFusion (CFML) community such as ColdBox, CommandBox, ContentBox Modular CMS, ForgeBox and many more. All of those products are licensed under the Apache 2 license and are completely FREE to use and extend.

Read More

ColdBox 5.4.0 Released!

Luis Majano |  April 22, 2019

What's New With v5.4.0

We are very excited to bring you ColdBox v5.4.0! This should have been a major release on it's own but since we kept compatibility we are labeling it as a minor release. Below are the major areas of improvement and the full release notes. To update your installations just issue the commands below with CommandBox:

  • update coldbox - Update ColdBox Platform
  • update logbox - Update standalone LogBox
  • update wirebox - Update standalone WireBox
  • update cachebox - Update standalone CacheBox

Major Areas Of Improvement

Keep reading!

Read More