arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

What's New With 5.5.0

This minor release brings in some major performance enhancements for the way WireBox maps and creates objects. We highly encourage upgrading to it.

hashtag
Compatibility Notes

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();

hashtag
New Feature

  • [] - 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

hashtag
Improvement

  • [] - AOP debug logging as serialized CFCs which clogs log files

[] - New binder method: process() if chained from a mapping, it will process the mapping's metadata automatically.
WIREBOX-84arrow-up-right
WIREBOX-85arrow-up-right
WIREBOX-87arrow-up-right
WIREBOX-86arrow-up-right