8000 Comparing r5.12.0-M1...r5.12.0-RC1 · junit-team/junit-framework · GitHub
[go: up one dir, main page]

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.12.0-M1
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.12.0-RC1
Choose a head ref
  • 18 commits
  • 79 files changed
  • 4 contributors

Commits on Jan 31, 2025

  1. Configuration menu
    Copy the full SHA
    e27d27a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b04fe73 View commit details
    Browse the repository at this point in the history
  3. Match all PR branches

    marcphilipp committed Jan 31, 2025
    Configuration menu
    Copy the full SHA
    6900696 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ba92b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2025

  1. Update plugin shadow to v8.3.6 (#4295)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    907a13b View commit details
    Browse the repository at this point in the history
  2. Support arbitrary Java versions with JRE conditions

    Prior to JUnit Jupiter 5.12, JRE-based conditions could only rely on
    predefined constants in the JRE enum. Furthermore, those constants are
    only updated as long as the particular JUnit Jupiter branch is
    supported. For example, once JUnit Jupiter 5.12 is released, there is
    no guarantee that the JRE enum constants will be updated in the 5.11.x
    branch.
    
    Consequently, users previously did not have the ability to enable or
    disable tests for Java versions released after a particular JUnit
    Jupiter branch was no longer supported.
    
    To address that, this commit introduces support for arbitrary Java
    versions in the JRE enum and related condition annotations.
    
    Users can now specify arbitrary Java versions via the `versions`
    attributes in @⁠EnabledOnJre and @⁠DisabledOnJre and via the
    `minVersion` and `maxVersion` attributes in @⁠EnabledForJreRange and
    @⁠DisabledForJreRange.
    
    Closes: #3930
    Closes: #3931
    sbrannen committed Feb 3, 2025
    Configuration menu
    Copy the full SHA
    2d9a10e View commit details
    Browse the repository at this point in the history
  3. Polish Javadoc for JRE enum

    See: #3931
    
    Co-authored-by: Marc Philipp <mail@marcphilipp.de>
    sbrannen and marcphilipp committed Feb 3, 2025
    Configuration menu
    Copy the full SHA
    c1907e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67beae4 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2025

  1. Configuration menu
    Copy the full SHA
    22de8f9 View commit details
    Browse the repository at this point in the history
  2. Clean up warnings

    sbrannen committed Feb 4, 2025
    Configuration menu
    Copy the full SHA
    3fb8be6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fad9d56 View commit details
    Browse the repository at this point in the history
  4. Polish Javadoc

    sbrannen committed Feb 4, 2025
    Configuration menu
    Copy the full SHA
    2fb0e22 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2025

  1. Configuration menu
    Copy the full SHA
    abd9489 View commit details
    Browse the repository at this point in the history
  2. Introduce API for ordering test descriptor children in place (#4289)

    Resolves #4290.
    
    ---------
    
    Co-authored-by: Marc Philipp <mail@marcphilipp.de>
    mpkorstanje and marcphilipp authored Feb 5, 2025
    Configuration menu
    Copy the full SHA
    731d5df View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2025

  1. Configuration menu
    Copy the full SHA
    40c885d View commit details
    Browse the repository at this point in the history
  2. Fix handling of Windows junctions during temp dir cleanup (#4301)

    * Stop following working junctions (same as symlinks)
    * Fix deleting broken junctions
    
    Fixes #4299.
    marcphilipp authored Feb 7, 2025
    Configuration menu
    Copy the full SHA
    655f559 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cdf97aa View commit details
    Browse the repository at this point in the history
  4. Release 5.12.0-RC1

    marcphilipp committed Feb 7, 2025
    Configuration menu
    Copy the full SHA
    a6f7263 View commit details
    Browse the repository at this point in the history
Loading
0