Skip to content
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/junit-framework
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: r5.14.3
Choose a base ref
...
head repository: junit-team/junit-framework
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: r5.14.4
Choose a head ref
  • 14 commits
  • 22 files changed
  • 5 contributors

Commits on Feb 15, 2026

  1. Configuration menu
    Copy the full SHA
    89972d7 View commit details
    Browse the repository at this point in the history
  2. Fix syntax

    marcphilipp committed Feb 15, 2026
    Configuration menu
    Copy the full SHA
    0062b04 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2026

  1. Remove duplicate /

    marcphilipp committed Feb 22, 2026
    Configuration menu
    Copy the full SHA
    71fa074 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2026

  1. Configuration menu
    Copy the full SHA
    39ab75c View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2026

  1. Test 5.14.x against JDK 25 ga (#5623)

    Java 25 is now generally available. We don't have to test against an early access version.
    
    Signed-off-by: M.P. Korstanje <rien.korstanje@gmail.com>
    mpkorstanje authored Apr 21, 2026
    Configuration menu
    Copy the full SHA
    14f534d View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2026

  1. Only check PDF for GA releases

    (cherry picked from commit 5f24837)
    marcphilipp committed Apr 25, 2026
    Configuration menu
    Copy the full SHA
    7d6f0c0 View commit details
    Browse the repository at this point in the history
  2. Include class template invocation index in legacy reporting names

    This is a backport of commit b9756dd
    
    Changes were made to compile under Java 8
    
    Co-authored-by: Marc Philipp <mail@marcphilipp.de>
    Signed-off-by: Anthony Milbourne <18662115+amilbourne@users.noreply.github.com>
    amilbourne and marcphilipp committed Apr 25, 2026
    Configuration menu
    Copy the full SHA
    fbd4a8e View commit details
    Browse the repository at this point in the history
  3. Include full display name in legacy XML reports (#5524)

    Rather than just including the display name of the test, the display
    names of all ancestors are now included as well, separated by the `>`
    character. This includes display names of parents otherwise not
    represented in the legacy XML format (for example, the invocation of a
    `@ParameterizedClass`).
    
    This is a backport of commit ee3a100
    
    Changes were made to compile under Java 8
    
    Co-authored-by: Marc Philipp <mail@marcphilipp.de>
    Signed-off-by: Anthony Milbourne <18662115+amilbourne@users.noreply.github.com>
    amilbourne and marcphilipp committed Apr 25, 2026
    Configuration menu
    Copy the full SHA
    ac01f2d View commit details
    Browse the repository at this point in the history
  4. Fix race condition in NodeTestTask (#5427)

    Fixed by making field `parentContext` volatile.
    
    Issue: #5408
    
    Signed-off-by: Jakob Villumsen <villumsen@google.com>
    jaschdoc authored and marcphilipp committed Apr 25, 2026
    Configuration menu
    Copy the full SHA
    7667c14 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a5bf336 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    18f842a View commit details
    Browse the repository at this point in the history
  7. Fix integration tests on JDK 27

    sormuras authored and marcphilipp committed Apr 25, 2026
    Configuration menu
    Copy the full SHA
    5b7f023 View commit details
    Browse the repository at this point in the history
  8. Remove JDK 24 (EOL)

    marcphilipp committed Apr 25, 2026
    Configuration menu
    Copy the full SHA
    11fd02b View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2026

  1. Release 5.14.4

    marcphilipp committed Apr 26, 2026
    Configuration menu
    Copy the full SHA
    096fd69 View commit details
    Browse the repository at this point in the history
Loading