Re: Import Ordering - ImpSort

2017-10-23 Thread kenneth mcfarland
developers will be consistent so this automation is fantastic. On Oct 14, 2017 11:44 AM, "kenneth mcfarland" wrote: > Thank you Matt, I will try provide a patch by the end of the weekend. > > Cheers, > Kenneth > > > On Oct 14, 2017 11:02 AM, "Matt Sicker"

Re: Planning out what we can do to get Chainsaw back in the game

2017-10-14 Thread kenneth mcfarland
Greetings, I have been trying to find someone who can do the Apache mentor program with me (link provided). The mentor only does roughly 1/4 the time of the mentee, the mentee comes prepared to dedicate the time and put the work in and provide progress reports etc.. GSoC is over obviously, but the

Re: Import Ordering - ImpSort

2017-10-14 Thread kenneth mcfarland
October 2017 at 21:57, kenneth mcfarland < > kennethpmcfarl...@gmail.com> > wrote: > > > My bad, here is a link sir. > > > > http://code.revelc.net/impsort-maven-plugin/ > > > > On Fri, Oct 13, 2017 at 7:35 PM, Matt Sicker wrote: > > > > > Wha

Re: Import Ordering - ImpSort

2017-10-13 Thread kenneth mcfarland
> way to handle them would be great (although I think you can configure > checkstyle to enforce it, checkstyle doesn't actually format anything for > you). > > On 13 October 2017 at 20:20, kenneth mcfarland < > kennethpmcfarl...@gmail.com> > wrote: > > > Gr

Import Ordering - ImpSort

2017-10-13 Thread kenneth mcfarland
adding a JIRA I felt I would ask the community. Thank you! Sincerely, Kenneth McFarland

Re: [jira] [Commented] (LOG4J2-1479) Help Apache Spark project to upgrade from Log4j 1.x to 2.x

2017-10-03 Thread kenneth mcfarland
ZooKeeper uses Log4j1.2 it needs some love too. I read end of life was 2015? On Oct 3, 2017 9:12 AM, "Remko Popma (JIRA)" wrote: > > [ https://issues.apache.org/jira/browse/LOG4J2-1479?page= > com.atlassian.jira.plugin.system.issuetabpanels:comment- > tabpanel&focusedCommentId=16189914#comme

Re: [ANNOUNCE] Apache Log4j 2.9.0 released

2017-08-31 Thread kenneth mcfarland
J2-1987 <https://issues.apache.org/jira/browse/LOG4J2-1987>: Log4J JUL Bridge and RMI Security Manager causes access denied ("java.util.logging.LoggingPermission" "control") Thanks to Andreas Felder. > LOG4J2-1982 <https://issues.apache.org/jira/browse/LOG4J2-1982>:

Re: [jira] [Commented] (LOG4J2-1896) Update classes in org.apache.logging.log4j.core.net.ssl in APIs from String to char[] for passwords

2017-08-21 Thread kenneth mcfarland
The way docker manages secrets could an option. On Aug 21, 2017 8:32 AM, "Gary Gregory (JIRA)" wrote: [ https://issues.apache.org/jira/browse/LOG4J2-1896?page= com.atlassian.jira.plugin.system.issuetabpanels:comment- tabpanel&focusedCommentId=16135305#comment-16135305 ] Gary Gregory commen

[jira] [Closed] (LOG4J2-1997) Test classes do not close resources and use deprecated methods

2017-08-07 Thread kenneth mcfarland (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] kenneth mcfarland closed LOG4J2-1997. - Resolution: Fixed Someone else can fix this mess. > Test classes do not close resour

Re: [GitHub] logging-log4j2 pull request #106: LOG4J2-1997 This cleans up the entire test...

2017-08-07 Thread kenneth mcfarland
apache.org/foundation/policies/conduct.html > > On 7 August 2017 at 22:20, kenneth mcfarland > wrote: > > > The comment " this would look so cool using lambdas " is in my opinion > > childish. > > > > I did not know the order of static imports was i

Re: [GitHub] logging-log4j2 pull request #106: LOG4J2-1997 This cleans up the entire test...

2017-08-07 Thread kenneth mcfarland
The comment " this would look so cool using lambdas " is in my opinion childish. I did not know the order of static imports was incorrect, I'm used to seeing them at top almost every other project but a simple copy paste is fine. Even the Oracle examples do it but I really don't think it's worth a

Simple Patch Log4j2-1997

2017-08-07 Thread kenneth mcfarland
https://github.com/apache/logging-log4j2/pull/106

Patch

2017-08-05 Thread kenneth mcfarland
I am politely asking for someone to merge my patch. I realize it is 31 files but the reading is at a 1st grade level and it makes our code look professional. Thanks.

Re: [jira] [Updated] (LOG4J2-1922) SocketHandler leaks connection if EOFException is thrown

2017-08-02 Thread kenneth mcfarland
Have you ran it with 2.9? On Aug 2, 2017 11:40 PM, "Kohei Tamura (JIRA)" wrote: [ https://issues.apache.org/jira/browse/LOG4J2-1922?page= com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kohei Tamura updated LOG4J2-1922: - Affects Version/

Re: [GitHub] logging-log4j2 pull request #104: LOG4J-1997 Cleanup of deprecated methods, ...

2017-08-01 Thread kenneth mcfarland
The intent was to remove the warnings that Eclipse was showing for the unused field. On Aug 1, 2017 2:45 PM, "garydgregory" wrote: > Github user garydgregory commented on a diff in the pull request: > > https://github.com/apache/logging-log4j2/pull/104# > discussion_r130737396 > > --- Di

[jira] [Commented] (LOG4J2-1997) Test classes do not close resources and use deprecated methods

2017-07-31 Thread kenneth mcfarland (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16108338#comment-16108338 ] kenneth mcfarland commented on LOG4J2-1997: --- https://github.com/apache/log

[jira] [Commented] (LOG4J2-1997) Test classes do not close resources and use deprecated methods

2017-07-31 Thread kenneth mcfarland (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16108267#comment-16108267 ] kenneth mcfarland commented on LOG4J2-1997: --- Great point, I'll cl

[jira] [Created] (LOG4J2-1997) Test classes do not close resources and use deprecated methods

2017-07-31 Thread kenneth mcfarland (JIRA)
kenneth mcfarland created LOG4J2-1997: - Summary: Test classes do not close resources and use deprecated methods Key: LOG4J2-1997 URL: https://issues.apache.org/jira/browse/LOG4J2-1997 Project

Re: [GitHub] logging-log4j2 issue #101: LOG4J2-Fix type warnings and remove deprecated me...

2017-07-28 Thread kenneth mcfarland
Thank you for the corrections, stupid mistakes and you just schooled me about type inference ๐Ÿค• On Jul 28, 2017 12:03 PM, "garydgregory" wrote: > Github user garydgregory commented on the issue: > > https://github.com/apache/logging-log4j2/pull/101 > > Thank you for the patch. > > In

[jira] [Closed] (LOG4J2-1993) Fix compiler warnings in LoggerConfigTest

2017-07-28 Thread kenneth mcfarland (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] kenneth mcfarland closed LOG4J2-1993. - > Fix compiler warnings in LoggerConfigT

[jira] [Commented] (LOG4J2-1993) Update LoggerConfigTest

2017-07-28 Thread kenneth mcfarland (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16105335#comment-16105335 ] kenneth mcfarland commented on LOG4J2-1993: --- Here is the PR to close

[jira] [Created] (LOG4J2-1993) Update LoggerConfigTest

2017-07-28 Thread kenneth mcfarland (JIRA)
kenneth mcfarland created LOG4J2-1993: - Summary: Update LoggerConfigTest Key: LOG4J2-1993 URL: https://issues.apache.org/jira/browse/LOG4J2-1993 Project: Log4j 2 Issue Type: Improvement

[jira] [Closed] (LOG4J2-1991) Refactor SimpleMessage to use ternary statements where appropriate

2017-07-26 Thread kenneth mcfarland (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] kenneth mcfarland closed LOG4J2-1991. - > Refactor SimpleMessage to use ternary statements where appropri

[jira] [Commented] (LOG4J2-1991) Refactor SimpleMessage to use ternary statements where appropriate

2017-07-26 Thread kenneth mcfarland (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16102716#comment-16102716 ] kenneth mcfarland commented on LOG4J2-1991: --- Link to PR : https://github

[jira] [Created] (LOG4J2-1991) Refactor SimpleMessage to use ternary statements where appropriate

2017-07-26 Thread kenneth mcfarland (JIRA)
kenneth mcfarland created LOG4J2-1991: - Summary: Refactor SimpleMessage to use ternary statements where appropriate Key: LOG4J2-1991 URL: https://issues.apache.org/jira/browse/LOG4J2-1991 Project

[jira] [Closed] (LOG4J2-1989) Javadoc for AbstractTriggeringPolicy is hard to understand

2017-07-26 Thread kenneth mcfarland (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] kenneth mcfarland closed LOG4J2-1989. - All good in the hood. > Javadoc for AbstractTriggeringPolicy is hard to underst

[jira] [Updated] (LOG4J2-1989) Javadoc for AbstractTriggeringPolicy is hard to understand

2017-07-26 Thread kenneth mcfarland (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] kenneth mcfarland updated LOG4J2-1989: -- This is more than a typo so this is my first time filing a JIRA. Here is the PR I filed

[jira] [Created] (LOG4J2-1989) Javadoc for AbstractTriggeringPolicy is hard to understand

2017-07-26 Thread kenneth mcfarland (JIRA)
kenneth mcfarland created LOG4J2-1989: - Summary: Javadoc for AbstractTriggeringPolicy is hard to understand Key: LOG4J2-1989 URL: https://issues.apache.org/jira/browse/LOG4J2-1989 Project: Log4j 2

Re: [GitHub] logging-log4j2 issue #82: Add a new LuceneAppender which writes logging even...

2017-07-24 Thread kenneth mcfarland
Is what is happening > in org.apache.logging.log4j.lucene5.appender.LuceneAppender.stop(long, > TimeUnit) not good enough? > > Gary > > On Mon, Jul 24, 2017 at 8:30 PM, asfbot > wrote: > > > kenneth mcfarland on dev@logging.apache.org replies: >

Re: Type Erasure

2017-07-24 Thread kenneth mcfarland
ou to change > the verbose: > > List list = new ArrayList(); > > into the less verbose: > > List list = new ArrayList<>(); > > Since you are assigning to a List, the only type you can possibly > use in an ArrayList<> is a String, so you can omit it. >

Re: [GitHub] logging-log4j2 issue #82: Add a new LuceneAppender which writes logging even...

2017-07-24 Thread kenneth mcfarland
Forgive me, I just mean the close() method. On Mon, Jul 24, 2017 at 8:30 PM, kenneth mcfarland < kennethpmcfarl...@gmail.com> wrote: > Why don't you call close() or commit() on the indexwriter? If log4j2 is > serious about being an auditing platform some attention to flushing

Re: [GitHub] logging-log4j2 issue #82: Add a new LuceneAppender which writes logging even...

2017-07-24 Thread kenneth mcfarland
Why don't you call close() or commit() on the indexwriter? If log4j2 is serious about being an auditing platform some attention to flushing and such should be addressed. Note I am not an expert but I believe I am somewhere in the ballpark. On Mon, Jul 24, 2017 at 8:27 PM, garydgregory wrote: > G

Type Erasure

2017-07-24 Thread kenneth mcfarland
I have a simple question as why there is generic arrays like new ArrayList<>(); in classes like: log4j-core/src.../core/builder/impl/DefaultComponentBuilder(); Note, this is not a "why didn't you do it differently" question, I am asking so I can learn from you. Thx. Kenneth

Re: Log4J2 user guide

2017-07-23 Thread kenneth mcfarland
are on the wiki. > > Ralph > > > On Jul 23, 2017, at 5:08 PM, kenneth mcfarland < > kennethpmcfarl...@gmail.com> wrote: > > > > The reason I ask is because there are multiple versions showing up on > > Google and the version I downloaded and have been rea

Re: Log4J2 user guide

2017-07-23 Thread kenneth mcfarland
e instructions in our BUILDING.md file on how to use > maven-pdf-plugin. > > Gary > > On Sun, Jul 23, 2017 at 4:04 PM, kenneth mcfarland < > kennethpmcfarl...@gmail.com> wrote: > > > Can somebody point me at the newest version of the log4j2 user guide PDF > > file? > > >

Log4J2 user guide

2017-07-23 Thread kenneth mcfarland
Can somebody point me at the newest version of the log4j2 user guide PDF file?

Re: [GitHub] logging-log4j2 issue #96: Remove empty comments and fix default buffer size ...

2017-07-21 Thread kenneth mcfarland
I noticed you created a JIRA for the 8012 buf size defualt. Is this something I should do when I'm doing something more than a typo fix? Thank you ๐Ÿ˜€ On Jul 21, 2017 2:16 PM, "kenneth mcfarland" wrote: > Sure will, new to git sorry. Still figuring it out. > >

Re: [GitHub] logging-log4j2 issue #96: Remove empty comments and fix default buffer size ...

2017-07-21 Thread kenneth mcfarland
Sure will, new to git sorry. Still figuring it out. On Jul 21, 2017 2:14 PM, "garydgregory" wrote: > Github user garydgregory commented on the issue: > > https://github.com/apache/logging-log4j2/pull/96 > > Thank you for your patch but I've already applied > https://github.com/apache/log

Re: [jira] [Commented] (LOG4J2-1921) Getting ClassCastException while getting LoggerContext

2017-07-19 Thread kenneth mcfarland
I can work about 25 hours a week on the Android branch if it would be useful. I am a student so consider the source, but I've been following and using this project to pop my open source ๐Ÿ’ On Jul 19, 2017 12:00 AM, "Ralph Goers (JIRA)" wrote: > > [ https://issues.apache.org/jira/browse/LOG4

Re: Log4j 2 build hangs

2017-07-16 Thread kenneth mcfarland
Confirming on El Capitan. On Jul 15, 2017 9:38 AM, "Mikael Stรฅldal" wrote: > This test works on Java 7, but fails on Java 8 and Java 9: > > [ERROR] Failures: > [ERROR] RollingAppenderDirectWriteWithReconfigureTest.testRollingFil > eAppenderWithReconfigure:68 > Expected: is <2> > but: was <1

[jira] [Commented] (LOG4J2-1947) using mvn install to the project log4j2 causes build failure.

2017-07-13 Thread kenneth mcfarland (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086861#comment-16086861 ] kenneth mcfarland commented on LOG4J2-1947: --- You need to check and verify

Re: Maven Dependency Resolution Error

2017-07-12 Thread kenneth mcfarland
Issue resolved itself when running mvn clean install from logging-log4j root, weird but good.. thank you ๐Ÿ˜Ž On Jul 12, 2017 4:42 PM, "kenneth mcfarland" wrote: > Originally I did skip the tests, but upon trying again without > -Dmaven.test.skip=true the error is still prese

Re: Maven Dependency Resolution Error

2017-07-12 Thread kenneth mcfarland
> > > On Jul 12, 2017, at 1:49 PM, kenneth mcfarland < > kennethpmcfarl...@gmail.com> wrote: > > > > Maven is having some issues when I try to build. >.< > > > > [ERROR] Failed to execute goal on project log4j-core-its: Could not > resolve &g

Maven Dependency Resolution Error

2017-07-12 Thread kenneth mcfarland
Maven is having some issues when I try to build. >.< [ERROR] Failed to execute goal on project log4j-core-its: Could not resolve dependencies for project org.apache.logging.log4j:log4j-core-its:pom:2.9-SNAPSHOT: Failure to find org.apache.logging.log4j:log4j-core:jar:tests:2.9-SNAPSHOT in https:/

Re: (Fixed) Building with Java 9

2017-07-11 Thread kenneth mcfarland
and Iโ€™m glad the problem is resolved. Out of > curiosity, did openjdk-9-java-amd64 on Ubuntu have the JDK and other tools > like jstack, jmap, etc, or was it just the JRE? > > Ralph > > > On Jul 11, 2017, at 9:32 PM, kenneth mcfarland < > kennethpmcfarl...@gmail.com>

(Fixed) Building with Java 9

2017-07-11 Thread kenneth mcfarland
I would just like to ask if this information would be useful for the public: On Ubuntu 16.04.2, the openjdk-9-java-amd64 via the repository does not have javac. Using openjdk-9-java-amd64 (as exposed via the toolchain-sample-linux.xml file) will result in failure, at least with sudo apt-get instal

Re: Log4J2-API-Java9 Build Failure

2017-07-11 Thread kenneth mcfarland
y > available in java 9. When the build runs the compile plugin should tell you > that it is using the Java 9 tool chain. > > Ralph > > > On Jul 10, 2017, at 9:51 PM, kenneth mcfarland < > kennethpmcfarl...@gmail.com> wrote: > > > > I am running Ubuntu 16.0

Log4J2-API-Java9 Build Failure

2017-07-10 Thread kenneth mcfarland
I am running Ubuntu 16.04.2 LTS AMD 64 The sole purpose of my laptop is to get this build to work. I've literally reformatted my machine just for this project and I'm at my wits end trying to figure this out after googling for 2 days. I've made sure the POM reflects the correct path to my jdk, an

Mentor Support Log4J2

2017-07-09 Thread Kenneth Mcfarland
I would like to help contribute, is there anyone out there that can help a newbie? I've helped correct some things in the cms webpage but I would like to get experience doing more than correcting typos. Can someone shadow me? Thanks in advance! kennethpaulmcfarl...@gmail.com