AOT-generated code does not consider by-type RuntimeBeanReference
s
#28841
Labels
Milestone
RuntimeBeanReference
s
#28841
Given the following code to register a
BeanDefinition
:then generating AOT code results in:
The constructor reference value now points to a bean named
com.example.demo.Bean
instead of using the type referencecom.example.demo.Bean
. Running that code leads to:Additional code used to reproduce the issue:
The text was updated successfully, but these errors were encountered: