micronaut-projects/micronaut-spring

Micronaut does not check the parent BeanFactory for the bean definition

puneetbehl opened this issue · 0 comments

In MicronautApplicationContext the beanFactory.parentBeanFactory is not set while setting the parent ApplicationContext. Also, the MicronautBeanFactory does not even check the parentBeanFactory for bean definition.

Due to this some of the functionalities in Grails Core do not work properly when using BootApplicationContext. See related issue grails/grails-core#11587