-
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 adds AOT/Native support for beans that are contributed by the Kotlin DSL. Since they use an instance supplier, such beans are now configured to be ignored by AOT generation. They are part of the bean factory still so any hint generation works. This commit removes a previous attempt at fixing this issue when we were not checking for instance suppliers. Rather than skipping the initializr at runtime, it runs again as intended since their state can't be stored in AOT-generated code. Closes gh-29555
- Loading branch information
Showing
2 changed files
with
24 additions
and
5 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