-
Notifications
You must be signed in to change notification settings - Fork 38.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit review the support for AOT by only ignoring beans that are using an instance supplier. The Kotlin DSL has a way to register a bean by type where all inferences should happen as usual and that was previously ignored. This commit no longer ignores those beans so AOT can optimize them, and makes sure that they are not registered again when running with AOT optimizations. This change makes it so that the order in which beans are registered is now different when running with AOT optimizations, and we'll have to find a solution for that. See gh-29555
- Loading branch information
Showing
2 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters