coldbox milestone 6 released - moduleExternalLocations
I'm excited to move from m5 to m6 within the coldbox 3.0 milestones. The addition of moduleExternalLocations will allow our team to compile our modules into JAR like packages. For example, we have a bunch of util modules that we now can create a util container folder, and include them all by just providing it in the configuration cfc file!! We currently have one util module with all those "features" under. This new feature will allow us to split that one module into many giving us better development/release control! (PS. yes there are other ways of solving the same issues, but this provides a simple framework solution) Awesome work coldBox team!