Package: mockito / 1.10.19-4

Metadata

Package Version Patches format
mockito 1.10.19-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
00 use_system_libraries.patch | (download)

build-ant.xml | 2 1 + 1 - 0 !
build.gradle | 5 2 + 3 - 0 !
maven/mockito-core.pom | 5 5 + 0 - 0 !
src/org/mockito/internal/creation/cglib/CGLIBHacker.java | 4 2 + 2 - 0 !
src/org/mockito/internal/creation/cglib/CglibMockMaker.java | 4 2 + 2 - 0 !
src/org/mockito/internal/creation/cglib/ClassImposterizer.java | 10 5 + 5 - 0 !
src/org/mockito/internal/creation/cglib/DelegatingMockitoMethodProxy.java | 4 2 + 2 - 0 !
src/org/mockito/internal/creation/cglib/MethodInterceptorFilter.java | 6 3 + 3 - 0 !
src/org/mockito/internal/creation/cglib/MockitoNamingPolicy.java | 4 2 + 2 - 0 !
src/org/mockito/internal/creation/cglib/SerializableMockitoMethodProxy.java | 4 2 + 2 - 0 !
src/org/mockito/internal/creation/cglib/SerializableNoOp.java | 4 2 + 2 - 0 !
11 files changed, 28 insertions(+), 24 deletions(-)

 use debian's libraries instead of the embedded libraries that are shipped with mockito.
01 fix_FTBFS_with_hamcrest_interfaces.patch | (download)

src/org/mockito/internal/matchers/LocalizedMatcher.java | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 mockito fails to build from source with debian's version of libhamcrest.
 This patch implements the missing interface.
02 disable online tests.patch | (download)

buildSrc/src/test/groovy/testutil/OfflineChecker.groovy | 7 1 + 6 - 0 !
1 file changed, 1 insertion(+), 6 deletions(-)

 disable the tests requiring a network connection
03 ignore cobertura plugin.patch | (download)

build.gradle | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 ignore the code coverage plugin
04 gradle compatibility.patch | (download)

build.gradle | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 fixes the compatibility with the current version of gradle
05 ignore release tasks.patch | (download)

build.gradle | 1 0 + 1 - 0 !
gradle/release.gradle | 4 1 + 3 - 0 !
2 files changed, 1 insertion(+), 4 deletions(-)

 ignore the release tasks
06 source target level.patch | (download)

build.gradle | 4 2 + 2 - 0 !
buildSrc/build.gradle | 4 3 + 1 - 0 !
subprojects/testng/testng.gradle | 4 3 + 1 - 0 !
3 files changed, 8 insertions(+), 4 deletions(-)

 increases the source/target level to fix the build failure with java
 9 and 11