Upgrading from Spring Boot 2.3 - 수정중
매우 구체적인 사항은 발표내용을 참고 바랍니다. github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.4-Release-Notes 1. JUnit 5’s Vintage Engine Removed from spring-boot-starter-test Spring Boot 2.4로 업그레이드하고 org.junit.Test와 같은 JUnit 클래스에 대한 테스트 컴파일 오류가 표시되는 경우 이는 JUnit 5의 빈티지 엔진이 spring-boot-starter-test에서 제거 되었기 때문일 수 있습니다. 빈티지 엔진을 사용하면 JUnit 4로 작성된 테스트를 JUnit 5에서 실행할 수 있습니다. 테스트를 JUnit 5로 마이그레이션하지 않고 JUnit 4를..
Spring/Spring Boot 2.4 변동내역
2021. 4. 13. 17:52