Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libslf4j-java
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian Java Maintainers
libslf4j-java
Commits
fb02da4a
Commit
fb02da4a
authored
2 weeks ago
by
Emmanuel Bourg
Browse files
Options
Downloads
Patches
Plain Diff
Fixed the hanging tests (#1060960)
parent
1c092a5c
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
debian/patches/series
+1
-0
1 addition, 0 deletions
debian/patches/series
debian/patches/surefire-settings.patch
+15
-0
15 additions, 0 deletions
debian/patches/surefire-settings.patch
with
22 additions
and
0 deletions
debian/changelog
+
6
−
0
View file @
fb02da4a
libslf4j-java (1.7.32-2) unstable; urgency=medium
* Fixed the hanging tests (#1060960)
-- Emmanuel Bourg <ebourg@apache.org> Tue, 10 Jun 2025 13:58:30 +0200
libslf4j-java (1.7.32-1) unstable; urgency=medium
* New upstream release
...
...
This diff is collapsed.
Click to expand it.
debian/patches/series
+
1
−
0
View file @
fb02da4a
slf4j-api-MANIFEST.patch
disable-MultithreadedInitializationTest.patch
surefire-settings.patch
This diff is collapsed.
Click to expand it.
debian/patches/surefire-settings.patch
0 → 100644
+
15
−
0
View file @
fb02da4a
Description: Fixes the hanging tests
Author: Emmanuel Bourg <ebourg@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>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment