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.6.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.6.1
Choose a head ref
  • 14 commits
  • 11 files changed
  • 4 contributors

Commits on Feb 15, 2020

  1. Link to current docs for Gradle module metadata

    Closes #2160.
    twasyl authored and marcphilipp committed Feb 15, 2020
    Configuration menu
    Copy the full SHA
    d12b95e View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. Configuration menu
    Copy the full SHA
    f6c0189 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    290ba0e View commit details
    Browse the repository at this point in the history
  3. Polishing

    sbrannen committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    ecae6ee View commit details
    Browse the repository at this point in the history
  4. Invoke TestInstancePreDestroyCallbacks in reverse registration order

    Prior to this commit, when using PER_CLASS test instance lifecycle
    semantics, TestInstancePreDestroyCallback extensions were invoked in
    the order in which they were registered, which violates the general
    "wrapping" principle for extensions invoked after a container or test.
    
    This commit fixes this by invoking TestInstancePreDestroyCallback
    extensions in reverse registration order when PER_CLASS test instance
    lifecycle semantics have been configured.
    
    Fixes #2209
    sbrannen committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    e5985c0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0dcbc71 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2020

  1. Configuration menu
    Copy the full SHA
    edcbd81 View commit details
    Browse the repository at this point in the history
  2. Prune duplicate elements in resources

    Prior to this commit a list with potential duplicates is generated
    and verified when loading the `junit-platform.properties` file.
    
    Addresses #2207
    sormuras committed Mar 20, 2020
    4 Configuration menu
    Copy the full SHA
    828cdb3 View commit details
    Browse the repository at this point in the history
  3. Append SNAPSHOT classifier to version

    Also increase the version from [1/5].6.0 to [1/5].6.1 which
    results in 1.6.1-SNAPSHOT for the Platform and 5.6.1-SNAPSHOT
    for Jupiter and Vintage modules.
    sormuras committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    8bb577a View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2020

  1. Configuration menu
    Copy the full SHA
    60c94f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b12896 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0f2fd5 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2020

  1. Configuration menu
    Copy the full SHA
    10ff918 View commit details
    Browse the repository at this point in the history
  2. Release 5.6.1

    marcphilipp committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    0214614 View commit details
    Browse the repository at this point in the history
Loading