Re: MNG-5406

2012-12-10 Thread Jason van Zyl
> >>> On Sunday, 9 December 2012, Hervé BOUTEMY wrote: >>> >>>> I just committed a starting point for MNG-5406: "don't expose core's >>>> slf4j-api >>>> by default, add a plugin-descriptor option to expose" >>>>

Re: MNG-5406

2012-12-10 Thread Stephen Connolly
snippet as an example? > > On Dec 10, 2012, at 5:15 AM, Stephen Connolly < > stephen.alan.conno...@gmail.com > wrote: > > > On Sunday, 9 December 2012, Hervé BOUTEMY wrote: > > > >> I just committed a starting point for MNG-5406: "don't expose co

Re: MNG-5406

2012-12-10 Thread Jason van Zyl
I'll make the example plugins and then we can try it. Do you have a little snippet as an example? On Dec 10, 2012, at 5:15 AM, Stephen Connolly wrote: > On Sunday, 9 December 2012, Hervé BOUTEMY wrote: > >> I just committed a starting point for MNG-5406: "don't

Re: MNG-5406

2012-12-10 Thread Stephen Connolly
On Sunday, 9 December 2012, Jason van Zyl wrote: > > On Dec 9, 2012, at 5:06 PM, Hervé BOUTEMY > > > wrote: > > > I just committed a starting point for MNG-5406: "don't expose core's > slf4j-api > > by default, add a plugin-descriptor option

Re: MNG-5406

2012-12-10 Thread Stephen Connolly
On Sunday, 9 December 2012, Hervé BOUTEMY wrote: > I just committed a starting point for MNG-5406: "don't expose core's > slf4j-api > by default, add a plugin-descriptor option to expose" > > this is a new field in plugin descriptor. > > I stil

Re: MNG-5406

2012-12-09 Thread Jason van Zyl
On Dec 9, 2012, at 5:06 PM, Hervé BOUTEMY wrote: > I just committed a starting point for MNG-5406: "don't expose core's > slf4j-api > by default, add a plugin-descriptor option to expose" > > this is a new field in plugin descriptor. > > I stil

MNG-5406

2012-12-09 Thread Hervé BOUTEMY
I just committed a starting point for MNG-5406: "don't expose core's slf4j-api by default, add a plugin-descriptor option to expose" this is a new field in plugin descriptor. I still don't know how to effectively use it in DefaultClassRealmManager.createPluginRealm()