[Git][java-team/libslf4j-java][master] Fixed the hanging tests (#1060960)

Emmanuel Bourg (@ebourg) gitlab at salsa.debian.org
Tue Jun 10 16:08:05 BST 2025



Emmanuel Bourg pushed to branch master at Debian Java Maintainers / libslf4j-java


Commits:
fb02da4a by Emmanuel Bourg at 2025-06-10T13:58:44+02:00
Fixed the hanging tests (#1060960)

- - - - -


3 changed files:

- debian/changelog
- debian/patches/series
- + debian/patches/surefire-settings.patch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+libslf4j-java (1.7.32-2) unstable; urgency=medium
+
+  * Fixed the hanging tests (#1060960)
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Tue, 10 Jun 2025 13:58:30 +0200
+
 libslf4j-java (1.7.32-1) unstable; urgency=medium
 
   * New upstream release


=====================================
debian/patches/series
=====================================
@@ -1,2 +1,3 @@
 slf4j-api-MANIFEST.patch
 disable-MultithreadedInitializationTest.patch
+surefire-settings.patch


=====================================
debian/patches/surefire-settings.patch
=====================================
@@ -0,0 +1,15 @@
+Description: Fixes the hanging tests
+Author: Emmanuel Bourg <ebourg at apache.org>
+Forwarded: not-needed
+Bug-Debian: https://bugs.debian.org/1060960
+--- a/pom.xml
++++ b/pom.xml
+@@ -199,7 +199,7 @@
+         <artifactId>maven-surefire-plugin</artifactId>
+         <version>2.19.1</version>
+         <configuration>
+-          <forkCount>2C</forkCount>
++          <forkCount>1</forkCount>
+           <reuseForks>true</reuseForks>
+           <reportFormat>plain</reportFormat>
+           <trimStackTrace>false</trimStackTrace>



View it on GitLab: https://salsa.debian.org/java-team/libslf4j-java/-/commit/fb02da4a31fc1644b743739c587c330d1c4c6a36

-- 
View it on GitLab: https://salsa.debian.org/java-team/libslf4j-java/-/commit/fb02da4a31fc1644b743739c587c330d1c4c6a36
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/20250610/813b4f4c/attachment.htm>


More information about the pkg-java-commits mailing list