Re: org.apache.logging.log4j.core.layout.PatternLayout.setConversionPattern(String)

2014-06-25 Thread Gary Gregory
On Wed, Jun 25, 2014 at 11:59 AM, Remko Popma wrote: > No objections from me. Let's make a note in changes.xml that this public > method went away in case any users were calling it. > Done in SVN. See LOG4J2-688. Gary > > > On Thu, Jun 26, 2014 at 12:51 AM, Matt Sicker wrote: > >> Sounds good

Re: org.apache.logging.log4j.core.layout.PatternLayout.setConversionPattern(String)

2014-06-25 Thread Remko Popma
No objections from me. Let's make a note in changes.xml that this public method went away in case any users were calling it. On Thu, Jun 26, 2014 at 12:51 AM, Matt Sicker wrote: > Sounds good. Immutability should be the default way of doing things anyhow. > > > On 25 June 2014 10:24, Gary Grego

Re: org.apache.logging.log4j.core.layout.PatternLayout.setConversionPattern(String)

2014-06-25 Thread Matt Sicker
Sounds good. Immutability should be the default way of doing things anyhow. On 25 June 2014 10:24, Gary Gregory wrote: > Hi All: > > The method > org.apache.logging.log4j.core.layout.PatternLayout.setConversionPattern(String) > should not exist. It is only used in one test and forces some PL st