Re: Android and Log4j

2018-01-09 Thread Martin Buchholz
On Tue, Jan 9, 2018 at 5:11 PM, Ralph Goers wrote: > > I don’t think I got a reply to this question. I created > https://issuetracker.google.com/issues/70118537 for this but I have not > gotten any response. Is there a better mailing list where I should follow > up? > Sorry Ralph, I don't know.

Re: Android and Log4j

2018-01-09 Thread Ralph Goers
Martin, I don’t think I got a reply to this question. I created https://issuetracker.google.com/issues/70118537 for this but I have not gotten any response. Is there a better mailing list where I should follow up? Ralph > On Dec 6, 2017, at 10

Re: Android and Log4j

2017-12-06 Thread Ralph Goers
Martin, Do they also ignore the class files in META-INF/versions? Ralph > On Dec 6, 2017, at 2:35 PM, Martin Buchholz wrote: > > Very latest Android Studio comes with two compilers, dx and d8. > https://developer.android.com/studio/preview/features/index.html >

Re: Android and Log4j

2017-12-06 Thread Martin Buchholz
- > > *De: *"Martin Buchholz" > *À: *"Remi Forax" > *Cc: *"Ralph Goers" , "core-libs-dev" < > core-libs-dev@openjdk.java.net> > *Envoyé: *Mercredi 6 Décembre 2017 22:35:42 > *Objet: *Re: Android and Log4j > >

Re: Android and Log4j

2017-12-06 Thread forax
> De: "Martin Buchholz" > À: "Remi Forax" > Cc: "Ralph Goers" , "core-libs-dev" > > Envoyé: Mercredi 6 Décembre 2017 22:35:42 > Objet: Re: Android and Log4j > Very latest Android Studio comes with two compilers, dx and d8. > [

Re: Android and Log4j

2017-12-06 Thread forax
Hi Google :) great news. Rémi > De: "Martin Buchholz" > À: "Remi Forax" > Cc: "Ralph Goers" , "core-libs-dev" > > Envoyé: Lundi 4 Décembre 2017 21:03:23 > Objet: Re: Android and Log4j > On Sun, Dec 3, 2017 at 11:02 AM,

Re: Android and Log4j

2017-12-06 Thread Martin Buchholz
Very latest Android Studio comes with two compilers, dx and d8. https://developer.android.com/studio/preview/features/index.html I hear that both compilers know to skip module-info files. On Mon, Dec 4, 2017 at 12:03 PM, Martin Buchholz wrote: > > > On Sun, Dec 3, 2017 at 11:02 AM, Remi Forax w

Re: Android and Log4j

2017-12-04 Thread Martin Buchholz
On Sun, Dec 3, 2017 at 11:02 AM, Remi Forax wrote: > Ask Google to fix dx, > dx should ignore the module-info.class and everything inside > META-INF/versions (at least it's a first simple patch). > Hi, I'm "Google", sort of. Friends tell me that dx is getting fixed.

Re: Android and Log4j

2017-12-04 Thread Uwe Schindler
Hi, I'd also suggest to place the module-info.class inside the versions folder. So it should be ignored once the meta-inf bug is fixed. Java 9 should also read the module info from the versioned folder. Uwe Am 3. Dezember 2017 20:19:34 MEZ schrieb Alan Bateman : >On 03/12/2017 18:25, Ralph Go

Re: Android and Log4j

2017-12-03 Thread Ralph Goers
> On Dec 3, 2017, at 12:19 PM, Alan Bateman wrote: > > On 03/12/2017 18:25, Ralph Goers wrote: >> Log4j added support for Java 9 by: >> Converting the Log4j-API jar to a multi-release jar that includes support >> for StackWalker and the new Process Id support. >> Adding a module-info.jar to th

Re: Android and Log4j

2017-12-03 Thread Alan Bateman
On 03/12/2017 18:25, Ralph Goers wrote: Log4j added support for Java 9 by: Converting the Log4j-API jar to a multi-release jar that includes support for StackWalker and the new Process Id support. Adding a module-info.jar to the Log4j API jar. We are now getting complaints from Android users (a

Re: Android and Log4j

2017-12-03 Thread Remi Forax
Ask Google to fix dx, dx should ignore the module-info.class and everything inside META-INF/versions (at least it's a first simple patch). cheers, Rémi - Mail original - > De: "Ralph Goers" > À: "core-libs-dev" > Envoyé: Dimanche 3 Décembre 2017 1

Android and Log4j

2017-12-03 Thread Ralph Goers
Log4j added support for Java 9 by: Converting the Log4j-API jar to a multi-release jar that includes support for StackWalker and the new Process Id support. Adding a module-info.jar to the Log4j API jar. We are now getting complaints from Android users (as well as a few others) that their tools