[Bug 58470] xml message

2015-10-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58470 --- Comment #1 from Gary Gregory --- This is the bug tracking system for Log4j version 1 which is EOL. For version 2, please use https://issues.apache.org/jira/browse/log4j2/ -- You are receiving this mail because: You are the assignee for t

Re: [1/2] logging-log4j2 git commit: LOG4J2-1151 updated: added exact port of JDK 8 logic for handling invalid input, renamed methods

2015-10-05 Thread Remko Popma
However, I used a tool so it might be a pretty close match to the original source code, not sure. Also, the method names are unchanged. On Tue, Oct 6, 2015 at 1:44 AM, Remko Popma wrote: > This is not a copy of Oracle's source code but my interpretation of the > relevant byte codes. > > On Tue,

Re: [1/2] logging-log4j2 git commit: LOG4J2-1151 updated: added exact port of JDK 8 logic for handling invalid input, renamed methods

2015-10-05 Thread Remko Popma
This is not a copy of Oracle's source code but my interpretation of the relevant byte codes. On Tue, Oct 6, 2015 at 1:31 AM, Gary Gregory wrote: > I am worried and almost -1 here: It is OK to copy from OpenJDK but I bet > it's not OK to copy from Oracle's JRE... but how can we properly benchmark

[jira] [Resolved] (LOG4J2-1151) Performance improvement: backport fast Java 8 ISO-8859-1 String to byte[] encoder to AbstractStringLayout

2015-10-05 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remko Popma resolved LOG4J2-1151. - Resolution: Fixed Fixed in master in commit 868f15f9: - use JDK 8 built-in encoder if available -

Fwd: [1/2] logging-log4j2 git commit: LOG4J2-1151 updated: added exact port of JDK 8 logic for handling invalid input, renamed methods

2015-10-05 Thread Gary Gregory
I am worried and almost -1 here: It is OK to copy from OpenJDK but I bet it's not OK to copy from Oracle's JRE... but how can we properly benchmark then? Gary -- Forwarded message -- From: Date: Mon, Oct 5, 2015 at 4:14 PM Subject: [1/2] logging-log4j2 git commit: LOG4J2-1151 upd

[jira] [Commented] (LOG4J2-1151) Performance improvement: backport fast Java 8 ISO-8859-1 String to byte[] encoder to AbstractStringLayout

2015-10-05 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14944226#comment-14944226 ] Remko Popma commented on LOG4J2-1151: - I overlooked something: invalid input. The JDK

Re: Pattern layout and Markers

2015-10-05 Thread Gary Gregory
Well, it's in Git master now ... Gary On Mon, Oct 5, 2015 at 1:00 AM, Mikael Ståldal wrote: > Yes, and this is such a case (since Gary wrote "Feedback please"), isn't > it? > > On Fri, Oct 2, 2015 at 5:55 PM, Ralph Goers > wrote: > >> Mikael, we generally only create code branches when we have

[jira] [Closed] (LOG4J2-1149) PatternLayout predefined date pattern with time zone always renders default date format

2015-10-05 Thread Matt Barron (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Barron closed LOG4J2-1149. --- Successfully ran test application using latest 2.4.1-SNAPSHOT...the output from PatternLayout using a pr

[jira] [Closed] (LOG4J2-1140) Headers not being written to first file with RollingFileAppender

2015-10-05 Thread Matt Barron (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Barron closed LOG4J2-1140. --- Successfully ran test application using latest 2.4.1-SNAPSHOT...headers are once again present on the fi

[jira] [Commented] (LOG4J2-1151) Performance improvement: backport fast Java 8 ISO-8859-1 String to byte[] encoder to AbstractStringLayout

2015-10-05 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14943662#comment-14943662 ] Remko Popma commented on LOG4J2-1151: - Changes made to master in commit 9bc81445. Als

[jira] [Commented] (LOG4J2-1151) Performance improvement: backport fast Java 8 ISO-8859-1 String to byte[] encoder to AbstractStringLayout

2015-10-05 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14943633#comment-14943633 ] Remko Popma commented on LOG4J2-1151: - Question from [~garydgregory] on the mailing l

[jira] [Updated] (LOG4J2-1151) Performance improvement: backport fast Java 8 ISO-8859-1 String to byte[] encoder to AbstractStringLayout

2015-10-05 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remko Popma updated LOG4J2-1151: Summary: Performance improvement: backport fast Java 8 ISO-8859-1 String to byte[] encoder to Abstr

[jira] [Reopened] (LOG4J2-1151) Performance improvement: backport fast Java 8 String to byte[] encoder to AbstractStringLayout

2015-10-05 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remko Popma reopened LOG4J2-1151: - > Performance improvement: backport fast Java 8 String to byte[] encoder to > AbstractStringLayout >

Fwd: logging-log4j2 git commit: LOG4J2-1151 Performance improvement: backport fast Java 8 String to byte[] encoder to AbstractStringLayout.

2015-10-05 Thread Gary Gregory
Can we rename the custom encode method to something like encodeSingleBytes? And can't we do this for all encodings with maxBytesPerChar <= 1? Gsry Original message From: [email protected] Date: 10/05/2015 06:21 (GMT-08:00) To: [email protected] Subject: logging-log

[jira] [Closed] (LOG4J2-1151) Performance improvement: backport fast Java 8 String to byte[] encoder to AbstractStringLayout

2015-10-05 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remko Popma closed LOG4J2-1151. --- > Performance improvement: backport fast Java 8 String to byte[] encoder to > AbstractStringLayout > ---

[jira] [Resolved] (LOG4J2-1151) Performance improvement: backport fast Java 8 String to byte[] encoder to AbstractStringLayout

2015-10-05 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remko Popma resolved LOG4J2-1151. - Resolution: Fixed Fixed in master in commit aabd2188. > Performance improvement: backport fast J

[jira] [Updated] (LOG4J2-1151) Performance improvement: backport fast Java 8 String to byte[] encoder to AbstractStringLayout

2015-10-05 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remko Popma updated LOG4J2-1151: Description: Java 8 made large improvements to String encoding performance for all character sets.

[jira] [Created] (LOG4J2-1151) Performance improvement: backport fast Java 8 String to byte[] encoder to AbstractStringLayout

2015-10-05 Thread Remko Popma (JIRA)
Remko Popma created LOG4J2-1151: --- Summary: Performance improvement: backport fast Java 8 String to byte[] encoder to AbstractStringLayout Key: LOG4J2-1151 URL: https://issues.apache.org/jira/browse/LOG4J2-1151

Jenkins build is back to normal : Log4j 2.x #1447

2015-10-05 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

[jira] [Commented] (LOG4J2-935) Performance: which String.getBytes method to use

2015-10-05 Thread JIRA
[ https://issues.apache.org/jira/browse/LOG4J2-935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14943084#comment-14943084 ] Mikael Ståldal commented on LOG4J2-935: --- Perhaps we should report to Oracle that jav

Re: Pattern layout and Markers

2015-10-05 Thread Mikael Ståldal
Yes, and this is such a case (since Gary wrote "Feedback please"), isn't it? On Fri, Oct 2, 2015 at 5:55 PM, Ralph Goers wrote: > Mikael, we generally only create code branches when we have things that we > would like feedback on before we commit them to master. Frankly, I do my > code reviews u