spring-batch
spring-batch copied to clipboard
ClassNotFound Exception when using AssertFile
When using AssertFile.assertLineCount with Spring Boot 3.0.0-SNAPSHOT a CNFE is thrown because org.junit.Assert package name has been changed to org.junit.jupiter.api.Assertions.