-
Notifications
You must be signed in to change notification settings - Fork 373
Closed
Labels
theme: aotAn issue related to Ahead-Of-Time processingAn issue related to Ahead-Of-Time processingtype: taskA general taskA general task
Milestone
Description
During AOT processing, we access the JdbcConverter
which links to a DataSource
caused by RelationResolver
and NamedParameterJdbcOperations
dependencies. We should instead obtain a RelationalMappingContext
instance and fall back to JdbcCustomConversions
to avoid access to a DataSource
.
Data source access for JdbcDialect
can be avoided by providing a JdbcDialect
bean.
Metadata
Metadata
Assignees
Labels
theme: aotAn issue related to Ahead-Of-Time processingAn issue related to Ahead-Of-Time processingtype: taskA general taskA general task