[Git][java-team/junit5][master] 2 commits: Add patch for deprecated usage of AllDefaultPossibilitiesBuilder
Tony Mancill
gitlab at salsa.debian.org
Sat Nov 21 23:27:28 GMT 2020
Tony Mancill pushed to branch master at Debian Java Maintainers / junit5
Commits:
76dd105e by tony mancill at 2020-11-21T15:18:47-08:00
Add patch for deprecated usage of AllDefaultPossibilitiesBuilder
- - - - -
cb7464dd by tony mancill at 2020-11-21T15:19:45-08:00
prepare changelog for upload to unstable
- - - - -
3 changed files:
- debian/changelog
- + debian/patches/15-deprecated.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+junit5 (5.3.2-4) unstable; urgency=medium
+
+ * Team upload.
+ * Add patch for deprecated usage of AllDefaultPossibilitiesBuilder
+ (Closes: #975225)
+
+ -- tony mancill <tmancill at debian.org> Sat, 21 Nov 2020 15:18:25 -0800
+
junit5 (5.3.2-3) unstable; urgency=medium
* Removed the timestamps in the manifests to improve the reproducibility
=====================================
debian/patches/15-deprecated.patch
=====================================
@@ -0,0 +1,10 @@
+--- a/junit-vintage-engine/src/main/java/org/junit/vintage/engine/discovery/DefensiveAllDefaultPossibilitiesBuilder.java
++++ b/junit-vintage-engine/src/main/java/org/junit/vintage/engine/discovery/DefensiveAllDefaultPossibilitiesBuilder.java
+@@ -45,7 +45,6 @@
+ private final IgnoredBuilder ignoredBuilder;
+
+ DefensiveAllDefaultPossibilitiesBuilder() {
+- super(true);
+ annotatedBuilder = new DefensiveAnnotatedBuilder(this);
+ junit4Builder = new DefensiveJUnit4Builder();
+ ignoredBuilder = new NullIgnoredBuilder();
=====================================
debian/patches/series
=====================================
@@ -12,3 +12,4 @@
12-ignore-asciidoctor-plugin.patch
13-disable-tests.patch
14-reproducible-manifest.patch
+15-deprecated.patch
View it on GitLab: https://salsa.debian.org/java-team/junit5/-/compare/80a755b35d15cc4601b2acb8d929c793016bfb35...cb7464dd9a1d41af3152b616b2bf1c9ef1865f0c
--
View it on GitLab: https://salsa.debian.org/java-team/junit5/-/compare/80a755b35d15cc4601b2acb8d929c793016bfb35...cb7464dd9a1d41af3152b616b2bf1c9ef1865f0c
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20201121/adcb7c5c/attachment.html>
More information about the pkg-java-commits
mailing list