-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Deprecate JUnit 4 utilities in the project #9996
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
Comments
hello, @artembilan , I want to have a try on this. but we have 42 modules in spring-integration, modifying all of them in one PR may take a long time. |
Thanks for the offer, but not yet. We have to start At the same time I don’t think there are a lot of JUnit 4 tests left to consider this task a huge. If you find any JUnit 4 tests, feel free to issue PR for them even right now. They are just tests, so they don’t affect production artifacts and that does not require a new version cut. You may also look into migration of this into JUnit Jupiter: https://github.com/spring-projects/spring-integration/blob/main/spring-integration-ip/src/test/java/org/springframework/integration/ip/udp/MulticastRule.java. There might be more I’m missing right now, but the point is: whatever is in |
hello, @artembilan do you think should we include this dependency for few test classes only? or we just replace |
I think something like |
Also, migrate JUnit 4 tests to Jupiter.
More info in: spring-projects/spring-framework#34794
The text was updated successfully, but these errors were encountered: