From aleksey.shipilev at oracle.com Tue Oct 7 13:21:45 2014 From: aleksey.shipilev at oracle.com (aleksey.shipilev at oracle.com) Date: Tue, 07 Oct 2014 13:21:45 +0000 Subject: hg: code-tools/jol: Minor formatting corrections. Message-ID: <201410071321.s97DLkoC019983@aojmv0008> Changeset: cf9a7f82df1a Author: shade Date: 2014-10-07 17:21 +0400 URL: http://hg.openjdk.java.net/code-tools/jol/rev/cf9a7f82df1a Minor formatting corrections. ! jol-core/src/main/java/org/openjdk/jol/info/GraphLayout.java From philipa at mail.com Wed Oct 15 11:49:41 2014 From: philipa at mail.com (Philip Aston) Date: Wed, 15 Oct 2014 12:49:41 +0100 Subject: JOL / Maven Central Message-ID: <543E5F55.6060303@mail.com> Any plans to release a 1.0 to Maven Central? Cheers, - Phil From aleksey.shipilev at oracle.com Wed Oct 15 11:55:10 2014 From: aleksey.shipilev at oracle.com (Aleksey Shipilev) Date: Wed, 15 Oct 2014 13:55:10 +0200 Subject: JOL / Maven Central In-Reply-To: <543E5F55.6060303@mail.com> References: <543E5F55.6060303@mail.com> Message-ID: <543E609E.1050005@oracle.com> Hi Phil, 0.1 on Maven Central: http://central.maven.org/maven2/org/openjdk/jol/jol-core/0.1/ We are not sure about the API stability at this point to release 1.0. Thanks, -Aleksey. On 15.10.2014 13:49, Philip Aston wrote: > Any plans to release a 1.0 to Maven Central? > > Cheers, > > - Phil > From philipa at mail.com Wed Oct 15 11:57:31 2014 From: philipa at mail.com (Philip Aston) Date: Wed, 15 Oct 2014 12:57:31 +0100 Subject: JOL / Maven Central In-Reply-To: <543E609E.1050005@oracle.com> References: <543E5F55.6060303@mail.com> <543E609E.1050005@oracle.com> Message-ID: <543E612B.50801@mail.com> Thanks Aleksey, I guess I'll build from source for now :-) - Phil On 15/10/14 12:55, Aleksey Shipilev wrote: > Hi Phil, > > 0.1 on Maven Central: > http://central.maven.org/maven2/org/openjdk/jol/jol-core/0.1/ > > We are not sure about the API stability at this point to release 1.0. > > Thanks, > -Aleksey. > > On 15.10.2014 13:49, Philip Aston wrote: >> Any plans to release a 1.0 to Maven Central? >> >> Cheers, >> >> - Phil >> > From aleksey.shipilev at oracle.com Wed Oct 15 11:58:37 2014 From: aleksey.shipilev at oracle.com (Aleksey Shipilev) Date: Wed, 15 Oct 2014 13:58:37 +0200 Subject: JOL / Maven Central In-Reply-To: <543E612B.50801@mail.com> References: <543E5F55.6060303@mail.com> <543E609E.1050005@oracle.com> <543E612B.50801@mail.com> Message-ID: <543E616D.7020903@oracle.com> 0.1 is not far away from current tip, any reason you can not use that dependency? -Aleksey. On 15.10.2014 13:57, Philip Aston wrote: > Thanks Aleksey, I guess I'll build from source for now :-) > > - Phil > > On 15/10/14 12:55, Aleksey Shipilev wrote: >> Hi Phil, >> >> 0.1 on Maven Central: >> http://central.maven.org/maven2/org/openjdk/jol/jol-core/0.1/ >> >> We are not sure about the API stability at this point to release 1.0. >> >> Thanks, >> -Aleksey. >> >> On 15.10.2014 13:49, Philip Aston wrote: >>> Any plans to release a 1.0 to Maven Central? >>> >>> Cheers, >>> >>> - Phil >>> >> > > From philipa at mail.com Wed Oct 15 12:54:54 2014 From: philipa at mail.com (Philip Aston) Date: Wed, 15 Oct 2014 13:54:54 +0100 Subject: JOL / Maven Central In-Reply-To: <543E616D.7020903@oracle.com> References: <543E5F55.6060303@mail.com> <543E609E.1050005@oracle.com> <543E612B.50801@mail.com> <543E616D.7020903@oracle.com> Message-ID: <543E6E9E.9070004@mail.com> *tries it* Cool, that worked. :-) Thanks! - Phil On 15/10/14 12:58, Aleksey Shipilev wrote: > 0.1 is not far away from current tip, any reason you can not use that > dependency? > > -Aleksey. > > On 15.10.2014 13:57, Philip Aston wrote: >> Thanks Aleksey, I guess I'll build from source for now :-) >> >> - Phil >> >> On 15/10/14 12:55, Aleksey Shipilev wrote: >>> Hi Phil, >>> >>> 0.1 on Maven Central: >>> http://central.maven.org/maven2/org/openjdk/jol/jol-core/0.1/ >>> >>> We are not sure about the API stability at this point to release 1.0. >>> >>> Thanks, >>> -Aleksey. >>> >>> On 15.10.2014 13:49, Philip Aston wrote: >>>> Any plans to release a 1.0 to Maven Central? >>>> >>>> Cheers, >>>> >>>> - Phil >>>> >> > From aleksey.shipilev at oracle.com Thu Oct 23 16:40:50 2014 From: aleksey.shipilev at oracle.com (aleksey.shipilev at oracle.com) Date: Thu, 23 Oct 2014 16:40:50 +0000 Subject: hg: code-tools/jol: 7901068: SecurityException when trying to introspect java.lang.Class Message-ID: <201410231640.s9NGepmT019898@aojmv0008> Changeset: 286e7f914795 Author: shade Date: 2014-10-23 20:40 +0400 URL: http://hg.openjdk.java.net/code-tools/jol/rev/286e7f914795 7901068: SecurityException when trying to introspect java.lang.Class ! jol-core/src/main/java/org/openjdk/jol/info/FieldData.java