AOT processing loses bean aliases #29391
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
theme: aot
An issue related to Ahead-of-time processing
type: bug
A general bug
Milestone
Uh oh!
There was an error while loading. Please reload this page.
Affects: 6.0.0-RC1
See spring-projects/spring-boot#32906 for details. The summary of the problem is that Spring Data Elasticsearch defines a bean like this:
The AOT-generated code defines a bean named
elasticsearchOperations
but does not defineelasticsearchTemplate
as an alias of this bean.The text was updated successfully, but these errors were encountered: