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-RC1
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-RC2
Choose a head ref
  • 16 commits
  • 44 files changed
  • 3 contributors

Commits on Feb 7, 2025

  1. Configuration menu
    Copy the full SHA
    4b37d76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89e8fee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b7e275 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    92f7ae8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    95e67be View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2025

  1. Configuration menu
    Copy the full SHA
    ed5ac99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfd5ebb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d990ce5 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2025

  1. Link to KEYS

    marcphilipp authored Feb 10, 2025
    Configuration menu
    Copy the full SHA
    5716b62 View commit details
    Browse the repository at this point in the history
  2. Use title case

    marcphilipp authored Feb 10, 2025
    Configuration menu
    Copy the full SHA
    fc812f3 View commit details
    Browse the repository at this point in the history
  3. Add support for parallel execution of test methods to JUnit Vintage e…

    …ngine (#4242)
    
    New configuration parameters allow configuring whether test classes, 
    methods, or both should be executed in parallel.
    
    Resolves #4238.
    
    ---------
    
    Co-authored-by: Marc Philipp <mail@marcphilipp.de>
    YongGoose and marcphilipp authored Feb 10, 2025
    Configuration menu
    Copy the full SHA
    686e49f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9e075c View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2025

  1. Use snapshot-tests to ease adapting assertions after changes to start…

    …er (#4310)
    
    Prior to this commit, changing the tests in the jupiter-starter sample
    project required to manually adapt the expected XML string in
    `XmlAssertions` which was tedious and time-consuming. Instead, the XML
    report is now checked against a snapshot that is committed to version
    control. When a diff is encountered, the affected test will fail. The
    actual and expected snapshots can then be diffed and, if ok, the actual
    snapshot can be used to overwrite the expected one.
    
    To avoid committing host names and usernames to source control, they are
    obfuscated prior to writing the snapshot files.
    marcphilipp authored Feb 11, 2025
    Configuration menu
    Copy the full SHA
    c648369 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35d1d98 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2025

  1. Configuration menu
    Copy the full SHA
    6d09b33 View commit details
    Browse the repository at this point in the history
  2. Release 5.12.0-RC2

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