A 3.0 version would imply that we plan to make changes the break compatibility 
in some way.  I am not aware yet of anything that might require that, although 
it is possible that could happen if the Java 9 support requires it.

Ralph

> On Jun 29, 2016, at 2:00 PM, Paul Benedict <pbened...@apache.org> wrote:
> 
> Speaking of 2.7..... Do you guys plan on being 2.x forever? I know you're 
> branded as "log4j2" but it corners you into the 2.x line. If you're willing 
> to rebrand as simply log4j, you can do 3.0, 4.0, etc. and make greater 
> changes. 
> 
> Cheers,
> Paul
> 
> On Wed, Jun 29, 2016 at 3:47 PM, Matt Sicker <boa...@gmail.com 
> <mailto:boa...@gmail.com>> wrote:
> Wouldn't it make sense to save it for 2.7?
> 
> On 29 June 2016 at 15:23, Gary Gregory <garydgreg...@gmail.com 
> <mailto:garydgreg...@gmail.com>> wrote:
> Another neat feature I plan on doing is adding color to our extended stack 
> traces.
> 
> Any thoughts on merging (or not) the StyledMessage branch to master?
> 
> Gary
> 
> On Tue, Jun 28, 2016 at 8:46 AM, Gary Gregory <garydgreg...@gmail.com 
> <mailto:garydgreg...@gmail.com>> wrote:
> Thank you.
> 
> FWIW, one of my goals is to be able to make pages of hex dumps easier to read 
> on the console, with addresses, hex data, char data, and separators in 
> different colors. For example, nicer than 
> http://mynixworld.info/wp-content/uploads/2012/09/boot-loader-hexdump1.png 
> <http://mynixworld.info/wp-content/uploads/2012/09/boot-loader-hexdump1.png>
> 
> Gary
> 
> On Tue, Jun 28, 2016 at 8:22 AM, Matt Sicker <boa...@gmail.com 
> <mailto:boa...@gmail.com>> wrote:
> That is pretty cool and totally makes my use of clog look basic.
> 
> On 28 June 2016 at 09:37, Paul Benedict <pbened...@apache.org 
> <mailto:pbened...@apache.org>> wrote:
> That's very nice looking!
> 
> Cheers,
> Paul
> 
> On Tue, Jun 28, 2016 at 1:03 AM, Gary Gregory <garydgreg...@gmail.com 
> <mailto:garydgreg...@gmail.com>> wrote:
> For fun: https://ibin.co/2mBev3ns9FJz.png <https://ibin.co/2mBev3ns9FJz.png>
> 
> Gary
> 
> On Wed, Jun 15, 2016 at 10:50 PM, Gary Gregory <garydgreg...@gmail.com 
> <mailto:garydgreg...@gmail.com>> wrote:
> Hi All,
> 
> See color messages in Maven 3.4.0-SNAPSHOT made me think of the following.
> 
> Right now, with Jansi on the CP, I can say:
> 
> import static org.fusesource.jansi.Ansi.*;
> import static org.fusesource.jansi.Ansi.Color.*;
> ...
> logger.info <http://logger.info/>(ansi().fg(RED).a("Hello").fg(CYAN).a(" 
> World").reset());
> 
> and the right thing happens on the console.
> 
> If I also have a file appender, I get the escape codes in the file, which I 
> do not think most people would want.
> 
> The question is, how can we make it simple for users to have their cake and 
> eat it too?
> 
> With a special Message implementation?
> 
> Thoughts?
> 
> Thank you,
> Gary
> -- 
> E-Mail: garydgreg...@gmail.com <mailto:garydgreg...@gmail.com> | 
> ggreg...@apache.org  <mailto:ggreg...@apache.org>
> Java Persistence with Hibernate, Second Edition 
> <http://www.manning.com/bauer3/>
> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
> Spring Batch in Action <http://www.manning.com/templier/>
> Blog: http://garygregory.wordpress.com <http://garygregory.wordpress.com/> 
> Home: http://garygregory.com/ <http://garygregory.com/>
> Tweet! http://twitter.com/GaryGregory <http://twitter.com/GaryGregory>
> 
> 
> -- 
> E-Mail: garydgreg...@gmail.com <mailto:garydgreg...@gmail.com> | 
> ggreg...@apache.org  <mailto:ggreg...@apache.org>
> Java Persistence with Hibernate, Second Edition 
> <http://www.manning.com/bauer3/>
> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
> Spring Batch in Action <http://www.manning.com/templier/>
> Blog: http://garygregory.wordpress.com <http://garygregory.wordpress.com/> 
> Home: http://garygregory.com/ <http://garygregory.com/>
> Tweet! http://twitter.com/GaryGregory <http://twitter.com/GaryGregory>
> 
> 
> 
> -- 
> Matt Sicker <boa...@gmail.com <mailto:boa...@gmail.com>>
> 
> 
> 
> -- 
> E-Mail: garydgreg...@gmail.com <mailto:garydgreg...@gmail.com> | 
> ggreg...@apache.org  <mailto:ggreg...@apache.org>
> Java Persistence with Hibernate, Second Edition 
> <http://www.manning.com/bauer3/>
> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
> Spring Batch in Action <http://www.manning.com/templier/>
> Blog: http://garygregory.wordpress.com <http://garygregory.wordpress.com/> 
> Home: http://garygregory.com/ <http://garygregory.com/>
> Tweet! http://twitter.com/GaryGregory <http://twitter.com/GaryGregory>
> 
> 
> -- 
> E-Mail: garydgreg...@gmail.com <mailto:garydgreg...@gmail.com> | 
> ggreg...@apache.org  <mailto:ggreg...@apache.org>
> Java Persistence with Hibernate, Second Edition 
> <http://www.manning.com/bauer3/>
> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
> Spring Batch in Action <http://www.manning.com/templier/>
> Blog: http://garygregory.wordpress.com <http://garygregory.wordpress.com/> 
> Home: http://garygregory.com/ <http://garygregory.com/>
> Tweet! http://twitter.com/GaryGregory <http://twitter.com/GaryGregory>
> 
> 
> -- 
> Matt Sicker <boa...@gmail.com <mailto:boa...@gmail.com>>
> 

Reply via email to