[jira] [Commented] (LOG4J2-1925) Having log4j-core on the compile classpath somehow breaks compilation even if I'm not calling it

2017-08-22 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16137862#comment-16137862 ] Ralph Goers commented on LOG4J2-1925: - The first time I ran the test with my Processo

[jira] [Commented] (LOG4J2-1925) Having log4j-core on the compile classpath somehow breaks compilation even if I'm not calling it

2017-08-22 Thread Trejkaz (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16137851#comment-16137851 ] Trejkaz commented on LOG4J2-1925: - I just retested myself, but I lost my own code which p

Help with LOG4J2-2009

2017-08-22 Thread Gary Gregory
Hi All, Looking for help to fix this or document a workaround: https://issues.apache.org/jira/browse/LOG4J2-2009 Gary

[jira] [Commented] (LOG4J2-2009) Rolling appender managers broken on pattern/policy reconfiguration

2017-08-22 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16137496#comment-16137496 ] ASF subversion and git services commented on LOG4J2-2009: - Commit

[jira] [Commented] (LOG4J2-2009) Rolling appender managers broken on pattern/policy reconfiguration

2017-08-22 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16137494#comment-16137494 ] ASF subversion and git services commented on LOG4J2-2009: - Commit

[jira] [Commented] (LOG4J2-2009) Rolling appender managers broken on pattern/policy reconfiguration

2017-08-22 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16137482#comment-16137482 ] Gary Gregory commented on LOG4J2-2009: -- I added the unit test {{org.apache.logging.

[jira] [Commented] (LOG4J2-2009) Rolling appender managers broken on pattern/policy reconfiguration

2017-08-22 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16137481#comment-16137481 ] ASF subversion and git services commented on LOG4J2-2009: - Commit

Re: org.apache.logging.log4j.core.LoggerContext getLogger(Class)

2017-08-22 Thread Remko Popma
> On Aug 23, 2017, at 2:22, Gary Gregory wrote: > >> On Tue, Aug 22, 2017 at 10:27 AM, Remko Popma wrote: >> >> What I don't like about this proposal is that LogManager.getLogger(Class) >> would end up working differently than >> o.a.l.l.core.LoggerContext.getLogger(Class). (One uses Class.get

[jira] [Commented] (LOG4J2-2013) SslSocketManager does not apply SSLContext on TCP reconnect

2017-08-22 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16137356#comment-16137356 ] Ralph Goers commented on LOG4J2-2013: - Can you elaborate on the compatibility problem

[jira] [Comment Edited] (LOG4J2-2005) Level.valueOf() converts level strings to uppercase

2017-08-22 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16137284#comment-16137284 ] Gary Gregory edited comment on LOG4J2-2005 at 8/22/17 8:04 PM:

[jira] [Commented] (LOG4J2-2005) Level.valueOf() converts level strings to uppercase

2017-08-22 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16137284#comment-16137284 ] Gary Gregory commented on LOG4J2-2005: -- Hm..., to avoid breaking existing configs we

[jira] [Commented] (LOG4J2-2000) Highlight converter converts levels to uppercase before lookup

2017-08-22 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16137278#comment-16137278 ] Gary Gregory commented on LOG4J2-2000: -- All of the levels in {{https://developer.op

[jira] [Commented] (LOG4J2-2005) Level.valueOf() converts level strings to uppercase

2017-08-22 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16137269#comment-16137269 ] Gary Gregory commented on LOG4J2-2005: -- The kind of fix will break existing configur

[jira] [Commented] (LOG4J2-2013) SslSocketManager does not apply SSLContext on TCP reconnect

2017-08-22 Thread Taylor Patton (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16137201#comment-16137201 ] Taylor Patton commented on LOG4J2-2013: --- I had some issues where the app I was test

Re: org.apache.logging.log4j.core.LoggerContext getLogger(Class)

2017-08-22 Thread Ralph Goers
“Out of bounds” is not the correct statement. Unnecessary is. We already convert the class name to a String in the API so there is no reason to have that method. Ralph > On Aug 22, 2017, at 8:32 AM, Gary Gregory wrote: > > Hi Ralph, > > I looked over the links and I (still) do understand th

Re: org.apache.logging.log4j.core.LoggerContext getLogger(Class)

2017-08-22 Thread Matt Sicker
LoggerContext is included in log4j-api as an SPI class. It's for implementors, not users. On 22 August 2017 at 12:22, Gary Gregory wrote: > On Tue, Aug 22, 2017 at 10:27 AM, Remko Popma > wrote: > > > What I don't like about this proposal is that LogManager.getLogger(Class) > > would end up wor

[jira] [Commented] (LOG4J2-1925) Having log4j-core on the compile classpath somehow breaks compilation even if I'm not calling it

2017-08-22 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16137094#comment-16137094 ] Ralph Goers commented on LOG4J2-1925: - I have submitted a bug report with Oracle. Wai

Re: org.apache.logging.log4j.core.LoggerContext getLogger(Class)

2017-08-22 Thread Gary Gregory
On Tue, Aug 22, 2017 at 10:27 AM, Remko Popma wrote: > What I don't like about this proposal is that LogManager.getLogger(Class) > would end up working differently than > o.a.l.l.core.LoggerContext.getLogger(Class). (One uses Class.getName, the > other Class.getCanonicalName.) > No it would not,

[jira] [Comment Edited] (LOG4J2-1925) Having log4j-core on the compile classpath somehow breaks compilation even if I'm not calling it

2017-08-22 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16137072#comment-16137072 ] Ralph Goers edited comment on LOG4J2-1925 at 8/22/17 5:17 PM: -

[jira] [Resolved] (LOG4J2-1925) Having log4j-core on the compile classpath somehow breaks compilation even if I'm not calling it

2017-08-22 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ralph Goers resolved LOG4J2-1925. - Resolution: Fixed I have created a test project at https://github.com/rgoers/LOG4J2-1925 without

Re: org.apache.logging.log4j.core.LoggerContext getLogger(Class)

2017-08-22 Thread Remko Popma
What I don't like about this proposal is that LogManager.getLogger(Class) would end up working differently than o.a.l.l.core.LoggerContext.getLogger(Class). (One uses Class.getName, the other Class.getCanonicalName.) Why not just use org.apache.logging.log4j.core. LoggerContext.getLogger(clazz.get

[jira] [Commented] (LOG4NET-572) Add target for netstandard-2.0

2017-08-22 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16137011#comment-16137011 ] Dominik Psenner commented on LOG4NET-572: - This leaves the question how we organi

[jira] [Commented] (LOG4NET-572) Add target for netstandard-2.0

2017-08-22 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16137009#comment-16137009 ] Dominik Psenner commented on LOG4NET-572: - We might be able to parse the visual s

[GitHub] logging-log4net pull request #14: Add .NET Standard 2.0 build

2017-08-22 Thread chlowell
Github user chlowell closed the pull request at: https://github.com/apache/logging-log4net/pull/14 --- 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 featu

Re: org.apache.logging.log4j.core.LoggerContext getLogger(Class)

2017-08-22 Thread Gary Gregory
Hi Ralph, I looked over the links and I (still) do understand the separation and I have a follow up question below. First, to be precise, I am proposing to add this shorthand method (note there is no @Override to ease compatibility, so no change to org.apache.logging.log4j.spi.LoggerContext): di

[jira] [Commented] (LOG4NET-572) Add target for netstandard-2.0

2017-08-22 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16136788#comment-16136788 ] Dominik Psenner commented on LOG4NET-572: - Current state: * [build#6|https://bui

[jira] [Assigned] (LOG4NET-567) Use new csproj format to target multiple frameworks

2017-08-22 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dominik Psenner reassigned LOG4NET-567: --- Assignee: Dominik Psenner > Use new csproj format to target multiple frameworks > --

[jira] [Updated] (LOG4NET-572) Add target for netstandard-2.0

2017-08-22 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dominik Psenner updated LOG4NET-572: Description: Currently all work done so far is available in branch feature/netstandard-2.0;

[jira] [Commented] (LOG4NET-572) Add target for netstandard-2.0

2017-08-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16136781#comment-16136781 ] ASF GitHub Bot commented on LOG4NET-572: Github user dpsenner commented on the is

[GitHub] logging-log4net issue #14: Add .NET Standard 2.0 build

2017-08-22 Thread dpsenner
Github user dpsenner commented on the issue: https://github.com/apache/logging-log4net/pull/14 Alright, let's move further discussion to JIRA ([LOG4NET-572](https://issues.apache.org/jira/browse/LOG4NET-572), [LOG4NET-567](https://issues.apache.org/jira/browse/LOG4NET-567)). I would h

[jira] [Created] (LOG4NET-572) Add target for netstandard-2.0

2017-08-22 Thread Dominik Psenner (JIRA)
Dominik Psenner created LOG4NET-572: --- Summary: Add target for netstandard-2.0 Key: LOG4NET-572 URL: https://issues.apache.org/jira/browse/LOG4NET-572 Project: Log4net Issue Type: New Featur