[jira] [Comment Edited] (LOG4J2-1926) Remove dependency on RMI and Management APIs from log4j-api

2017-06-16 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16052513#comment-16052513 ] Remko Popma edited comment on LOG4J2-1926 at 6/16/17 11:33 PM:

[jira] [Commented] (LOG4J2-1926) Remove dependency on RMI and Management APIs from log4j-api

2017-06-16 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16052513#comment-16052513 ] Remko Popma commented on LOG4J2-1926: - Mikael, sorry, I misunderstood your concern.

Re: HttpAppenderTest fails randomly and often

2017-06-16 Thread Gary Gregory
Would you mind putting that on your todo list? Thank you? Gary On Jun 16, 2017 11:19 AM, "Mikael Ståldal" wrote: > No, not right now. > > > On 2017-06-16 21:17, Gary Gregory wrote: > >> On Fri, Jun 16, 2017 at 10:38 AM, Mikael Ståldal >> wrote: >> >> I authored it. I cannot recall that I have

Re: HttpAppenderTest fails randomly and often

2017-06-16 Thread Mikael Ståldal
No, not right now. On 2017-06-16 21:17, Gary Gregory wrote: On Fri, Jun 16, 2017 at 10:38 AM, Mikael Ståldal wrote: I authored it. I cannot recall that I have seen this failure. Maybe a Windows specific issue? I have only tested in Linux. Do you have a Windows install to duplicate this?

Re: HttpAppenderTest fails randomly and often

2017-06-16 Thread Gary Gregory
On Fri, Jun 16, 2017 at 10:38 AM, Mikael Ståldal wrote: > I authored it. I cannot recall that I have seen this failure. Maybe a > Windows specific issue? I have only tested in Linux. Do you have a Windows install to duplicate this? Gary > > > On 2017-06-05 21:21, Gary Gregory wrote: > >> Hi A

Re: [log4j2] MapMessage.newInstance(Map)

2017-06-16 Thread Gary Gregory
My mistake, It looks like it is implemented and used to return an instance of its own type (different subclasses return a different type) Gary On Fri, Jun 16, 2017 at 10:30 AM, Mikael Ståldal wrote: > Maybe we should deprecate it? > > > On 2017-06-01 21:07, Gary Gregory wrote: > >> Hi All, >> >

Re: HttpAppenderTest fails randomly and often

2017-06-16 Thread Mikael Ståldal
I authored it. I cannot recall that I have seen this failure. Maybe a Windows specific issue? I have only tested in Linux. On 2017-06-05 21:21, Gary Gregory wrote: Hi All, The HttpAppenderTest fails randomly and often (see below). This is a fairly new test. Can whom ever authored it have a loo

Re: [log4j2] MapMessage.newInstance(Map)

2017-06-16 Thread Mikael Ståldal
Maybe we should deprecate it? On 2017-06-01 21:07, Gary Gregory wrote: Hi All, It looks like: org.apache.logging.log4j.message.MapMessage.newInstance(Map) was supposed to be a static method. Can't change it now I suppose :-( as it would break BC. I wonder if we should start tracking these T

Re: Log4j2 APIs on Android

2017-06-16 Thread Mikael Ståldal
I am not sure I like Remko's solution to remove the dependency on RMI MarshalledObject in SortedArrayStringMap. I am afraid that this implementation: private static Object unmarshall(byte[] data) throws IOException, ClassNotFoundException { ByteArrayInputStream bin = new ByteArray

[jira] [Created] (LOG4J2-1944) Should suppress message "ERROR No log4j2 configuration file found..." when programmatic API is used to config log4j.

2017-06-16 Thread Weian Deng (JIRA)
Weian Deng created LOG4J2-1944: -- Summary: Should suppress message "ERROR No log4j2 configuration file found..." when programmatic API is used to config log4j. Key: LOG4J2-1944 URL: https://issues.apache.org/jira/brow

Re: JDK 9 EA Build 174 & JDK 8u152 b04 are available on jdk.java.net

2017-06-16 Thread Matt Sicker
All I can see is that it deprecates the modules, though I wonder if they're planning on moving them to Java EE. There's quite a bit of code in Java SE and some in Java EE that makes the two have a fuzzy boundary. On 16 June 2017 at 09:06, Gary Gregory wrote: > Deprecate JAXB out of the JRE? Am r

Re: JDK 9 EA Build 174 & JDK 8u152 b04 are available on jdk.java.net

2017-06-16 Thread Gary Gregory
Deprecate JAXB out of the JRE? Am reading this right? Gary On Jun 16, 2017 2:43 AM, "Rory O'Donnell" wrote: Hi Nick, *JDK 9 Early Access* build 174 is available at : - jdk.java.net/9/ A summary of all the changes in this build are listed here < http://download.java.net/java/jdk9/changes/jdk

JDK 9 EA Build 174 & JDK 8u152 b04 are available on jdk.java.net

2017-06-16 Thread Rory O'Donnell
Hi Nick, *JDK 9 Early Access* build 174 is available at : - jdk.java.net/9/ A summary of all the changes in this build are listed here . Changes which were introduced since the last availability email that may be of interest : *