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.5.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.5.2
Choose a head ref
  • 8 commits
  • 7 files changed
  • 3 contributors

Commits on Jul 20, 2019

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

Commits on Sep 7, 2019

  1. Introduce release notes for 5.5.2

    Issue: #2005
    sbrannen committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    83bf310 View commit details
    Browse the repository at this point in the history
  2. Correct file type of module descriptors included in JAR files

    Prior to this commit, all JAR files generated for a published module
    included their compiled module descriptor within the root directory
    of the artifact.
    
    This commit a) includes the compiled module descriptor only in JAR
    files that have no classifier specified and b) stores the source of
    each module descriptor within the matching `*-source.jar` file.
    
    Fixes #2003
    sormuras authored and sbrannen committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    e9baa52 View commit details
    Browse the repository at this point in the history
  3. Avoid JupiterTestEngine crash if Hamcrest is not on the classpath

    Prior to this commit, the JupiterTestEngine would crash without
    executing any tests if JUnit 4 was on the classpath but Hamcrest was
    not.
    
    This commit fixes this bug by ensuring that initialization of the
    OpenTest4JAndJUnit4AwareThrowableCollector class no longer fails if the
    org.junit.internal.AssumptionViolatedException class cannot be loaded
    from the classpath -- for example, due to a missing Hamcrest dependency.
    
    Fixes #2004
    sbrannen committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    835d800 View commit details
    Browse the repository at this point in the history
  4. Document #2003 in the 5.5.2 Release Notes

    Issue: #2005
    sbrannen committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    a962909 View commit details
    Browse the repository at this point in the history
  5. Update @SInCE tag

    Issue #2004
    sbrannen committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    cc13950 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2019

  1. Log cause for failure to load AssumptionViolatedException

    This commit improves diagnostics by logging the cause of a failure to
    load the AssumptionViolatedException class in
    OpenTest4JAndJUnit4AwareThrowableCollector.
    
    Issue: #2004
    sbrannen committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    edd36d7 View commit details
    Browse the repository at this point in the history
  2. Release 5.5.2

    marcphilipp committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    3892622 View commit details
    Browse the repository at this point in the history
Loading