Development
Making all spring beans lazy-init
Spring applications configured with XML take an age to start.
Using a horrible hack, we can override the parsing of the XML to set all “beans” to be lazy-init.
This might mean that the application being tested can start more quickly.
Better to not use spring, but when forced to…