Re: slf4j runtime dependency for plugin

2016-08-15 Thread Christian Schulte
Am 08/15/16 um 22:21 schrieb Fred Cooke: > Something doesn't have to be in Java to be universal (as SLF4J really is), > and conversely, something being in Java doesn't make the world instantly > catch up (eg YodaTime vs J8+). Or java.util.logging. Almost not used anywhere. --

Re: slf4j runtime dependency for plugin

2016-08-15 Thread Fred Cooke
Something doesn't have to be in Java to be universal (as SLF4J really is), and conversely, something being in Java doesn't make the world instantly catch up (eg YodaTime vs J8+). Adding the nop logger as a dep seems like the wrong thing to do and will (IIRC) cause a warning/error at runtime if the

Re: slf4j runtime dependency for plugin

2016-08-15 Thread Christopher
On Mon, Aug 15, 2016 at 2:37 AM Michael Osipov wrote: > Am 2016-08-14 um 23:21 schrieb Christopher: > > On Sun, Aug 14, 2016 at 4:31 PM Michael Osipov > wrote: > > > >> Am 2016-08-12 um 23:48 schrieb Christopher: > >>> Hi, > >>> > >>> I use a plugin which has a runtime dependency on an slf4j > i

RE: slf4j runtime dependency for plugin

2016-08-15 Thread Martin Gainty
.co...@gmail.com > Date: Mon, 15 Aug 2016 22:13:45 +1200 > Subject: Re: slf4j runtime dependency for plugin > To: dev@maven.apache.org > > Clearly it's going to matter to him if Maven fails to provide and it > doesn't work. Some sort of dependency isolation not right somewhere

Re: slf4j runtime dependency for plugin

2016-08-15 Thread Fred Cooke
Clearly it's going to matter to him if Maven fails to provide and it doesn't work. Some sort of dependency isolation not right somewhere? Something seems to be going on. You're right, but he's seeing behaviour that indicates something is amiss. On Mon, Aug 15, 2016 at 6:37 PM, Michael Osipov wrot

Re: slf4j runtime dependency for plugin

2016-08-14 Thread Michael Osipov
Am 2016-08-14 um 23:21 schrieb Christopher: On Sun, Aug 14, 2016 at 4:31 PM Michael Osipov wrote: Am 2016-08-12 um 23:48 schrieb Christopher: Hi, I use a plugin which has a runtime dependency on an slf4j implementation, but the plugin itself is built without declaring one in its pom. ( https

Re: slf4j runtime dependency for plugin

2016-08-14 Thread Christopher
On Sun, Aug 14, 2016 at 4:31 PM Michael Osipov wrote: > Am 2016-08-12 um 23:48 schrieb Christopher: > > Hi, > > > > I use a plugin which has a runtime dependency on an slf4j implementation, > > but the plugin itself is built without declaring one in its pom. ( > > https://github.com/koraktor/mava

Re: slf4j runtime dependency for plugin

2016-08-14 Thread Michael Osipov
Am 2016-08-12 um 23:48 schrieb Christopher: Hi, I use a plugin which has a runtime dependency on an slf4j implementation, but the plugin itself is built without declaring one in its pom. ( https://github.com/koraktor/mavanagaiata/issues/43) In some versions of Maven, I get a warning about slf4j