[jira] [Updated] (LOG4J2-1912) CompositeConfiguration: Unable to determine URI for configuration. However, the reconfiguration is completed.

2017-05-18 Thread R Ri (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] R Ri updated LOG4J2-1912: - Fix Version/s: (was: 2.8.2) > CompositeConfiguration: Unable to determine URI for configuration. However, >

[jira] [Updated] (LOG4J2-1915) Log4j2 version 2.8.2 is not working for android logging

2017-05-18 Thread manoj sudarshan (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] manoj sudarshan updated LOG4J2-1915: Description: 1. Major - (LoggerContext) LogManager.getContext() will always return context

[jira] [Created] (LOG4J2-1915) Log4j2 version 2.8.2 is not working for android logging

2017-05-18 Thread manoj sudarshan (JIRA)
manoj sudarshan created LOG4J2-1915: --- Summary: Log4j2 version 2.8.2 is not working for android logging Key: LOG4J2-1915 URL: https://issues.apache.org/jira/browse/LOG4J2-1915 Project: Log4j 2

Re: Want to be Contributor

2017-05-18 Thread Matt Sicker
Isn't that for log4net he's talking about? Jira is here: < https://issues.apache.org/jira/browse/LOG4NET> On 18 May 2017 at 16:07, Gary Gregory wrote: > Hi Hitesh, > > Thank you for reaching out. > > Your best bet to get started is go to https://logging.apache.org/ > log4j/2.x/ > and read what i

[jira] [Commented] (LOG4J2-1914) AsyncLogger and message formatting (ConcurrentModificationException)

2017-05-18 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16016689#comment-16016689 ] Remko Popma commented on LOG4J2-1914: - I don't remember that anything was changed reg

[jira] [Updated] (LOG4J2-1912) CompositeConfiguration: Unable to determine URI for configuration. However, the reconfiguration is completed.

2017-05-18 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated LOG4J2-1912: - Description: Hello everybody, I found a possible bug in class CompositeConfiguration: Unable to

[jira] [Commented] (LOG4J2-1914) AsyncLogger and message formatting (ConcurrentModificationException)

2017-05-18 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16016589#comment-16016589 ] Gary Gregory commented on LOG4J2-1914: -- Hello Leon, Would you be able to test your

[jira] [Commented] (LOG4J2-1913) traceExit allocates memory for the input parameter even if it doesn't print it

2017-05-18 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16016584#comment-16016584 ] Gary Gregory commented on LOG4J2-1913: -- Hi Corneliu, The logIfEnabled() logic MUST

Re: Want to be Contributor

2017-05-18 Thread Gary Gregory
Hi Hitesh, Thank you for reaching out. Your best bet to get started is go to https://logging.apache.org/log4j/2.x/ and read what is in the "FOR CONTRIBUTORS" section. Then you can either create a PR on GitHub or attach a diff file to a new JIRA ticket (https://issues.apache.org/jira/browse/LOG4J

Want to be Contributor

2017-05-18 Thread Hitesh Chauhan
Hello, I would like to be added to the contributor list. I have modified Log4Net version to resolve appender instance through IoC. This looks very useful feature and we have been using in all our internal projects. I feel community also might want to take advantage of the feature. Could you pl

[jira] [Created] (LOG4J2-1914) AsyncLogger and message formatting (ConcurrentModificationException)

2017-05-18 Thread Leon Finker (JIRA)
Leon Finker created LOG4J2-1914: --- Summary: AsyncLogger and message formatting (ConcurrentModificationException) Key: LOG4J2-1914 URL: https://issues.apache.org/jira/browse/LOG4J2-1914 Project: Log4j 2

Re: Failing unit tests in log4j-core

2017-05-18 Thread Mikael Ståldal
I was able to fix this by adding @BeforeClass public static void beforeClass() { System.setProperty("log4j2.is.webapp", "false"); } to the failing tests. However, does this mean that the fix for LOG4J2-1583 does not work when Servlet API is present? See NestedLoggingFromToStringTest. Rem

Re: Failing unit tests in log4j-core

2017-05-18 Thread Mikael Ståldal
I have narrowed down the problem to the presence of Servlet API on classpath. Probably due to that our code check for this and change behaviour. See the Constants class. On May 18, 2017 6:15 PM, "Mikael Ståldal" wrote: > I have narrowed down the problem to the presence of Server > > On May 15, 2

Re: Failing unit tests in log4j-core

2017-05-18 Thread Mikael Ståldal
I have narrowed down the problem to the presence of Server On May 15, 2017 6:34 PM, "Ralph Goers" wrote: > Transitive dependencies are always subordinate to dependencies specified > in the pom so changing the order would never matter. > > What makes you think this has anything to do with depende

Re: Apache Gora for NoSQL

2017-05-18 Thread Matt Sicker
I think someone brought this up in the past actually. I haven't used it, but it sounds interesting. On 18 May 2017 at 02:00, Gary Gregory wrote: > Hi All, > > Has anyone used Apache Gora (https://gora.apache.org/) or thought of using > it as an appender to NoSQL targets? > > Gary > > -- > E-Mail

[jira] [Created] (LOG4J2-1913) traceExit allocates memory for the input parameter even if it doesn't print it

2017-05-18 Thread Corneliu C (JIRA)
Corneliu C created LOG4J2-1913: -- Summary: traceExit allocates memory for the input parameter even if it doesn't print it Key: LOG4J2-1913 URL: https://issues.apache.org/jira/browse/LOG4J2-1913 Project: L

[jira] [Updated] (LOG4J2-1912) CompositeConfiguration: Unable to determine URI for configuration. However, the reconfiguration is completed.

2017-05-18 Thread Ronald Rivas (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ronald Rivas updated LOG4J2-1912: - Description: Hello everybody, I found a possible bug in class CompositeConfiguration: Unable to

[jira] [Created] (LOG4J2-1912) CompositeConfiguration: Unable to determine URI for configuration. However, the reconfiguration is completed.

2017-05-18 Thread Ronald Rivas (JIRA)
Ronald Rivas created LOG4J2-1912: Summary: CompositeConfiguration: Unable to determine URI for configuration. However, the reconfiguration is completed. Key: LOG4J2-1912 URL: https://issues.apache.org/jira/browse/

Apache Gora for NoSQL

2017-05-18 Thread Gary Gregory
Hi All, Has anyone used Apache Gora (https://gora.apache.org/) or thought of using it as an appender to NoSQL targets? Gary -- E-Mail: garydgreg...@gmail.com | ggreg...@apache.org Java Persistence with Hibernate, Second Edition