A minimal project exposing a bug in Spring Test which breaks injection for parallel tests. https://jira.springsource.org/browse/SPR-10635
- Running
mvn clean testfails. - Comment out the following line in
log4j.propertiesand run the same command and it works.log4j.logger.org.springframework.test.context.support.DependencyInjectionTestExecutionListener=DEBUG