-
Notifications
You must be signed in to change notification settings - Fork 40.8k
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 4.13.1 #23876
Comments
This is blocked at the moment as JUnit Jupiter 5.6.2 cannot parse 4.13.1, failing with the following:
The parsing has been made more lenient in JUnit Jupiter 5.7 (junit-team/junit5#2198) but that doesn't help us as our maintenance policy means that we cannot upgrade to a minor version of JUnit Jupiter in a maintenance release of Spring Boot. IMO, it shouldn't be necessary for anyone to move to a new minor of JUnit Jupiter to use a new maintenance release of JUnit. I've reached out to @sbrannen to ask the JUnit team to consider a 5.6.3 release that can be used with JUnit 4.13.1. |
@wilkinsona 5.6.3 has now been released so this issue should no longer be blocked. |
Thank you for the quick turnaround @marcphilipp |
I'm still seeing the old version 5.6.2 in 2.3.8.RELEASE:
|
@hameno This issue is for an upgrade to JUnit 4 4.13.1. The upgrade to 5.6.3 was done in #23915 which was included in 2.3.5. Here's the output of
As you can see 5.6.3 is used as expected. Without knowing more about your build I can't see why your are getting 5.6.2. If you'd like some help figuring that out, please follow up on Stack Overflow or Gitter. As mentioned in the guidelines for contributing, we prefer to use GitHub issues only for bugs and enhancements. |
No description provided.
The text was updated successfully, but these errors were encountered: