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/junit5
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: r5.10.1
Choose a base ref
...
head repository: junit-team/junit5
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: r5.10.2
Choose a head ref
  • 17 commits
  • 24 files changed
  • 4 contributors

Commits on Nov 5, 2023

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

Commits on Dec 9, 2023

  1. Use access key auth for remote build cache

    Instead of injecting user name and password for pushing to the remote
    build cache, the build now uses the user access key for authentication.
    marcphilipp committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    ec0739e View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2024

  1. Introduce build parameter to explicitly enable/disable signing

    The new `publishing.signArtifacts` can be used to explicitly enable
    (e.g. for testing) or disable signing of artifacts when publishing to a
    Maven repository.
    marcphilipp committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    37eeb64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0d3cd0 View commit details
    Browse the repository at this point in the history
  3. Allow overriding JAR manifest entries for reproducibility

    With these changes, the `Build-Date`, `Build-Time`, and `Created-By`
    manifest entries can be taken from the released JARs and passed to the
    build in order to check for reproducibility:
    
        ./gradlew assemble \
            -Pmanifest.buildTimestamp='2024-01-07 14:00:54.292+0100' \
            -Pmanifest.createdBy='21.0.1 (BellSoft 21.0.1+12-LTS)'
    
    Closes #3559.
    marcphilipp committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    3be8a00 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c94a98 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    119e164 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. Include LauncherInterceptor in launcher module declaration

    (cherry picked from commit 8d0deb0)
    shartte authored and sormuras committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    ec8d428 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e26cd83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d919ba7 View commit details
    Browse the repository at this point in the history
  4. Fix CI build

    marcphilipp committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    5ee499f View commit details
    Browse the repository at this point in the history
  5. Update release notes

    sbrannen committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    6209006 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Revert "Apply field predicate before searching type hierarchy"

    This commit reverts the functional changes from commit f30a8d5 and
    disables the associated tests for the time being.
    
    See #3532
    See #3553
    Closes #3638
    
    (cherry picked from commit 7789d32)
    sbrannen committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    85ec2fc View commit details
    Browse the repository at this point in the history
  2. Revert "Harmonize application of method and field filters in search a…

    …lgorithms"
    
    This reverts commit a670d10.
    
    See #3534
    See #3553
    See #3600
    
    (cherry picked from commit 2f05a7c)
    sbrannen committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    63d464d View commit details
    Browse the repository at this point in the history
  3. Revert "Apply method predicate before searching type hierarchy"

    This commit reverts the functional changes from commit 64ed21a and
    disables the associated tests for the time being.
    
    See #3498
    See #3500
    See #3553
    Closes #3600
    
    (cherry picked from commit c2f49f6)
    sbrannen committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    43c105a View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Configuration menu
    Copy the full SHA
    463a147 View commit details
    Browse the repository at this point in the history
  2. Release 5.10.2

    marcphilipp committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    4c0ddda View commit details
    Browse the repository at this point in the history
Loading