[GitHub] logging-log4j2 pull request #108: LOG4J2-2013 Handle reconnect in SSLSocketM...

2017-08-29 Thread taylorp36
Github user taylorp36 closed the pull request at: https://github.com/apache/logging-log4j2/pull/108 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] logging-log4j2 issue #108: LOG4J2-2013 Handle reconnect in SSLSocketManager ...

2017-08-17 Thread taylorp36
Github user taylorp36 commented on the issue: https://github.com/apache/logging-log4j2/pull/108 Sure, I like the builder idea. I was hesitant to modify TcpSocketManager initially. Sounds like Gary might already have a fix though. --- If your project is set up for it, you can reply

[GitHub] logging-log4j2 issue #108: LOG4J2-2013 Handle reconnect in SSLSocketManager ...

2017-08-16 Thread taylorp36
Github user taylorp36 commented on the issue: https://github.com/apache/logging-log4j2/pull/108 Yeap, the trouble I had extending TcpSocketManager was that Reconnector and Socket were both being mutated in the write() and reconnect(). Without having setters on those fields in

[GitHub] logging-log4j2 issue #108: LOG4J2-2013 Handle reconnect in SSLSocketManager ...

2017-08-16 Thread taylorp36
Github user taylorp36 commented on the issue: https://github.com/apache/logging-log4j2/pull/108 The code path is very similar; the tests in **org.apache.logging.log4j.core.appender.net** call the appender directly, and the test in **org.apache.logging.log4j.core.appender** applies

[GitHub] logging-log4j2 issue #108: LOG4J2-2013 Handle reconnect in SSLSocketManager ...

2017-08-16 Thread taylorp36
Github user taylorp36 commented on the issue: https://github.com/apache/logging-log4j2/pull/108 I added a test in the SocketAppenderTest, are there any more tests we need for this? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] logging-log4j2 pull request #108: LOG4J2-2013 Handle reconnect in SSLSocketM...

2017-08-15 Thread taylorp36
GitHub user taylorp36 opened a pull request: https://github.com/apache/logging-log4j2/pull/108 LOG4J2-2013 Handle reconnect in SSLSocketManager without losing SSLCo… You can merge this pull request into a Git repository by running: $ git pull https://github.com/taylorp36