I've noticed the method public Object createBean(Class<?> beanClass, int autowireMode, boolean dependencyCheck) throws BeansException at line 256in java/org/springframework/beans/factory/support/AbstractAutowireCapableBeanFactory.java is not covered in the current test suit, and hence I added a simple unit test in order to improve the coverage.
Comment From: snicoll
Thanks for the PR but I can see a number of unrelated changes so I am going to close this one.