You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by "Matt Sicker (JIRA)" <ji...@apache.org> on 2014/04/22 04:40:15 UTC

[jira] [Resolved] (LOG4J2-346) Cyclic dependency in OSGi-context. Apache Log4j SLF4J Binding <-> slf4j-api

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

Matt Sicker resolved LOG4J2-346.
--------------------------------

    Resolution: Fixed
      Assignee: Matt Sicker

This was fixed quite recently with the bundle config cleanups.

> Cyclic dependency in OSGi-context. Apache Log4j SLF4J Binding <-> slf4j-api
> ---------------------------------------------------------------------------
>
>                 Key: LOG4J2-346
>                 URL: https://issues.apache.org/jira/browse/LOG4J2-346
>             Project: Log4j 2
>          Issue Type: Bug
>          Components: Core, SLF4J Bridge
>    Affects Versions: 2.0-beta4, 2.0-beta8, 2.0-beta9, 2.0-rc1
>         Environment: OSGi R5 / Apache Felix 4.x
>            Reporter: Roland Weiglhofer
>            Assignee: Matt Sicker
>            Priority: Blocker
>              Labels: Bundle, OSGi, SLF4J
>             Fix For: 2.0-rc2
>
>         Attachments: 0001-Add-SLF4J-related-bundles.patch, log4j2-slf4j-impl.patch
>
>
> The bundle "Apache Log4j SLF4J Binding" (2.0.0.beta8) has an unresolved dependency to the package org.slf4j which is exported by the slf4j-api bundle. The Slf4j-api bundle has also an unresolved dependency to the package org.slf4j.impl which is exported by the bundle "Apache Log4j SLF4J Binding". Without the slf4j-api everything works. But the Slf4j-api bundle is needed because of given dependencies of third-party-bundles. The "Apache Log4j SLF4J Binding" bundle should also export the package org.slf4j.
> ----------------------------------------------------------------
>    ID|State      |Level|Name
>     0|Active     |    0|System Bundle (4.2.1)
>     4|Active     |    2|Apache Felix Bundle Repository (1.6.6)
>     5|Active     |    2|Apache Felix Configuration Admin Service (1.6.0)
>     6|Active     |    2|Apache Felix Gogo Command (0.12.0)
>     7|Active     |    2|Apache Felix Gogo Runtime (0.10.0)
>     8|Active     |    2|Apache Felix Gogo Shell (0.10.0)
>     9|Resolved   |    2|Apache Felix Security Provider (2.2.0)
>    10|Active     |    2|Apache Felix Shell Service (1.4.3)
>    11|Installed  |    2|Apache Log4j 1.x Compatibility API (2.0.0.beta8)
>    12|Active     |    2|Apache Log4j API (2.0.0.beta8)
>    13|Installed  |    2|Apache Log4j Commons Logging Bridge (2.0.0.beta8)
>    14|Installed  |    2|Apache Log4j Core (2.0.0.beta8)
>    15|Installed  |    2|Apache Log4j SLF4J Binding (2.0.0.beta8)
>    16|Active     |    2|cal10n-api (0.7.4)
>    17|Active     |    2|Commons IO (2.4.0)
>    18|Active     |    2|Commons Lang (2.6.0)
>    19|Active     |    2|Data mapper for Jackson JSON processor (1.9.13)
>    20|Active     |    2|Jackson JSON processor (1.9.13)
>    21|Active     |    2|JSON.simple (1.1.1)
>    22|Installed  |    2|slf4j-api (1.5.11)
>    23|Installed  |    2|slf4j-ext (1.5.11)
> Unresolved constraint in bundle org.apache.logging.log4j-slf4j-impl [15]: Unable to resolve 15.0: missing requirement [15.0] osgi.wiring.package; (osgi.wiring.package=org.slf4j) [caused by: Unable to resolve 22.0: missing requirement [22.0] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j.impl)(version>=1.5.5))]
> Unresolved constraint in bundle slf4j.api [22]: Unable to resolve 22.0: missing requirement [22.0] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j.impl)(version>=1.5.5))



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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


Re: [jira] [Resolved] (LOG4J2-346) Cyclic dependency in OSGi-context. Apache Log4j SLF4J Binding <-> slf4j-api

Posted by Matt Sicker <bo...@gmail.com>.
I did now! ;)


On 21 April 2014 22:36, Gary Gregory <ga...@gmail.com> wrote:

> Hello,
>
> Is someone updating the changes.xml as these tickets are marked as fixed?
>
> Gary
>
> ---------- Forwarded message ----------
> From: Matt Sicker (JIRA) <ji...@apache.org>
> Date: Mon, Apr 21, 2014 at 10:40 PM
> Subject: [jira] [Resolved] (LOG4J2-346) Cyclic dependency in OSGi-context.
> Apache Log4j SLF4J Binding <-> slf4j-api
> To: log4j-dev@logging.apache.org
>
>
>
>      [
> https://issues.apache.org/jira/browse/LOG4J2-346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel]
>
> Matt Sicker resolved LOG4J2-346.
> --------------------------------
>
>     Resolution: Fixed
>       Assignee: Matt Sicker
>
> This was fixed quite recently with the bundle config cleanups.
>
> > Cyclic dependency in OSGi-context. Apache Log4j SLF4J Binding <->
> slf4j-api
> >
> ---------------------------------------------------------------------------
> >
> >                 Key: LOG4J2-346
> >                 URL: https://issues.apache.org/jira/browse/LOG4J2-346
> >             Project: Log4j 2
> >          Issue Type: Bug
> >          Components: Core, SLF4J Bridge
> >    Affects Versions: 2.0-beta4, 2.0-beta8, 2.0-beta9, 2.0-rc1
> >         Environment: OSGi R5 / Apache Felix 4.x
> >            Reporter: Roland Weiglhofer
> >            Assignee: Matt Sicker
> >            Priority: Blocker
> >              Labels: Bundle, OSGi, SLF4J
> >             Fix For: 2.0-rc2
> >
> >         Attachments: 0001-Add-SLF4J-related-bundles.patch,
> log4j2-slf4j-impl.patch
> >
> >
> > The bundle "Apache Log4j SLF4J Binding" (2.0.0.beta8) has an unresolved
> dependency to the package org.slf4j which is exported by the slf4j-api
> bundle. The Slf4j-api bundle has also an unresolved dependency to the
> package org.slf4j.impl which is exported by the bundle "Apache Log4j SLF4J
> Binding". Without the slf4j-api everything works. But the Slf4j-api bundle
> is needed because of given dependencies of third-party-bundles. The "Apache
> Log4j SLF4J Binding" bundle should also export the package org.slf4j.
> > ----------------------------------------------------------------
> >    ID|State      |Level|Name
> >     0|Active     |    0|System Bundle (4.2.1)
> >     4|Active     |    2|Apache Felix Bundle Repository (1.6.6)
> >     5|Active     |    2|Apache Felix Configuration Admin Service (1.6.0)
> >     6|Active     |    2|Apache Felix Gogo Command (0.12.0)
> >     7|Active     |    2|Apache Felix Gogo Runtime (0.10.0)
> >     8|Active     |    2|Apache Felix Gogo Shell (0.10.0)
> >     9|Resolved   |    2|Apache Felix Security Provider (2.2.0)
> >    10|Active     |    2|Apache Felix Shell Service (1.4.3)
> >    11|Installed  |    2|Apache Log4j 1.x Compatibility API (2.0.0.beta8)
> >    12|Active     |    2|Apache Log4j API (2.0.0.beta8)
> >    13|Installed  |    2|Apache Log4j Commons Logging Bridge (2.0.0.beta8)
> >    14|Installed  |    2|Apache Log4j Core (2.0.0.beta8)
> >    15|Installed  |    2|Apache Log4j SLF4J Binding (2.0.0.beta8)
> >    16|Active     |    2|cal10n-api (0.7.4)
> >    17|Active     |    2|Commons IO (2.4.0)
> >    18|Active     |    2|Commons Lang (2.6.0)
> >    19|Active     |    2|Data mapper for Jackson JSON processor (1.9.13)
> >    20|Active     |    2|Jackson JSON processor (1.9.13)
> >    21|Active     |    2|JSON.simple (1.1.1)
> >    22|Installed  |    2|slf4j-api (1.5.11)
> >    23|Installed  |    2|slf4j-ext (1.5.11)
> > Unresolved constraint in bundle org.apache.logging.log4j-slf4j-impl
> [15]: Unable to resolve 15.0: missing requirement [15.0]
> osgi.wiring.package; (osgi.wiring.package=org.slf4j) [caused by: Unable to
> resolve 22.0: missing requirement [22.0] osgi.wiring.package;
> (&(osgi.wiring.package=org.slf4j.impl)(version>=1.5.5))]
> > Unresolved constraint in bundle slf4j.api [22]: Unable to resolve 22.0:
> missing requirement [22.0] osgi.wiring.package;
> (&(osgi.wiring.package=org.slf4j.impl)(version>=1.5.5))
>
>
>
> --
> This message was sent by Atlassian JIRA
> (v6.2#6252)
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
> For additional commands, e-mail: log4j-dev-help@logging.apache.org
>
>
>
>
> --
> E-Mail: garydgregory@gmail.com | ggregory@apache.org
> Java Persistence with Hibernate, Second Edition<http://www.manning.com/bauer3/>
> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
> Spring Batch in Action <http://www.manning.com/templier/>
> Blog: http://garygregory.wordpress.com
> Home: http://garygregory.com/
> Tweet! http://twitter.com/GaryGregory
>



-- 
Matt Sicker <bo...@gmail.com>

Fwd: [jira] [Resolved] (LOG4J2-346) Cyclic dependency in OSGi-context. Apache Log4j SLF4J Binding <-> slf4j-api

Posted by Gary Gregory <ga...@gmail.com>.
Hello,

Is someone updating the changes.xml as these tickets are marked as fixed?

Gary

---------- Forwarded message ----------
From: Matt Sicker (JIRA) <ji...@apache.org>
Date: Mon, Apr 21, 2014 at 10:40 PM
Subject: [jira] [Resolved] (LOG4J2-346) Cyclic dependency in OSGi-context.
Apache Log4j SLF4J Binding <-> slf4j-api
To: log4j-dev@logging.apache.org



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

Matt Sicker resolved LOG4J2-346.
--------------------------------

    Resolution: Fixed
      Assignee: Matt Sicker

This was fixed quite recently with the bundle config cleanups.

> Cyclic dependency in OSGi-context. Apache Log4j SLF4J Binding <->
slf4j-api
>
---------------------------------------------------------------------------
>
>                 Key: LOG4J2-346
>                 URL: https://issues.apache.org/jira/browse/LOG4J2-346
>             Project: Log4j 2
>          Issue Type: Bug
>          Components: Core, SLF4J Bridge
>    Affects Versions: 2.0-beta4, 2.0-beta8, 2.0-beta9, 2.0-rc1
>         Environment: OSGi R5 / Apache Felix 4.x
>            Reporter: Roland Weiglhofer
>            Assignee: Matt Sicker
>            Priority: Blocker
>              Labels: Bundle, OSGi, SLF4J
>             Fix For: 2.0-rc2
>
>         Attachments: 0001-Add-SLF4J-related-bundles.patch,
log4j2-slf4j-impl.patch
>
>
> The bundle "Apache Log4j SLF4J Binding" (2.0.0.beta8) has an unresolved
dependency to the package org.slf4j which is exported by the slf4j-api
bundle. The Slf4j-api bundle has also an unresolved dependency to the
package org.slf4j.impl which is exported by the bundle "Apache Log4j SLF4J
Binding". Without the slf4j-api everything works. But the Slf4j-api bundle
is needed because of given dependencies of third-party-bundles. The "Apache
Log4j SLF4J Binding" bundle should also export the package org.slf4j.
> ----------------------------------------------------------------
>    ID|State      |Level|Name
>     0|Active     |    0|System Bundle (4.2.1)
>     4|Active     |    2|Apache Felix Bundle Repository (1.6.6)
>     5|Active     |    2|Apache Felix Configuration Admin Service (1.6.0)
>     6|Active     |    2|Apache Felix Gogo Command (0.12.0)
>     7|Active     |    2|Apache Felix Gogo Runtime (0.10.0)
>     8|Active     |    2|Apache Felix Gogo Shell (0.10.0)
>     9|Resolved   |    2|Apache Felix Security Provider (2.2.0)
>    10|Active     |    2|Apache Felix Shell Service (1.4.3)
>    11|Installed  |    2|Apache Log4j 1.x Compatibility API (2.0.0.beta8)
>    12|Active     |    2|Apache Log4j API (2.0.0.beta8)
>    13|Installed  |    2|Apache Log4j Commons Logging Bridge (2.0.0.beta8)
>    14|Installed  |    2|Apache Log4j Core (2.0.0.beta8)
>    15|Installed  |    2|Apache Log4j SLF4J Binding (2.0.0.beta8)
>    16|Active     |    2|cal10n-api (0.7.4)
>    17|Active     |    2|Commons IO (2.4.0)
>    18|Active     |    2|Commons Lang (2.6.0)
>    19|Active     |    2|Data mapper for Jackson JSON processor (1.9.13)
>    20|Active     |    2|Jackson JSON processor (1.9.13)
>    21|Active     |    2|JSON.simple (1.1.1)
>    22|Installed  |    2|slf4j-api (1.5.11)
>    23|Installed  |    2|slf4j-ext (1.5.11)
> Unresolved constraint in bundle org.apache.logging.log4j-slf4j-impl [15]:
Unable to resolve 15.0: missing requirement [15.0] osgi.wiring.package;
(osgi.wiring.package=org.slf4j) [caused by: Unable to resolve 22.0: missing
requirement [22.0] osgi.wiring.package;
(&(osgi.wiring.package=org.slf4j.impl)(version>=1.5.5))]
> Unresolved constraint in bundle slf4j.api [22]: Unable to resolve 22.0:
missing requirement [22.0] osgi.wiring.package;
(&(osgi.wiring.package=org.slf4j.impl)(version>=1.5.5))



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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




-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
Java Persistence with Hibernate, Second Edition<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory