Skip to content

Conversation

@edeandrea
Copy link
Contributor

Replaced java.util.logging with SLF4J. Updated Gradle configurations to include slf4j-api and slf4j-simple. Adjusted tests and container logging to reflect new logging framework.

Fixes #128

Replaced `java.util.logging` with SLF4J. Updated Gradle configurations to include `slf4j-api` and `slf4j-simple`. Adjusted tests and container logging to reflect new logging framework.

Fixes docling-project#128

Signed-off-by: Eric Deandrea <eric.deandrea@ibm.com>
@github-actions
Copy link

github-actions bot commented Dec 4, 2025

TestsPassed ✅SkippedFailed
Gradle Test Results (all modules & JDKs)531 ran531 passed0 skipped0 failed
TestResult
No test annotations available

Replaced `java.util.logging` with SLF4J. Updated Gradle configurations to include `slf4j-api` and `slf4j-simple`. Adjusted tests and container logging to reflect new logging framework.

Fixes docling-project#128

Signed-off-by: Eric Deandrea <eric.deandrea@ibm.com>
@github-actions
Copy link

github-actions bot commented Dec 4, 2025

HTML test reports are available as workflow artifacts (zipped HTML).

• Download: Artifacts for this run

@edeandrea edeandrea merged commit 159065a into docling-project:main Dec 4, 2025
21 checks passed
@docling-java-ops docling-java-ops bot added the released Issue has been released label Dec 8, 2025
@docling-java-ops
Copy link
Contributor

🎉 This issue has been resolved in v0.2.0 (Release Notes)

@edeandrea edeandrea deleted the slf4j branch December 8, 2025 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

released Issue has been released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Adopt SLF4J instead of Java Util Logging

2 participants