import org.slf4j.impl sounds utterly wrong. Introduced by a fluffy
Import-Package: ..,* (!) in osgi.bnd of the pax url projects.

So see two things to do here:
1. improve the osgi.bnd to not include * but named packages (at least
prefixes)
2. figure out why org.slf4j.impl is needed. Cannot be. Just from naming
perspective.

Another thing to do: Since we sit on the most versatile OSGi Testing Ass on
the planet (over exaggerating here;)) we should cover that in tests.
Importing impl packages is worth at least a big warning in ci.ops4j.org.
IMHO

wdyt?

On Mon, Jan 16, 2012 at 9:45 AM, Harald Wellmann <
hwellmann...@googlemail.com> wrote:

> Hmm, what exactly are the constraints of a "reasonable environment"?
> The Hudson Jobs of Pax URL and Pax Exam (using Pax URL 1.4-SNAPSHOT)
> are fine. OTOH, this org.slf4j.impl thing may have to be reworked. I
> think in vanilla SLF4J this package comes from fragments and not via
> imports. I'll take a look tonight...
>
> Best regards,
> Harald
>
> 2012/1/16 David Jencks <david_jen...@yahoo.com>:
> > This commit :
> >
> > commit c22c2ce55671d14210d1f412b4df80048d6ef3db
> > Author: Harald Wellmann <harald.wellm...@gmx.de>
> > Date:   Fri Jan 13 21:19:03 2012 +0100
> >
> >    [PAXURL-156] Use Pax Swissbox 1.5.0
> >
> > introduced an import-package for org.slf4j.impl in at least
> >
> > pax-url-obr
> > pax-url-war
> > pax-url-wrap
> >
> > Since this is not exported by pax-logging these bundles can't be
> resolved in a reasonable environment.
> >
> > Just changing the osgi.bnd instructions to remove the import package *
> breaks the build.
> >
> > I'm hoping someone who knows which embedded dependency this import came
> from could take a look and come up with a proper fix.
> >
> > thanks!
> > david jencks
> >
> >
> >
> >
> >
> >
> > _______________________________________________
> > general mailing list
> > general@lists.ops4j.org
> > http://lists.ops4j.org/mailman/listinfo/general
>
> _______________________________________________
> general mailing list
> general@lists.ops4j.org
> http://lists.ops4j.org/mailman/listinfo/general
>



-- 
Toni Menzel Source <http://tonimenzel.com>
_______________________________________________
general mailing list
general@lists.ops4j.org
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to