Skip to content

Reduce dependencies during AOT contribution #2136

@mp911de

Description

@mp911de

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 processingtype: taskA general task

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions