[jira] [Commented] (LOG4J2-2253) Reusable messages missing a garbage free parameter accessor

2018-02-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16370961#comment-16370961 ] ASF GitHub Bot commented on LOG4J2-2253: Github user cakofony commented on the issue:

[GitHub] logging-log4j2 issue #150: LOG4J2-2253: Added ReusableMessage.forEachParamet...

2018-02-20 Thread cakofony
Github user cakofony commented on the issue: https://github.com/apache/logging-log4j2/pull/150 The ThreadLocals would be constant sized arrays only used for calls to getParameters in order to avoid creating a new array. Though now that I think through that idea it would have

[jira] [Commented] (LOG4J2-2253) Reusable messages missing a garbage free parameter accessor

2018-02-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16370960#comment-16370960 ] ASF GitHub Bot commented on LOG4J2-2253: Github user remkop commented on the issue:

[GitHub] logging-log4j2 issue #150: LOG4J2-2253: Added ReusableMessage.forEachParamet...

2018-02-20 Thread remkop
Github user remkop commented on the issue: https://github.com/apache/logging-log4j2/pull/150 I haven't looked at #149 in detail yet, but wouldn't the ThreadLocal prevent the async logger background thread from seeing the parameter values? ---

[jira] [Commented] (LOG4J2-2235) Add ThrowableFormatOptions "COLLAPSE"

2018-02-20 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16370887#comment-16370887 ] Gary Gregory commented on LOG4J2-2235: -- [~dbrosius]: Are you able to provide a PR? > Add

[jira] [Commented] (LOG4J2-2173) JMS Appender is not re-connecting on JBoss

2018-02-20 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16370872#comment-16370872 ] Gary Gregory commented on LOG4J2-2173: -- Based on "Could not index class module-info.class", it

[jira] [Commented] (LOG4J2-2253) Reusable messages missing a garbage free parameter accessor

2018-02-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16370794#comment-16370794 ] ASF GitHub Bot commented on LOG4J2-2253: Github user cakofony commented on the issue:

[GitHub] logging-log4j2 issue #150: LOG4J2-2253: Added ReusableMessage.forEachParamet...

2018-02-20 Thread cakofony
Github user cakofony commented on the issue: https://github.com/apache/logging-log4j2/pull/150 Good call, updated. Curious of your thoughts on this approach vs reusable threadlocal arrays to copy parameters into for Message.getParameters. That approach would have to copy a

[jira] [Commented] (LOG4J2-1705) Kotlin wrapper for Log4j 2 API

2018-02-20 Thread Raman Gupta (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16370764#comment-16370764 ] Raman Gupta commented on LOG4J2-1705: - [~jvz] Thanks for the feedback. This is relatively trivial to

[GitHub] logging-log4j2 issue #150: LOG4J2-2253: Added ReusableMessage.forEachParamet...

2018-02-20 Thread remkop
Github user remkop commented on the issue: https://github.com/apache/logging-log4j2/pull/150 I would like to add this method in a way that doesn’t break backwards compatibility. This can be done by putting the method in a new interface and let all `ReusableMessage` implementation

[jira] [Commented] (LOG4J2-2253) Reusable messages missing a garbage free parameter accessor

2018-02-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16370701#comment-16370701 ] ASF GitHub Bot commented on LOG4J2-2253: Github user remkop commented on the issue:

[jira] [Commented] (LOG4J2-2173) JMS Appender is not re-connecting on JBoss

2018-02-20 Thread leor amikam (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16370687#comment-16370687 ] leor amikam commented on LOG4J2-2173: - Anyone? > JMS Appender is not re-connecting on JBoss >

[jira] [Commented] (LOG4J2-1705) Kotlin wrapper for Log4j 2 API

2018-02-20 Thread Matt Sicker (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16370636#comment-16370636 ] Matt Sicker commented on LOG4J2-1705: - Coincidentally, I had to learn Kotlin for a gig I just had

[jira] [Commented] (LOG4J2-2260) [SMTP] Update javax.mail from 1.6.0 to 1.6.1

2018-02-20 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16370603#comment-16370603 ] Gary Gregory commented on LOG4J2-2260: -- In git master and 2.x-release. > [SMTP] Update javax.mail

[jira] [Closed] (LOG4J2-2260) [SMTP] Update javax.mail from 1.6.0 to 1.6.1

2018-02-20 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory closed LOG4J2-2260. Resolution: Fixed Fix Version/s: 3.0.0 2.11.0 > [SMTP] Update javax.mail

[jira] [Commented] (LOG4J2-2253) Reusable messages missing a garbage free parameter accessor

2018-02-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16370507#comment-16370507 ] ASF GitHub Bot commented on LOG4J2-2253: Github user cakofony commented on the issue:

[jira] [Deleted] (LOG4J2-2265) The module log4j-core should only depend on Java 9's java.base module

2018-02-20 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory deleted LOG4J2-2265: - > The module log4j-core should only depend on Java 9's java.base module >

[jira] [Created] (LOG4J2-2265) The module log4j-core should only depend on Java 9's java.base module

2018-02-20 Thread Gary Gregory (JIRA)
Gary Gregory created LOG4J2-2265: Summary: The module log4j-core should only depend on Java 9's java.base module Key: LOG4J2-2265 URL: https://issues.apache.org/jira/browse/LOG4J2-2265 Project: Log4j

[jira] [Closed] (LOG4J2-2264) Update JAnsi from 1.16 to 1.17

2018-02-20 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory closed LOG4J2-2264. Resolution: Fixed Fix Version/s: 3.0.0 2.11.0 In git master and

[jira] [Created] (LOG4J2-2263) Update JPA tests from org.eclipse.persistence.jpa 2.6.5 (Java 7) to 2.7.1 (Java 8)

2018-02-20 Thread Gary Gregory (JIRA)
Gary Gregory created LOG4J2-2263: Summary: Update JPA tests from org.eclipse.persistence.jpa 2.6.5 (Java 7) to 2.7.1 (Java 8) Key: LOG4J2-2263 URL: https://issues.apache.org/jira/browse/LOG4J2-2263

[jira] [Closed] (LOG4J2-2262) Update JDBC and JPA tests from hsqldb 2.3.5 (Java 7) to 2.4.0 (Javav 8)

2018-02-20 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory closed LOG4J2-2262. Resolution: Fixed Fix Version/s: 3.0.0 In git master. > Update JDBC and JPA tests from

[jira] [Created] (LOG4J2-2262) Update JDBC and JPA tests from hsqldb 2.3.5 (Java 7) to 2.4.0 (Javav 8)

2018-02-20 Thread Gary Gregory (JIRA)
Gary Gregory created LOG4J2-2262: Summary: Update JDBC and JPA tests from hsqldb 2.3.5 (Java 7) to 2.4.0 (Javav 8) Key: LOG4J2-2262 URL: https://issues.apache.org/jira/browse/LOG4J2-2262 Project:

[jira] [Closed] (LOG4J2-2261) Update JMS tests from Apache ActiveMQ 5.14.5 (Java 7) to 5.15.3 (Java 8)

2018-02-20 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory closed LOG4J2-2261. Resolution: Fixed Fix Version/s: 3.0.0 In git master. > Update JMS tests from Apache

[jira] [Created] (LOG4J2-2261) Update JMS tests from Apache ActiveMQ 5.14.5 (Java 7) to 5.15.3 (Java 8)

2018-02-20 Thread Gary Gregory (JIRA)
Gary Gregory created LOG4J2-2261: Summary: Update JMS tests from Apache ActiveMQ 5.14.5 (Java 7) to 5.15.3 (Java 8) Key: LOG4J2-2261 URL: https://issues.apache.org/jira/browse/LOG4J2-2261 Project:

[jira] [Created] (LOG4J2-2260) [SMTP] Update javax.mail from 1.6.0 to 1.6.1

2018-02-20 Thread Gary Gregory (JIRA)
Gary Gregory created LOG4J2-2260: Summary: [SMTP] Update javax.mail from 1.6.0 to 1.6.1 Key: LOG4J2-2260 URL: https://issues.apache.org/jira/browse/LOG4J2-2260 Project: Log4j 2 Issue Type:

[jira] [Closed] (LOG4J2-2083) Update Eclipse javax.persistence from 2.1.1 to 2.2.0

2018-02-20 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory closed LOG4J2-2083. Resolution: Fixed Fix Version/s: 3.0.0 In git master. > Update Eclipse javax.persistence

[jira] [Assigned] (LOG4J2-2080) Update to Java 8

2018-02-20 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory reassigned LOG4J2-2080: Assignee: Gary Gregory > Update to Java 8 > > > Key:

[jira] [Closed] (LOG4J2-2259) Update MongoDB 3 module from driver 3.6.1 to 3.6.3

2018-02-20 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory closed LOG4J2-2259. Resolution: Fixed Fix Version/s: 3.0.0 2.11.0 In git master and

[jira] [Commented] (LOG4J2-1705) Kotlin wrapper for Log4j 2 API

2018-02-20 Thread Raman Gupta (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16370136#comment-16370136 ] Raman Gupta commented on LOG4J2-1705: - [~garydgregory] [~jvz] Any interesting in moving forward with

Jenkins build is back to stable : Log4j 2 3.x #9

2018-02-20 Thread Apache Jenkins Server
See

[jira] [Created] (LOG4J2-2259) Update MongoDB 3 module from driver 3.6.1 to 3.6.3

2018-02-20 Thread Gary Gregory (JIRA)
Gary Gregory created LOG4J2-2259: Summary: Update MongoDB 3 module from driver 3.6.1 to 3.6.3 Key: LOG4J2-2259 URL: https://issues.apache.org/jira/browse/LOG4J2-2259 Project: Log4j 2 Issue

[jira] [Commented] (LOG4J2-2256) GelfLayout does not allow to truncate short message to arbitrary length

2018-02-20 Thread Hugo Veillette (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16370058#comment-16370058 ] Hugo Veillette commented on LOG4J2-2256: Hi, after review we noticed that the data is not

[jira] [Comment Edited] (LOG4J2-2256) GelfLayout does not allow to truncate short message to arbitrary length

2018-02-20 Thread Hugo Veillette (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16370058#comment-16370058 ] Hugo Veillette edited comment on LOG4J2-2256 at 2/20/18 1:43 PM: - Hi,

[jira] [Updated] (LOG4J2-2256) GelfLayout does not allow to truncate short message to arbitrary length

2018-02-20 Thread Hugo Veillette (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hugo Veillette updated LOG4J2-2256: --- Description: Hi,  using the GelfLayout provided in Log4j2 core, we are unable to truncate

[jira] [Updated] (LOG4J2-2256) GelfLayout does not allow to truncate short message to arbitrary length

2018-02-20 Thread Hugo Veillette (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hugo Veillette updated LOG4J2-2256: --- Description: Hi,  using the GelfLayout provided in Log4j2 core, we are unable to truncate