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: mockito/mockito-kotlin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.4.0
Choose a base ref
...
head repository: mockito/mockito-kotlin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.0
Choose a head ref
  • 12 commits
  • 19 files changed
  • 7 contributors

Commits on Aug 7, 2024

  1. Add stubber (top-level) doSuspendableAnswer() (#523)

    Co-authored-by: Andrei Badea <badeaa@2n.com>
    0xabadea and Andrei Badea authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    391bb3f View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

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

Commits on Sep 22, 2024

  1. Fix typo in rootproject name (#528)

    Co-authored-by: Björn Michael <bjoern.michael@optimax-energy.de>
    bjmi and bjoern-michael authored Sep 22, 2024
    Configuration menu
    Copy the full SHA
    94bf867 View commit details
    Browse the repository at this point in the history
  2. Add ArgumentCaptor.singleValue (#529)

    Co-authored-by: Björn Michael <bjoern.michael@optimax-energy.de>
    bjmi and bjoern-michael authored Sep 22, 2024
    Configuration menu
    Copy the full SHA
    c4b4cc1 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2025

  1. Update mockito (#534)

    LarsSven authored Apr 10, 2025
    Configuration menu
    Copy the full SHA
    f97dd1a View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2025

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

Commits on Jul 9, 2025

  1. Update to Kotlin 2 (#535)

    LarsSven authored Jul 9, 2025
    Configuration menu
    Copy the full SHA
    7677d8d View commit details
    Browse the repository at this point in the history
  2. Add checksum for Gradle wrapper (#538)

    The verification fails on `main`, even though the run in #535 was green.
    Probably because the action version had to be updated as well.
    TimvdLippe authored Jul 9, 2025
    Configuration menu
    Copy the full SHA
    7342b2c View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2025

  1. Run release on all tags

    The v6.0.0 tag didn't publish a release since it wasn't matching
    the regular expression. This updates the expression to the same
    one we use in Mockito core.
    
    Fixes #539
    TimvdLippe authored Jul 16, 2025
    Configuration menu
    Copy the full SHA
    0e6ba6d View commit details
    Browse the repository at this point in the history
  2. Allow release job to run on tags

    Similar problem with running on tags, it wasn't running the actual
    release job.
    
    Part of #539
    TimvdLippe authored Jul 16, 2025
    Configuration menu
    Copy the full SHA
    3e2621f View commit details
    Browse the repository at this point in the history
  3. Update logic for determining project version (#540)

    Hopefully to fix the release version to work correctly from the tag.
    TimvdLippe authored Jul 16, 2025
    Configuration menu
    Copy the full SHA
    b7b5424 View commit details
    Browse the repository at this point in the history
  4. Cleanup release

    The version.properties should have been deleted and the repository name was incorrect.
    TimvdLippe authored Jul 16, 2025
    Configuration menu
    Copy the full SHA
    0d1ea6c View commit details
    Browse the repository at this point in the history
Loading