Skip to content

Conversation

@mhyeon-lee
Copy link
Contributor

The dialect method of the deprecated JdbcConfiguration is public.
https://github.com/spring-projects/spring-data-jdbc/blob/f1d2d78dc86aa60f3997d108d99e76370fc06f47/spring-data-jdbc/src/main/java/org/springframework/data/jdbc/repository/config/JdbcConfiguration.java#L136

However, the dialect method of AbstractJdbcConfiguration is package-public and cannot be override.

I want to change the accessor to public to override the Dialect.

@mhyeon-lee mhyeon-lee closed this Mar 26, 2020
mp911de added a commit that referenced this pull request Feb 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant