You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Oleg Kalnichevski (JIRA)" <ji...@apache.org> on 2013/09/17 10:28:53 UTC

[jira] [Resolved] (HTTPCLIENT-1400) Improve JCL logger compatibility of HttpClient OSGi bundle

     [ https://issues.apache.org/jira/browse/HTTPCLIENT-1400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oleg Kalnichevski resolved HTTPCLIENT-1400.
-------------------------------------------

    Resolution: Fixed

Implemented in SVN trunk. Please review / test.

Oleg
                
> Improve JCL logger compatibility of HttpClient OSGi bundle
> ----------------------------------------------------------
>
>                 Key: HTTPCLIENT-1400
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1400
>             Project: HttpComponents HttpClient
>          Issue Type: Improvement
>          Components: HttpClient
>    Affects Versions: 4.3 Final
>         Environment: OGSi Framework
>            Reporter: Jens Offenbach
>             Fix For: 4.3.1
>
>
> The package-import org.apache.commons.logging;version="1.1.3" keeps me in trouble in OSGi-based environments. I'am using SLF4J 1.7.5. which offers only the package in version 1.1.1. Based on the release history of JCL the API has not changed from 1.1.1 to 1.1.3. In order to get a working version of your HTTP Client OSGi bundle, I had to change the imported package version manually. This is not a satisfying solution.
> Use this instead and the problem is solved:
> org.apache.commons.logging;version="[1.1.1,1.2.0)"

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org