Re: [log4j2] org.apache.logging.log4j.message.MapMessage String vs. Object values.

2017-06-04 Thread Gary Gregory
On Sun, Jun 4, 2017 at 3:34 PM, Matt Sicker wrote: > Raw type warnings? In my experience, barely anyone even notices them let > alone fixes them. :/ > Right, warnings like (if you have them turned on, I do in Eclipse): "MapMessage is a raw type. References to generic type MapMessage should be p

Re: [log4j2] org.apache.logging.log4j.message.MapMessage String vs. Object values.

2017-06-04 Thread Matt Sicker
Raw type warnings? In my experience, barely anyone even notices them let alone fixes them. :/ On 4 June 2017 at 16:57, Ralph Goers wrote: > It is reasonable but I really dislike having to tell users they need to > change their code to get rid of the new warnings. > > Ralph > > > On Jun 4, 2017,

Re: [log4j2] org.apache.logging.log4j.message.MapMessage String vs. Object values.

2017-06-04 Thread Ralph Goers
It is reasonable but I really dislike having to tell users they need to change their code to get rid of the new warnings. Ralph > On Jun 4, 2017, at 9:48 AM, Gary Gregory wrote: > > Hi, > > I was about to merger the branch GenericMapMessageSimple when I realized > something... Right now, all

Re: [log4j2] org.apache.logging.log4j.message.MapMessage String vs. Object values.

2017-06-04 Thread Matt Sicker
Sounds pretty reasonable to me. On 4 June 2017 at 11:48, Gary Gregory wrote: > Hi, > > I was about to merger the branch GenericMapMessageSimple when I realized > something... Right now, all the code compiles and runs cleanly and the > Clirr check passes. > > But... > > Because of the new impleme

Re: [log4j2] org.apache.logging.log4j.message.MapMessage String vs. Object values.

2017-06-04 Thread Gary Gregory
Hi, I was about to merger the branch GenericMapMessageSimple when I realized something... Right now, all the code compiles and runs cleanly and the Clirr check passes. But... Because of the new implementation declares MapMessage with generics, we do get compiler warnings about MapMessage not bei

[GitHub] logging-log4j2 issue #81: Allow having the stacktrace as a string in JSONLay...

2017-06-04 Thread imriz
Github user imriz commented on the issue: https://github.com/apache/logging-log4j2/pull/81 @mikaelstaldal Hi :) I've extended this to YAML and XML + updated `layouts.xml.vm` --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[jira] [Created] (LOG4J2-1933) Not able to init config with JsonConfiguration class while the json config nodes are in random order

2017-06-04 Thread Roman Sosnin (JIRA)
Roman Sosnin created LOG4J2-1933: Summary: Not able to init config with JsonConfiguration class while the json config nodes are in random order Key: LOG4J2-1933 URL: https://issues.apache.org/jira/browse/LOG4J2-19