-
Notifications
You must be signed in to change notification settings - Fork 126
Labels
enhancementType: New featureType: New featuregood first issueGood for newcomersGood for newcomersimporterArea: ImporterArea: Importertechnical debt
Milestone
Description
Problem
Spring's @Lazy
annotation does not work with bootBuildImage
or with GraalVM native image.
Solution
- Remove use of
@Lazy
everywhere - Use
ObjectProvider
wrapper aroundJdbcOperations
, repositories, etc used in lazy beans to provide programmatic creation and retrieval of troublesome dependencies - Add
protected final NamedParameterJdbcOperations getJdbcOperations()
toAsyncJavaMigration
that hides use ofObjectProvider
Alternatives
No response
Metadata
Metadata
Assignees
Labels
enhancementType: New featureType: New featuregood first issueGood for newcomersGood for newcomersimporterArea: ImporterArea: Importertechnical debt
Type
Projects
Status
👷 In progress