-
Couldn't load subscription status.
- Fork 41.6k
Open
Labels
status: blockedAn issue that's blocked on an external project changeAn issue that's blocked on an external project changetype: enhancementA general enhancementA general enhancement
Milestone
Description
When obtaining a Dialect bean using Spring Data JDBC, the @Bean method depends on NamedParameterJdbcOperations leading to initialization of the entire bean graph including DataSource initialization even if the dialect is provided through properties (spring.data.jdbc.dialect=…). It would be good if access to NamedParameterJdbcOperations could be lazy.
The JDBC config itself isn't helpful in that regard as it declares NamedParameterJdbcOperations in its signature. Maybe an opportunity for improvement as well.
Metadata
Metadata
Assignees
Labels
status: blockedAn issue that's blocked on an external project changeAn issue that's blocked on an external project changetype: enhancementA general enhancementA general enhancement