You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ColdBox [Hierarchical MVC ](https://en.wikipedia.org/wiki/Hierarchical\_model%E2%80%93view%E2%80%93controller)is the de-facto enterprise-level HMVC framework for ColdFusion (CFML) developers. It's professionally backed, conventions-based, modular, highly extensible, and productive. Getting started with ColdBox is quick and painless. ColdBox takes the pain out of development by giving you a standardized methodology for modern ColdFusion (CFML) development with features such as:
17
+
ColdBox [Hierarchical MVC ](https://en.wikipedia.org/wiki/Hierarchical_model%E2%80%93view%E2%80%93controller)is the de-facto enterprise-level HMVC framework for ColdFusion (CFML) developers. It's professionally backed, conventions-based, modular, highly extensible, and productive. Getting started with ColdBox is quick and painless. ColdBox takes the pain out of development by giving you a standardized methodology for modern ColdFusion (CFML) development with features such as:
20
18
21
19
*[Conventions instead of configuration](https://coldbox.ortusbooks.com/getting-started/conventions)
It provides a set of reusable code and tools that can be used to increase your development productivity, as well as a development standard for working in team environments.
35
33
36
-
## License
34
+
###License
37
35
38
36
The ColdBox Platform is open source and licensed under the [Apache 2](https://www.apache.org/licenses/LICENSE-2.0.html) License.
39
37
40
38
* Copyright by Ortus Solutions, Corp
41
39
* ColdBox, CacheBox, WireBox, and LogBox are registered trademarks of Ortus Solutions, Corp.
The Ortus Community is how to get help for our entire platform and modules: [https://community.ortussolutions.com](https://community.ortussolutions.com). 
45
+
The Ortus Community is how to get help for our entire platform and modules: [https://community.ortussolutions.com](https://community.ortussolutions.com).
@@ -56,18 +54,18 @@ You can also join our Slack Box Team at: [https://boxteam.ortussolutions.com](ht
56
54
boxteam.ortussolutions.com
57
55
{% endembed %}
58
56
59
-
## Reporting a Bug
57
+
###Reporting a Bug
60
58
61
59
We all make mistakes from time to time :) So why not let us know about it and help us out? We also love :heart\_eyes: pull requests, so please star us and fork us at: [https://github.com/coldbox/coldbox-platform](https://github.com/coldbox/coldbox-platform)
[COLDBOX-1332](https://ortussolutions.atlassian.net/browse/COLDBOX-1332) Virtual Thread executors support
10
+
11
+
[COLDBOX-1333](https://ortussolutions.atlassian.net/browse/COLDBOX-1333) Make the build Executor public, for devs that just want executors built and NOT registered
12
+
13
+
[COLDBOX-1334](https://ortussolutions.atlassian.net/browse/COLDBOX-1334) Executors more stats for issue detection
14
+
15
+
### Improvements
16
+
17
+
[COLDBOX-1331](https://ortussolutions.atlassian.net/browse/COLDBOX-1331) Add ability to ignore or include RC keys when caching events
18
+
19
+
### Bugs
20
+
21
+
[COLDBOX-1328](https://ortussolutions.atlassian.net/browse/COLDBOX-1328) Improve error message for Module Settings in ColdBox DSL
22
+
23
+
[COLDBOX-1329](https://ortussolutions.atlassian.net/browse/COLDBOX-1329) Module Config override convention depends on file system case sensitivity
24
+
25
+
[COLDBOX-1338](https://ortussolutions.atlassian.net/browse/COLDBOX-1338) RequestContext StatusCode Should Default to 200
0 commit comments