What's New With 6.2.0
Last updated
Was this helpful?
Last updated
Was this helpful?
[] - parameter [binder] to function [process] is required but was not passed in When setting coldbox.autoMap to false and choosing either method of mapping a directory:
[] - ACF incompats with future combinations due to dumb elvis operator bug
[] - Pass the current injector
to the binder's life-cycle methods: onShutdown(), onLoad()
[] - Create a processEagerInits()
so it can process them at wirebox load
[] - Complete rewrite of the Mapping
object to script and performance optimizations
[] - Complete rewrite of the WireBox Binder
to script and optimizations
[] - New WireBox config: autoProcessMappings
which can be used to auto process metadata inspections on startup.
[] - Event caching now bases off the multi host key from the event.getSESBaseURL() to improve consistencies and single responsibility
[] - Update DateFormat
Mask to use lowercase "d" to be compatible with ACF2021
[] - Missing line break on file appender control string
[] - new shutdown()
method to process graceful shutdown of LogBox
[] - New logbox config onShutdown()
callback, which is called when LogBox has been shutdown
[] - New shutdown()
method can be now used in appenders that will be called when LogBox is shutdown