Configurable beans autowired fields are not injected in Spring 6 while running Junit tests
I am having a problem to get my Junit tests running which uses the classes that are marked as @Configurable. The Configurable marked beans autowired fields are not injected and remains Null.