-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to JUnit 5 jupiter #69
Comments
…#69). Also migrated from system-rules (JUnit 4 dependent) to system-stubs (and system-stubs-jupiter for a better JUnit5 integration). The examples are also tested with 2.4 version of the starter - but have to remain based on Spring Boot 2.3.x until the new version is released, since Configuration bean names changed in Spring Cloud, which blows the whole test suite (therefore also upgraded to spring-cloud-sleuth 3.x for Spring Boot 2.4.x compatibility). Only left hamcrest, where we needed to know if Strings are contained..
@marcopaga sadly I didn't saw your branch with the whole work you already did 😭 with Spring Boot 2.4.x not shipping JUnit 4 anymore #90 I needed to have a full migration. What I found really cool is the |
Don't worry Jonas. 🙂 Great you found a modern alternative with |
Ok, so we can close this for now and maybe philosophize later 🍻 |
Check, if Spring itself also uses JUnit 5 already - and then switch the starter also.
The text was updated successfully, but these errors were encountered: