fix(logging): remove duplicate Commons Logging on current main - #411
fix(logging): remove duplicate Commons Logging on current main#411seonghobae wants to merge 3 commits into
Conversation
|
Warning Review limit reached
Next review available in: 29 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@opencode-agent review Please review the unchanged exact current head |
Objective
Reconstruct #340's single-runtime-provider logging repair directly on current protected
mainafter #264 advanced the baseline, without stale ancestry.Test-first current-base state
b66b692ce580b783cddf9e99d96c4f94aa6b1735;0c2f7bcf018861eed4f7ff7d05cc9c4fc8e4773c;spring-jcland standalonecommons-loggingthrough PDFBox, and current CI emits the duplicate-provider warning;LogFactory.classprovider owned byspring-jcl;commons-logging:commons-loggingexclusion, rejects direct reintroduction, and remains discoverable under standard-libraryunittest.This Draft intentionally begins RED. Observe exact-head failure before changing
pom.xml; then apply only the PDFBox exclusion and require exact-head Maven/100% coverage/Javadocs plus CI/Security/SAST/fuzz and fresh reviews/threads.Scope
Three-file runtime/dependency-integrity slice only. It does not change application logging semantics, backend selection, source conversion, release publication, or canonical docs. PR #340 is the stale-base predecessor and is superseded by this current-base reconstruction.