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: apache/maven-surefire
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: surefire-3.0.0-M8
Choose a base ref
...
head repository: apache/maven-surefire
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: surefire-3.0.0-M9
Choose a head ref
  • 9 commits
  • 54 files changed
  • 6 contributors

Commits on Jan 7, 2023

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

Commits on Feb 3, 2023

  1. [SUREFIRE-2095] Fork crash doesn't fail build with -Dmaven.test.failu…

    …re.ignore=true when run with failsafe (#545)
    
    Verify goal should fail when test summary indicates a SurefireBooterForkException occurred
    br0nstein authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    59e096d View commit details
    Browse the repository at this point in the history
  2. Bump commons-email

    Bumps commons-email from 1.2 to 1.5.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.commons:commons-email
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    b8887b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. [SUREFIRE-2065] Fix parameterized JUnit4 test reporting (#608)

    * [SUREFIRE-2065] Fix parameterized JUnit4 test reporting
    
    ---------
    
    Co-authored-by: Christian Marquez Grabia <[email protected]>
    andpab and chalmagr authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    11d0541 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Configuration menu
    Copy the full SHA
    ee5e81e View commit details
    Browse the repository at this point in the history
  2. Bump junit in /surefire-its/src/test/resources/surefire-2065-junit4 (#…

    …611)
    
    Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1.
    - [Release notes](https://github.com/junit-team/junit4/releases)
    - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
    - [Commits](junit-team/junit4@r4.12...r4.13.1)
    
    ---
    updated-dependencies:
    - dependency-name: junit:junit
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    c6ddebc View commit details
    Browse the repository at this point in the history
  3. Bump log4j-core

    Bumps log4j-core from 2.13.1 to 2.17.1.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.logging.log4j:log4j-core
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    c2c4180 View commit details
    Browse the repository at this point in the history
  4. [SUREFIRE-2145] Don't use Sink#figure()/Sink#figureCaption() since it…

    … distorts the output
    
    This closes #595
    michael-o committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    bdec059 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

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