-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Comparing changes
Open a pull request
base repository: junit-team/junit5
base: r5.13.0
head repository: junit-team/junit5
compare: r5.13.1
- 10 commits
- 10 files changed
- 1 contributor
Commits on May 30, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d7c8216 - Browse repository at this point
Copy the full SHA d7c8216View commit details -
Revert "Don't error on already closed milestones"
This reverts commit 52ae112
Configuration menu - View commit details
-
Copy full SHA for 6a7998b - Browse repository at this point
Copy the full SHA 6a7998bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3447d71 - Browse repository at this point
Copy the full SHA 3447d71View commit details
Commits on Jun 4, 2025
-
Create initial 5.13.1 release notes from template
(cherry picked from commit 0e2ff3a)
Configuration menu - View commit details
-
Copy full SHA for 2d58467 - Browse repository at this point
Copy the full SHA 2d58467View commit details -
Ensure
@Nested
classes are executed after sibling test methods (#4603)In order to validate them, classpath scanning was changed to find them in 5.13.0. However, that caused `@Nested` classes to be added to their parent descriptors before their sibling test methods. This made the order of execution in classes containing nested test classes dependent on how they were discovered unless a `MethodOrderer` was configured in which case `MethodOrderingVisitor` ensured test methods came before `@Nested` test classes on the same level. This commit changes `MethodOrderingVisitor` to also ensure this ordering constraint in case no `MethodOrderer` is configured. Resolves #4600. (cherry picked from commit d0d6071)
Configuration menu - View commit details
-
Copy full SHA for a866c01 - Browse repository at this point
Copy the full SHA a866c01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4170597 - Browse repository at this point
Copy the full SHA 4170597View commit details
Commits on Jun 7, 2025
-
Fix support pre-5.13
AnnotationBasedArgumentsProvider
implementatio…Configuration menu - View commit details
-
Copy full SHA for af5e3bd - Browse repository at this point
Copy the full SHA af5e3bdView commit details -
Use GraphQL API to list matching milestones to avoid pagination issues
(cherry picked from commit 5631ae5)
Configuration menu - View commit details
-
Copy full SHA for f0747f1 - Browse repository at this point
Copy the full SHA f0747f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97095e9 - Browse repository at this point
Copy the full SHA 97095e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b580aa9 - Browse repository at this point
Copy the full SHA b580aa9View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff r5.13.0...r5.13.1