This minor release brings in some major performance enhancements for the way WireBox maps and creates objects. We highly encourage upgrading to it.
If you are using annotations for component aliases you will have to tell WireBox explicitly to process those mappings. As by default, we no longer process mappings on startup.
map( name ).process();[] - Remove auto processing of all mappings defer to lazy loading
[] - MapDirectory new boolean argument process which defers to false, if true, the mappings will be auto processed
[] - New binder method: process()
[] - AOP debug logging as serialized CFCs which clogs log files