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.0
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.1
Choose a head ref
  • 14 commits
  • 30 files changed
  • 4 contributors

Commits on Sep 30, 2025

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

Commits on Oct 6, 2025

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

Commits on Oct 30, 2025

  1. Configuration menu
    Copy the full SHA
    06516ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bdea13 View commit details
    Browse the repository at this point in the history
  3. Validate that there are enough arguments to inject @Parameter fields

    `ArgumentCountValidator` now also validates that there are enough
    arguments for all required parameters which is currently only the case
    for indexed `@Parameter` fields.
    
    Fixes #5079.
    
    ---------
    
    Co-authored-by: Marc Philipp <[email protected]>
    jihun4452 and marcphilipp committed Oct 30, 2025
    Configuration menu
    Copy the full SHA
    9c0c755 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d43c3ca View commit details
    Browse the repository at this point in the history
  5. Fix support for package-private test methods (#5100)

    Prior to this commit, when the test super class wss declared in another
    package and declared a package-private test method with the same
    signature as the subclass, the method from the subclass was silently
    ignored. With the changes in this commit, both test methods are
    executed, albeit with the same display name.
    
    Fixes #5098.
    marcphilipp committed Oct 30, 2025
    Configuration menu
    Copy the full SHA
    0b9617e View commit details
    Browse the repository at this point in the history
  6. Improve documentation for TestInstantiationAwareExtension

    This commit improves the documentation for TestInstantiationAwareExtension
    and raises awareness of semantic differences by introducing class-level
    notes the Javadoc for all affected extension APIs.
    
    Closes #5107
    sbrannen authored and marcphilipp committed Oct 30, 2025
    Configuration menu
    Copy the full SHA
    2ab3370 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    09a1609 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    386bbf3 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2025

  1. Fix broken links in documentation

    Fixes: #5121
    (cherry picked from commit 6be729c)
    mpkorstanje committed Oct 31, 2025
    Configuration menu
    Copy the full SHA
    da25e47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eae19b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9fd438 View commit details
    Browse the repository at this point in the history
  4. Release 5.14.1

    marcphilipp committed Oct 31, 2025
    Configuration menu
    Copy the full SHA
    c7cde2d View commit details
    Browse the repository at this point in the history
Loading