- More Adobe ColdFusion incompatibilities
- Added the
ResultsMapper
model which will create results map a-la cffractal. Just inject and call via theprocess()
method.
- ACF11 Compats
- Allow for
defaultIncludes = [ "*" ]
to introspect the properties of the object automatically instead of writing all properties manually.
- Allow for arrays of complex objects that don't have mementos
- ACF11 Incompats due to member functions
- Only process memento based objects from WireBox.
- Wrong date formatting pattern for Java SimpleDateFormat
- New setting:
ormAutoIncludes
which defaults totrue
. If enabled, and an ORM entity does not have any includes defined, we will automatically include all ORM properties including relationships.
- ACF Incompatibilities
- Ensure result item
- Fixes on non-existent properties
- Major performance boosts
- Lucee issues with degradation over time
- Fix on WireBox target detection
- First iteration of this module