Package: junit4 / 4.13.2-3

Metadata

Package Version Patches format
junit4 4.13.2-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
exclude dependency sources.patch | (download)

pom.xml | 4 2 2 - 0 !
1 file changed, 2 insertions( ), 2 deletions(-)

 don't include hamcrest in the javadoc (the source artifact isn't
 available)

Version.patch | (download)

src/main/java/junit/runner/Version.java | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 version

java17 compatibility.patch | (download)

pom.xml | 10 5 5 - 0 !
1 file changed, 5 insertions( ), 5 deletions(-)

 disable doclint and change the source level to fix the build failure with openjdk 17
hamcrest compatibility.patch | (download)

src/main/java/org/junit/matchers/JUnitMatchers.java | 2 1 1 - 0 !
src/test/java/org/junit/tests/experimental/theories/runner/WithDataPointMethod.java | 2 1 1 - 0 !
2 files changed, 2 insertions( ), 2 deletions(-)

 fixes the compatibility with the version of hamcrest in debian