Blog

Call for Speakers: Into the Box 2024 - Share your Expertise!

Maria Jose Herrera |  August 09, 2023

This event brings together the brightest minds in the industry to explore the latest trends, tools, and techniques in modern CFML software development. This is your chance to share your insights, experiences, and ideas with a passionate audience of fellow developers, learn from other experts, and leave your mark on the developer community.

Submit your Topics

Read More

ColdBox 7.1.0 Released

Luis Majano |  August 03, 2023

ColdBox, the popular ColdFusion (CFML) development platform, has released version 7.1, bringing exciting new features, bug fixes, and improvements to further empower developers. This release focuses on enhancing productivity, improving debugging capabilities, and ensuring more reliable and efficient application development. In this blog post, we will explore the key highlights of ColdBox 7.1 and how they can benefit developers in their day-to-day coding activities.

Read More

TestBox v5.3 Release

Luis Majano |  August 01, 2023

Introducing TestBox v5.3: Enhanced Testing with Exciting New Features and Bug Fixes!

We are thrilled to announce the release of TestBox v5.3, the latest version of our powerful and flexible testing framework for ColdFusion (CFML) applications. In this release, we have focused on enhancing your testing experience by introducing new features and addressing bugs to ensure a smoother testing process. Let's dive into the exciting changelogs for TestBox v5.3:

Read More

Ortus Redis Extension v3.0.0 Released!

Jon Clausen |  July 31, 2023

We are very excited to bring you another release for our Redis Lucee Extension. This release:

  • Updates the underlying Redis java driver from v2.9.3 to v4.4.3
  • Added SSL and username support to RedisClusterCache configuration
  • Added username support to RedisCache ( non-cluster ) configuration

These enancements have been made to ensure full compatibility with both standalone Redis implementations, as well as AWS Elasticache configurations and authentication mechanisms.

Read More

TestBox v5.2 Release - Embracing Performance and Extensibility!

Luis Majano |  July 28, 2023

We are excited to announce the release of TestBox v5.2! This version comes packed with new features, improvements, and bug fixes to take your testing experience to the next level. TestBox 5.2 enhances the testing framework's performance and introduces powerful new capabilities for dynamic mixins and finally module support.

Read More

Passing the Baton: Lucee 6 and Hibernate ORM

Michael Born |  July 20, 2023

As of Lucee 5.4.1.8, new Lucee builds will no longer bundle the (Lucee) Hibernate extension. This means that if you rely on Hibernate ORM in your CFML application, you will need to manually bundle the Hibernate extension into your Lucee server. Let's read on for more info.

Read More

Into the Box 2023 - CFCast Series are out!

Maria Jose Herrera |  July 17, 2023

We've exciting news for all our community of modern developers. Our Into the Box 2023 Video recordings are now available on CFCast for you to review for just $250 the full series include 26 videos including Keynote Day 1 and Day 2 that everyone can watch for free.

Read More

Lazy Properties and Property Observers in ColdBox 7

Michael Born |  July 05, 2023

This article will focus on two smaller but still wildly useful new Dependency Injection (DI) features in ColdBox 7: Lazy Properties and Property Observers. With these new DI features, developers have access to speed boosts and automatic locking around object construction with lazy properties, better logging and debugging capabilities (among many other uses) with property observers, and much much more.

Read More

Debugging & Logging with ColdBox

Abilio Posada |  June 30, 2023

Are you tired of using writeDump() every time you encounter issues? Spending more time troubleshooting than developing new features? Dealing with legacy code nightmares? Say goodbye to old-fashioned troubleshooting methods! Introducing cbDebugger & LogBox, powerful tools to simplify your ColdBox app debugging process. And guess what? They are open-source and free!

Read More

Configurations Outside the Coldbox CFC with ColdBox 7

Esme Acevedo |  June 27, 2023

ColdBox 7 brings us many great new features, but let’s not overlook a simple one that improves the organization of our ColdBox application's moduleSettings.

Read More