Re: Upgrade to tiles 3 jcl-over-slf4j

2016-01-29 Thread Greg Huber
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > &g

Re: Upgrade to tiles 3 jcl-over-slf4j

2016-01-29 Thread Paul Benedict
; On 29 January 2016 at 16:48, Martin Gainty wrote: > > > Hi Greg- > > > > can you confirm these dependencies for log4j? > > > > > > org.apache.logging.log4j > > log4j-api 2.5 > > > > org.apache.logging.log4j > > log4j-core 2.5 > > junit > > junit 4.9

Re: Upgrade to tiles 3 jcl-over-slf4j

2016-01-29 Thread Greg Huber
> > org.apache.logging.log4j > > log4j-core 2.5 > > junit > > junit 4.9 > > test > > Thanks! > > Martin > > ______________________ > > > > > > > > > Date: Fri, 29 Jan 2016 16:0

Re: Upgrade to tiles 3 jcl-over-slf4j

2016-01-29 Thread Greg Huber
log4j > log4j-core 2.5 > junit > junit 4.9 > test > Thanks! > Martin > __ > > > > > Date: Fri, 29 Jan 2016 16:04:18 + > > Subject: Re: Upgrade to tiles 3 jcl-over-slf4j > > From: greg

Re: Upgrade to tiles 3 jcl-over-slf4j

2016-01-29 Thread Paul Benedict
2.5 > junit > junit 4.9 > test > Thanks! > Martin > __ > > > > > Date: Fri, 29 Jan 2016 16:04:18 + > > Subject: Re: Upgrade to tiles 3 jcl-over-slf4j > > From: gregh3...@gmail.com > >

RE: Upgrade to tiles 3 jcl-over-slf4j

2016-01-29 Thread Martin Gainty
__ > Date: Fri, 29 Jan 2016 16:04:18 + > Subject: Re: Upgrade to tiles 3 jcl-over-slf4j > From: gregh3...@gmail.com > To: dev@struts.apache.org > > Well, I currently log with commons, but to get struts logging working I > have had to upgrade to

Re: Upgrade to tiles 3 jcl-over-slf4j

2016-01-29 Thread Greg Huber
Well, I currently log with commons, but to get struts logging working I have had to upgrade to v2 and use the log4j2.xml file. Also a good idea to bypass the commons for slf4j and go directly. Cheers Greg On 29 January 2016 at 15:07, Christoph Nenning < christoph.nenn...@lex-com.net> wrote: >

Re: Upgrade to tiles 3 jcl-over-slf4j

2016-01-29 Thread Christoph Nenning
> Should jcl-over-slf4j be in the tiles-core pom? > I see that it is currently the case but I do not need it. > > slf4j-jcl is used to delegate all SLF4J logging to Commons Logging. > > ​and then log4j-jcl to delegate all to Commons Logging to log4j 2 SLF4J can be forwarded to log4j 2 direct

Upgrade to tiles 3 jcl-over-slf4j

2016-01-28 Thread Greg Huber
Should jcl-over-slf4j be in the tiles-core pom? It seems to be an option for migrating from Jakarta Commons Logging which some might not want to do. org.slf4j jcl-over-slf4j ​http://www.slf4j.org/legacy.html​ ​To ease migration to SLF4J from JCL​ ​#​ ​I use ​Jakarta Commons