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: cucumber/cucumber-jvm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.29.0
Choose a base ref
...
head repository: cucumber/cucumber-jvm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.30.0
Choose a head ref
  • 14 commits
  • 54 files changed
  • 3 contributors

Commits on Sep 21, 2025

  1. Prepare for the next development iteration

    Created-by: polyglot-release v1.6.1
    mpkorstanje committed Sep 21, 2025
    Configuration menu
    Copy the full SHA
    175d7eb View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2025

  1. Configuration menu
    Copy the full SHA
    556fced View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32d2215 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2025

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

Commits on Sep 26, 2025

  1. chore(config): migrate config .github/renovate.json (#3082)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 26, 2025
    Configuration menu
    Copy the full SHA
    c68bae6 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2025

  1. Configuration menu
    Copy the full SHA
    3b6afa8 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency maven-wrapper to v3.3.4 (#3081)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 28, 2025
    Configuration menu
    Copy the full SHA
    35b2f78 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2025

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

Commits on Sep 30, 2025

  1. Configuration menu
    Copy the full SHA
    337e013 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42dbc28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6593e91 View commit details
    Browse the repository at this point in the history
  4. [JUnit Platform Engine] Use FileSource.withPosition (#3084)

    Creating a `FileSource` involves a call to `File.getCanonicalFile`.
    This call can be slow because it involves the file system. Especially
    if the file system is networked.
    
    By using `FileSource.withPosition` we can reuse the canonical file from
    the feature for its nodes.
    
    Fixes: #3010
    mpkorstanje authored Sep 30, 2025
    Configuration menu
    Copy the full SHA
    a8470cb View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2025

  1. java: Various CI improvements

    This bulk update includes
    
    * Use Eclipse Temurin instead of Azul Zulu
    * Set fail-fast: true on matrix strategies to reduce CI time
    * Use the junit-jupiter aggregator module instead of junit-jupiter-engine
    * Use single quotes around values in yaml for consistency
    mpkorstanje committed Oct 1, 2025
    Configuration menu
    Copy the full SHA
    0ddb93f View commit details
    Browse the repository at this point in the history
  2. Prepare release v7.30.0

    Created-by: polyglot-release v1.6.1
    mpkorstanje committed Oct 1, 2025
    Configuration menu
    Copy the full SHA
    91aefb8 View commit details
    Browse the repository at this point in the history
Loading