-
-
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.14.2
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.14.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 16 files changed
- 3 contributors
Commits on Jan 6, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 4ca615b - Browse repository at this point
Copy the full SHA 4ca615bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ebb6bc - Browse repository at this point
Copy the full SHA 1ebb6bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for b568f5a - Browse repository at this point
Copy the full SHA b568f5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a809887 - Browse repository at this point
Copy the full SHA a809887View commit details
Commits on Feb 7, 2026
-
Fail build if xref fragment is invalid
(cherry picked from commit 5eed3ff)
Configuration menu - View commit details
-
Copy full SHA for 718ee15 - Browse repository at this point
Copy the full SHA 718ee15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b6dfef - Browse repository at this point
Copy the full SHA 5b6dfefView commit details
Commits on Feb 12, 2026
-
Reliably support JRE.OTHER with @EnabledOnJre and @DisabledOnJre
In JUnit Jupiter 5.12, I added support for arbitrary Java versions with JRE conditions; however, I accidentally introduced a regression regarding support for JRE.OTHER. Specifically, prior to this commit, JRE.OTHER no longer worked reliably when used with @EnabledOnJre or @DisabledOnJre. To address that, this commit revises the logic in JRE.isCurrentVersion(int) to account for situations where the supplied version value is Integer.MAX_VALUE (representing @EnabledOnJre(OTHER) or @DisabledOnJre(OTHER)), and the current version of the JVM is greater than the version of the last JRE.JAVA_* enum constant — for example, when running on Java 27 and the last JRE enum constant is JAVA_26. See #3930 See #5341 Closes #5366
Configuration menu - View commit details
-
Copy full SHA for b4d1f56 - Browse repository at this point
Copy the full SHA b4d1f56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5655c22 - Browse repository at this point
Copy the full SHA 5655c22View commit details
Commits on Feb 15, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 698391f - Browse repository at this point
Copy the full SHA 698391fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c14c1b - Browse repository at this point
Copy the full SHA 1c14c1bView 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.14.2...r5.14.3