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.1.2
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.2.1
Choose a head ref
  • 18 commits
  • 58 files changed
  • 10 contributors

Commits on Jun 3, 2023

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

Commits on Jun 22, 2023

  1. [SUREFIRE-2182] Log starter implementation on DEBUG level (#665)

    For fork starter log the underlying configuration class name as well
    kwin authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    49e6607 View commit details
    Browse the repository at this point in the history
  2. [SUREFIRE-2178] clarify classpathDependencyExcludes (#666)

    Add the info that each item of additionalClasspathElements need to be a
    filesystem path
    kwin authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    128bd4d View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. [SUREFIRE-2179] Support adding additional Maven dependencies to the t…

    …est runtime classpath (#667)
    kwin authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    47eb197 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

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

Commits on Aug 20, 2023

  1. [MNG-6847] Use diamond operator

    Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.staticanalysis.UseDiamondOperator?organizationId=QXBhY2hlIE1hdmVu
    
    Co-authored-by: Moderne <team@moderne.io>
    2 people authored and slachiewicz committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    d48befb View commit details
    Browse the repository at this point in the history
  2. [MNG-6847] Apply spotless

    timtebeek authored and slachiewicz committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    8ca7a09 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. [SUREFIRE-2190] Fix module dependencies for compile only dependencies (

    …#668)
    
    * [SUREFIRE-2190] Fix module dependencies for compile only dependencies
    
    Include all modules on the module path to the root modules. This fixes
    test code that uses dependencies that are declared as optional
    (`require static`) for the main artifact to access these dependencies.
    hgschmie authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    5aea5e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Fix TestNG web site URL

    http://www.testng.org does not work anymore. Changed to https://testng.org
    sabi0 authored and slachiewicz committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    2966964 View commit details
    Browse the repository at this point in the history
  2. [SUREFIRE-1124] Support forkNumber in environment variables

    Stefan Wismer authored and slawekjaranowski committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    9b79bda View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

  1. Simplify temp dir creation

    michael-o committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    176937d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a09438 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a5dba8 View commit details
    Browse the repository at this point in the history
  4. [SUREFIRE-2196] maven-surefire-report-plugin:failsafe-report-only fai…

    …led: Unmatched braces in the pattern
    michael-o committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    edfb965 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad0639f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    97c84a1 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Fix formatting

    michael-o committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    0910b75 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

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