spring-projects / spring-data-relational

Spring Data Relational. Home of Spring Data JDBC and Spring Data R2DBC.

Home Page:https://spring.io/projects/spring-data-jdbc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NamingStrategy ignored when using slice test @DataJdbcTest

bsgrd opened this issue · comments

Custom naming strategy beans are ignored when running slice test for JDBC.

This can be fixed by adding @Import(CustomNamingStrategy.class), but it would be nice if @DataJdbcTest realized that NamingStrategy beans belong to database context.

@DataJdbcTest is a Spring Boot annotation, please file a ticket there.