#439 - Increase visibility of JDBC bean definitions.
Spring Data JDBC 1.1 introduces visibility changes to JdbcConfiguration and so we must declare overrides with at least the same visibility.
This commit is contained in:
@@ -66,7 +66,7 @@ public class AggregateConfiguration extends JdbcConfiguration {
|
||||
}
|
||||
|
||||
@Override
|
||||
protected JdbcCustomConversions jdbcCustomConversions() {
|
||||
public JdbcCustomConversions jdbcCustomConversions() {
|
||||
|
||||
return new JdbcCustomConversions(asList(new Converter<Clob, String>() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user