Re: Route Appender Lifecycle Interface

2015-10-27 Thread Gary Gregory
Hi Francis, Your best bet would be to (1) wait for someone (Ralph?) here to validate your architecture before diving too deep into coding. Then you could either create a Jira and attach a patch or fork us on GitHub. I'm sorry I do not have time to dig in this issue ATM. Perhaps others will opine.

Re: Java 7 and 8 features

2015-10-27 Thread Andrew Gaul
Related to Java versions, Apache jclouds uses modernizer-maven-plugin to encourage use of modern Java APIs such as ArrayList, String.getBytes(Charset), etc.: https://github.com/andrewgaul/modernizer-maven-plugin On Tue, Oct 27, 2015 at 01:49:41PM -0200, Vinicius CorrĂȘa de Almeida wrote: > I anali

Re: Java 7 and 8 features

2015-10-27 Thread Maxim Solodovnik
We are just moved to java7 and start using new features I personally don't like the idea of moving all code to new java, I move the areas I currently work on On Tue, Oct 27, 2015 at 10:57 PM, Gary Gregory wrote: > Hi, > > What I see, is that most projects are struggling to move to Java 7, Java 8

[jira] [Comment Edited] (LOG4J2-1180) Logger cache does not account for message factory

2015-10-27 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14976727#comment-14976727 ] Gary Gregory edited comment on LOG4J2-1180 at 10/27/15 5:02 PM: ---

[jira] [Updated] (LOG4J2-1180) Logger cache does not account for message factory

2015-10-27 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated LOG4J2-1180: - Attachment: LOG4J2-1180.diff Patch but unit tests have not been adjusted. > Logger cache does no

Re: Java 7 and 8 features

2015-10-27 Thread Gary Gregory
Hi, What I see, is that most projects are struggling to move to Java 7, Java 8 seems out of range. There are a lot of opinions and both sides of each Java version for and against. At the end of the day, it's about user feedback and committer community involvement. The projects I help on also lack

[jira] [Created] (LOG4J2-1180) Logger cache does not account for message factory

2015-10-27 Thread Gary Gregory (JIRA)
Gary Gregory created LOG4J2-1180: Summary: Logger cache does not account for message factory Key: LOG4J2-1180 URL: https://issues.apache.org/jira/browse/LOG4J2-1180 Project: Log4j 2 Issue Typ

Re: Java 7 and 8 features

2015-10-27 Thread Oliver B. Fischer
Hi Vinicius, it is mostly to allow people which are bound (for any reason) to older JDK versions to use our software. There is a plenty number of projects which are not able to use newer JDK versions. I know that this is a controversial topic I think that the majority of us would like to u

Java 7 and 8 features

2015-10-27 Thread Vinicius CorrĂȘa de Almeida
I analized some releases and i noticed that not using java 7 features like multi catch and in java 8 do not use lambda expressions and others features, so i came by this email to know why the developers not using this features?

[jira] [Commented] (LOG4J2-1169) PatternLayout: Possible variable substitution in equals substitution parameter

2015-10-27 Thread Gerald Kritzinger (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14976098#comment-14976098 ] Gerald Kritzinger commented on LOG4J2-1169: --- Yes, i'll do this next week. > Pa