| Summary: | jline should OSGi export jline.internal for logging API | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Severin Gehwolf <sgehwolf> | ||||
| Component: | jline | Assignee: | Severin Gehwolf <sgehwolf> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | rawhide | CC: | jerboaa, mat.booth, mizdebsk, msimacek, omajid | ||||
| Target Milestone: | --- | Keywords: | Patch | ||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | jline-2.13-3.fc24, jline-2.13-3.fc25 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2016-03-16 10:07:42 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Attachments: |
|
||||||
|
Description
Severin Gehwolf
2016-03-14 14:18:28 UTC
Created attachment 1136192 [details]
Proposed fix.
Comment on attachment 1136192 [details]
Proposed fix.
Patch looks good to me.
Thanks for the patch review, Mikolaj. I'm on the fence about pushing this though. On the one hand it would be closer to upstream's jars from maven central which are exporting jline.internal. On the other hand, the comment in [1] seems to suggest that one should use JUL logging via jline config and then silence the JUL log messages. Since it should not do much harm I'll probably push it tomorrow. [1] https://github.com/jline/jline2/issues/232 I posted a patch upstream to avoid using jline's internal API and to use JUL instead: http://icedtea.classpath.org/pipermail/thermostat/2016-March/018167.html I've pushed the patch and build in koji so as to be more in line with upstream. |