Hi, Am 27.11.2012 um 11:32 schrieb Bertrand Delacretaz:
> On Tue, Nov 27, 2012 at 11:31 AM, Bertrand Delacretaz > <[email protected]> wrote: >> On Tue, Nov 27, 2012 at 11:20 AM, Felix Meschberger <[email protected]> >> wrote: >> +1, I assume we need to avoid introducing more dependencies than >> currently exist for the non-OSGi case in logback, but apart from that >> I like the idea.... > > ...rereading that - what I mean is that using logback without OSGi > should not require any changes, so our changes and their dependencies > must be clearly optional. Absolutely. I suggest those only kick-in when running in a framework. E.g. having a BundleActivator registering the ManagedService[Factory] services. This adds dependencies only for the OSGi deployment and has no runtime influence on non-OSGi deployments. Regards Felix
