8000 Tags · mockito/mockito · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: mockito/mockito

Tags

v5.18.0

Toggle v5.18.0's commit message
Force Jacoco version for Android

We need to override the version used by Android toolchain.

v5.17.0

Toggle v5.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove mention of `mockito-inline` from mockmaker exception (#3628)

`mockito-inline` is a discontinued artifact, since the inline mockmaker
is now the default mockmaker in `mockito-core`.

Fixes #3621

v5.16.1

Toggle v5.16.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Rework of injection strategy in the context of modules (#3608)

This fixes several reported issues with inaccessible classes and required
extra reads and exports in module configuration.
10000

v5.16.0

Toggle v5.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support for including module-info in Mockito. (#3597)

Both `mockito-core` and `mockito-junit-jupiter` now ship
a `module-info` declaration. All internal packages are not
exported.

v5.15.2

Toggle v5.15.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix javadoc publication (#3561)

There are a couple of fixes included in this commit:
* The destination dir was improperly set when translating from groovy DSL
  to kotlin DSL in 590b24a which
  prevented the cache and the javadocJar to pick up the right folder.
  This change avoids setting manually the destination dir and uses the
  default instead.
* Skip test-fixtures publication
* Always publish javadoc artifact for published modules
* In 2c184c9 nexus publish was bumped to
2.0.1, however a task changed name. while this didn't prevent the task
to be executed, let's use the correct name.
* Exclude internal packages

Fixes #3542

v5.15.1

Toggle v5.15.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Introduce release convention plugin for Shipkit integration (#3533)

v5.15.0

Toggle v5.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump com.google.googlejavaformat:google-java-format (#3541)

Bumps [com.google.googlejavaformat:google-java-format](https://github.com/google/google-java-format) from 1.25.0 to 1.25.1.
- [Release notes](https://github.com/google/google-java-format/releases)
- [Commits](google/google-java-format@v1.25.0...v1.25.1)

---
updated-dependencies:
- dependency-name: com.google.googlejavaformat:google-java-format
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v5.14.2

Toggle v5.14.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update `nexusPublishing` to use project.group(#3470)

This broke when we moved the core sources into
the `mockito-core` subproject.

See https://github.com/gradle-nexus/publish-plugin/blob/v2.0.0-rc-1/src/main/kotlin/io/github/gradlenexus/publishplugin/NexusPublishExtension.kt#L38-L40

Also, tweak the nexus `repositoryDescription` for the same reason.

Fixes #3466

v5.14.1

Toggle v5.14.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: gradle mockitoAgent configuration should not be transitive (#3454)

See #3037
Follow up to #3437

v5.14.0

Toggle v5.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Disable mocks with an error message (#3424)

This allows us to avoid the memory leak issues addressed by `clearInlineMocks` and track how a mock object might leak from the test that instantiated it

Fixes #3419
0