Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Permalink

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/junit5
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: r5.13.0
Choose a base ref
Loading
...
head repository: junit-team/junit5
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: r5.13.1
Choose a head ref
Loading
  • 10 commits
  • 10 files changed
  • 1 contributor

Commits on May 30, 2025

  1. Configuration menu
    Copy the full SHA
    d7c8216 View commit details
    Browse the repository at this point in the history
  2. Revert "Don't error on already closed milestones"

    This reverts commit 52ae112
    marcphilipp committed May 30, 2025
    Configuration menu
    Copy the full SHA
    6a7998b View commit details
    Browse the repository at this point in the history
  3. Update supported versions

    marcphilipp committed May 30, 2025
    Configuration menu
    Copy the full SHA
    3447d71 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2025

  1. Create initial 5.13.1 release notes from template

    (cherry picked from commit 0e2ff3a)
    marcphilipp committed Jun 4, 2025
    Configuration menu
    Copy the full SHA
    2d58467 View commit details
    Browse the repository at this point in the history
  2. 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)
    marcphilipp committed Jun 4, 2025
    Configuration menu
    Copy the full SHA
    a866c01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4170597 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2025

  1. Fix support pre-5.13 AnnotationBasedArgumentsProvider implementatio…

    …ns (#4611)
    
    The `provideArguments(ExtensionContext, Annotation)` was deprecated in
    5.13 and no longer taken into account when determining the consumed
    annotation. Now, it is checked for again if the new method overload
    couldn't be found.
    
    Fixes #4610.
    
    (cherry picked from commit 4bbe57d)
    marcphilipp committed Jun 7, 2025
    Configuration menu
    Copy the full SHA
    af5e3bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0747f1 View commit details
    Browse the repository at this point in the history
  3. Finalize 5.13.1 release notes

    (cherry picked from commit bd496b0)
    marcphilipp committed Jun 7, 2025
    Configuration menu
    Copy the full SHA
    97095e9 View commit details
    Browse the repository at this point in the history
  4. Release 5.13.1

    marcphilipp committed Jun 7, 2025
    Configuration menu
    Copy the full SHA
    b580aa9 View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.