-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: junit-team/junit-framework
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: r5.6.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: junit-team/junit-framework
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: r5.6.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 14 files changed
- 2 contributors
Commits on Mar 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b0f54b1 - Browse repository at this point
Copy the full SHA b0f54b1View commit details
Commits on Apr 8, 2020
-
Fall back to display name if method name is blank
Prior to this commit, `VintageTestDescriptor` used the `Description`'s method name when it wasn't null. However, there are edge cases where it can be empty which lead to blank display names which are not allowed by the Platform. Thus, it is now only used if not blank. Fixes #2248.
Configuration menu - View commit details
-
Copy full SHA for 794ce24 - Browse repository at this point
Copy the full SHA 794ce24View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef6e842 - Browse repository at this point
Copy the full SHA ef6e842View commit details -
Configuration menu - View commit details
-
Copy full SHA for 648121d - Browse repository at this point
Copy the full SHA 648121dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cbfed5 - Browse repository at this point
Copy the full SHA 5cbfed5View commit details
Commits on Apr 9, 2020
-
Avoid inner class cycle detection for non-matching predicate
JUnit 5.6 introduced inner class cycle detection in ReflectionSupport.findNestedClasses() (see #2039). Unfortunately, the cycle detection introduced a regression for test classes that contain classes with inner class cycles when those inner classes do not match the predicate supplied to findNestedClasses() (e.g., "is annotated with @nested"). Consequently, an exception is thrown for any inner class cycled detected, even if the cycle would not adversely affect test discovery or execution. This commit fixes this regression by avoiding inner class cycle detection for candidate classes that do match the predicate. For example, within JUnit Jupiter inner class cycle detection is now only performed for inner classes annotated with @nested. Fixes #2249
Configuration menu - View commit details
-
Copy full SHA for 11ddd87 - Browse repository at this point
Copy the full SHA 11ddd87View commit details
Commits on Apr 10, 2020
-
Determine releaseBranch automatically based on version
# Conflicts: # documentation/documentation.gradle.kts
Configuration menu - View commit details
-
Copy full SHA for 0be02cf - Browse repository at this point
Copy the full SHA 0be02cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e7a087 - Browse repository at this point
Copy the full SHA 4e7a087View commit details
Loading
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.6.1...r5.6.2