Szczepan Faber
Szczepan Faber
Mockito ships with optional Answer [RETURNS_SMART_NULLS](https://static.javadoc.io/org.mockito/mockito-core/2.7.12/org/mockito/Mockito.html#RETURNS_SMART_NULLS) that is useful to tackle problems with incorrect / missing stubbing. Do you think returning "smart nulls" should be the default behavior of Mockito...
'com.twitter:parquet-protobuf:1.5.0' (including higher versions) is not resolvable from MavenCentral because it's missing some of its transitive dependencies. This makes the 'gobblin-parquet' module *also not resolvable* from MavenCentral (e.g. 'org.apache.gobblin:gobblin-parquet:0.14.0' does...
Hey, I'm trying to improve the `previousVersion` behavior (#395) so that axion plugin better integrates with plugins that automatically generate release notes. It turns out that it's quite tricky (for...
In the recent release we've added `scmVersion.previousVersion`. It works well for snapshots but does not quite work when building tags: - when building snapshots: `scmVersion.version=1.0.0, scmVersion.previousVersion=1.0.1-SNAPSHOT` - when building tags:...
This ticket is prescribe a clean solution for a Scala multi-variant project such as https://github.com/linkedin/isolation-forest. Currently, this project uses Shipkit but the setup is complex (multiple Travis CI stages, disabling...
Build fails due to upgrade downstream failure on code coverage check: Travis CI link: https://travis-ci.org/github/mockito/shipkit/builds/704857764#L1931 Error: ``` [upgradeDownstream] [performVersionUpgrade] > Exception happen while trying to merge pull request. Merge aborted....
Cloning Javadoc repo is slow. Can we do shallow clone? @mstachniuk, thoughts?
Standard way of configuring Bintray does not work in some projects. It seems like a bug in Gradle. Typical content in "gradle/shipkit.gradle": ``` allprojects { plugins.withId("com.shipkit.bintray") { bintray { ......
Let's figure out what to do with 100 warnings from Javadoc that spoil the build log. Can we suppress the warnings while still show Javadoc errors? Alternatively, we could just...