Prepare for Spring Boot 4 #124
Annotations
2 errors
|
DatabaseTests.shouldAutoConfigureDataSourceDecorationByDefault():
datasource-decorator-spring-boot-autoconfigure/src/test/java/com/github/gavlyukovskiy/boot/jdbc/decorator/testapplication/DatabaseTests.java#L22
java.lang.AssertionError:
Expecting actual:
org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@58267ba1
to be an instance of:
com.github.gavlyukovskiy.boot.jdbc.decorator.DecoratedDataSource
but was instance of:
org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory.EmbeddedDataSourceProxy
|
|
build
Process completed with exit code 1.
|