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.7.1
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.7.2
Choose a head ref
  • 11 commits
  • 13 files changed
  • 3 contributors

Commits on Feb 4, 2021

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

Commits on Apr 24, 2021

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

Commits on May 13, 2021

  1. Fix package path computation in ClasspathScanner

    Fix `getRootUrisForPackage()` in class `ClasspathScanner` by looking for two
    "wordings" of a package name.
    
    For example, package `foo.bar` is expanded to `foo/bar` and `foo/bar/`.
    The latter allows find package `foo.bar` in a module called `foo.bar`,
    and not `foo`.
    This commit also ensures, that there's no regression (compared to #2531)
    by launching test runs using the standalone artifact with `--select-package`
    and `--scan-class-path`.
    
    Fixes #2500
    Fixes #2600
    Fixes #2612
    sormuras authored and marcphilipp committed May 13, 2021
    Configuration menu
    Copy the full SHA
    cf9c8fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55509ea View commit details
    Browse the repository at this point in the history
  3. Fix tests

    marcphilipp committed May 13, 2021
    Configuration menu
    Copy the full SHA
    72e305b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2555cd0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0984740 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2021

  1. Configuration menu
    Copy the full SHA
    b39a2ec View commit details
    Browse the repository at this point in the history
  2. Acquire global read lock in presence of other exclusive resources

    Prior to this commit, the global read lock was not acquired for test
    classes with `@ResourceLock` annotations causing `@Isolated` tests to
    run in parallel.
    
    Fixes #2605.
    marcphilipp committed May 15, 2021
    Configuration menu
    Copy the full SHA
    871ab82 View commit details
    Browse the repository at this point in the history
  3. Move #2423 to 5.7.2

    marcphilipp committed May 15, 2021
    Configuration menu
    Copy the full SHA
    a589243 View commit details
    Browse the repository at this point in the history
  4. Release 5.7.2

    marcphilipp committed May 15, 2021
    Configuration menu
    Copy the full SHA
    f8d8315 View commit details
    Browse the repository at this point in the history
Loading