Re: ASM 7.0 beta released

Ismael Juma <[email protected]> Sat, 27 Oct 2018 12:17:18 -0700
Newsgroups gmane.comp.java.objectweb.asm
Message-ID <CAD5tkZakdtznPtzX_VPJ2z8T4Lc_Yd3co_kDT=FL1GEUBqB-uQ@mail.gmail.com>
This is a multi-part message in MIME format...

------------=_1540667882-18771-8
Content-Type: multipart/alternative; boundary="0000000000006bbafc05793ab176"

--0000000000006bbafc05793ab176
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

This is great, thanks!

Ismael

On Sat, Oct 27, 2018 at 10:57 AM Remi Forax <[email protected]> wrote:

> The version 7 of ASM has just been released, it's not yet on Maven Central
> but should be soon.
>
> cheers,
> R=C3=A9mi
>
> ------------------------------
>
> *De: *"mlists" <[email protected]>
> *=C3=80: *"Eric Bruneton" <[email protected]>
> *Cc: *"asm" <[email protected]>
> *Envoy=C3=A9: *Samedi 27 Octobre 2018 18:43:05
> *Objet: *Re: [asm] ASM 7.0 beta released
>
> Any updates on the final release? Some libraries like cglib don't support
> Java 11 bytecode out of the box (a system property must be passed) and the
> maintainers would prefer to wait for the final release of ASM 7.0 (instead
> of the beta).
> Ismael
>
> On Sun, Sep 30, 2018 at 9:06 AM Ismael Juma <[email protected]> wrote:
>
>> Thanks!
>>
>> Ismael
>>
>> On Sun, 30 Sep 2018, 01:29 , <[email protected]> wrote:
>>
>>> Problably in a few weeks.
>>>
>>> > Great to see this, thanks. Is there a rough timeline for when the
>>> > final release is planned? I submitted a pull request for using this
>>> > version of ASM in cglib and I was asked that question by the
>>> > maintainer.
>>> >
>>> >
>>> > Ismael
>>> >
>>> >
>>> > On Sat, 29 Sep 2018, 05:25 Eric Bruneton, < [email protected] >
>>> > wrote:
>>> >
>>> >
>>> > Release notes:
>>> >
>>> > - support of JDK 11 features now official (was experimental)
>>> > - xml package deleted (was deprecated since 6.1)
>>> >
>>> > Small improvements:
>>> > - Type and TypePath now explicitly final
>>> > - Eliminate double-spaced output from Textifier
>>> > - Remap inner class names in Remapper
>>> > - Better UnsupportedOperationException messages
>>> > - Javadoc improvements
>>> > - Check code quality with Checkstyle and PMD
>>> > - Fix performance regression introduced in 6.2
>>> >
>>> > Bug fixes:
>>> > - 317847: Gradle build missing Implementation-Version property
>>> > - 317848: Type names no longer included in declaration comments
>>> > produced by
>>> > Textifier
>>> > - 317851: Analyzer gets StackOverflowError when method has lots of
>>> > jumps
>>> > - 317853: SimpleVerifier merges types incorrectly when one type is an
>>> > interface
>>> > - 317856: Bug in AdviceAdapter with superclass constructors
>>> > - MethodWriter generates incorrect bytecode for long or double
>>> > ConstantDynamic
>>> > - Remapper does not remap ConstantDynamic and Handle correctly
>>> >
>>> > The ASM team
>>> >
>>> > --
>>> > You receive this message as a subscriber of the [email protected] mailing
>>> > list.
>>> > To unsubscribe: mailto: [email protected]
>>> > For general help: mailto: [email protected] ?subject=3Dhelp
>>> > OW2 mailing lists service home page: http://www.ow2.org/wws
>>> >
>>>
>>
>
> --
> You receive this message as a subscriber of the [email protected] mailing list.
> To unsubscribe: mailto:[email protected]
> For general help: mailto:[email protected]?subject=3Dhelp
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>

--0000000000006bbafc05793ab176
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">This is great, thanks!<div><br></div><div>Ismael</div></di=
v><br><div class=3D"gmail_quote"><div dir=3D"ltr">On Sat, Oct 27, 2018 at 1=
0:57 AM Remi Forax &lt;<a href=3D"mailto:[email protected]">forax@univ-mlv.=
fr</a>&gt; wrote:<br></div><blockquote class=3D"gmail_quote" style=3D"margi=
n:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style=
=3D"font-family:arial,helvetica,sans-serif;font-size:12pt;color:#000000"><d=
iv>The version 7 of ASM has just been released, it&#39;s not yet on Maven C=
entral but should be soon.<br></div><div><br></div><div>cheers,<br></div><d=
iv>R=C3=A9mi<br></div><div><br></div><hr id=3D"m_-4987643414566290142zwchr"=
><div><blockquote style=3D"border-left:2px solid #1010ff;margin-left:5px;pa=
dding-left:5px;color:#000;font-weight:normal;font-style:normal;text-decorat=
ion:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt"><b>De: </b>=
&quot;mlists&quot; &lt;<a href=3D"mailto:[email protected]" target=3D"_blan=
k">[email protected]</a>&gt;<br><b>=C3=80: </b>&quot;Eric Bruneton&quot; &l=
t;<a href=3D"mailto:[email protected]" target=3D"_blank">[email protected]<=
/a>&gt;<br><b>Cc: </b>&quot;asm&quot; &lt;<a href=3D"mailto:[email protected]" ta=
rget=3D"_blank">[email protected]</a>&gt;<br><b>Envoy=C3=A9: </b>Samedi 27 Octobr=
e 2018 18:43:05<br><b>Objet: </b>Re: [asm] ASM 7.0 beta released<br></block=
quote></div><div><blockquote style=3D"border-left:2px solid #1010ff;margin-=
left:5px;padding-left:5px;color:#000;font-weight:normal;font-style:normal;t=
ext-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt">=
<div dir=3D"ltr">Any updates on the final release? Some libraries like cgli=
b don&#39;t support Java 11 bytecode out of the box (a system property must=
 be passed) and the maintainers would prefer to wait for the final release =
of ASM 7.0 (instead of the beta).<br><div>Ismael</div></div><br><div class=
=3D"gmail_quote"><div dir=3D"ltr">On Sun, Sep 30, 2018 at 9:06 AM Ismael Ju=
ma &lt;<a href=3D"mailto:[email protected]" target=3D"_blank">[email protected]=
e.uk</a>&gt; wrote:<br></div><blockquote class=3D"gmail_quote" style=3D"mar=
gin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir=3D"aut=
o">Thanks!<div dir=3D"auto"><br></div><div dir=3D"auto">Ismael</div></div><=
br><div class=3D"gmail_quote"><div dir=3D"ltr">On Sun, 30 Sep 2018, 01:29 ,=
 &lt;<a href=3D"mailto:[email protected]" target=3D"_blank">ebruneton@free.=
fr</a>&gt; wrote:<br></div><blockquote class=3D"gmail_quote" style=3D"margi=
n:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Problably in a fe=
w weeks.<br>
<br>
&gt; Great to see this, thanks. Is there a rough timeline for when the<br>
&gt; final release is planned? I submitted a pull request for using this<br>
&gt; version of ASM in cglib and I was asked that question by the<br>
&gt; maintainer.<br>
&gt; <br>
&gt; <br>
&gt; Ismael<br>
&gt; <br>
&gt; <br>
&gt; On Sat, 29 Sep 2018, 05:25 Eric Bruneton, &lt; <a href=3D"mailto:ebrun=
[email protected]" rel=3D"noreferrer" target=3D"_blank">[email protected]</a> &g=
t;<br>
&gt; wrote:<br>
&gt; <br>
&gt; <br>
&gt; Release notes:<br>
&gt; <br>
&gt; - support of JDK 11 features now official (was experimental)<br>
&gt; - xml package deleted (was deprecated since 6.1)<br>
&gt; <br>
&gt; Small improvements:<br>
&gt; - Type and TypePath now explicitly final<br>
&gt; - Eliminate double-spaced output from Textifier<br>
&gt; - Remap inner class names in Remapper<br>
&gt; - Better UnsupportedOperationException messages<br>
&gt; - Javadoc improvements<br>
&gt; - Check code quality with Checkstyle and PMD<br>
&gt; - Fix performance regression introduced in 6.2<br>
&gt; <br>
&gt; Bug fixes:<br>
&gt; - 317847: Gradle build missing Implementation-Version property<br>
&gt; - 317848: Type names no longer included in declaration comments<br>
&gt; produced by<br>
&gt; Textifier<br>
&gt; - 317851: Analyzer gets StackOverflowError when method has lots of<br>
&gt; jumps<br>
&gt; - 317853: SimpleVerifier merges types incorrectly when one type is an<=
br>
&gt; interface<br>
&gt; - 317856: Bug in AdviceAdapter with superclass constructors<br>
&gt; - MethodWriter generates incorrect bytecode for long or double<br>
&gt; ConstantDynamic<br>
&gt; - Remapper does not remap ConstantDynamic and Handle correctly<br>
&gt; <br>
&gt; The ASM team<br>
&gt; <br>
&gt; --<br>
&gt; You receive this message as a subscriber of the <a href=3D"mailto:asm@=
ow2.org" rel=3D"noreferrer" target=3D"_blank">[email protected]</a> mailing<br>
&gt; list.<br>
&gt; To unsubscribe: mailto: <a href=3D"mailto:[email protected]" rel=
=3D"noreferrer" target=3D"_blank">[email protected]</a><br>
&gt; For general help: mailto: <a href=3D"mailto:[email protected]" rel=3D"nore=
ferrer" target=3D"_blank">[email protected]</a> ?subject=3Dhelp<br>
&gt; OW2 mailing lists service home page: <a href=3D"http://www.ow2.org/wws=
" rel=3D"noreferrer noreferrer" target=3D"_blank">http://www.ow2.org/wws</a=
><br>
&gt; <br>
</blockquote></div>
</blockquote></div>
<br><br>-- <br>You receive this message as a subscriber of the <a href=3D"m=
ailto:[email protected]" target=3D"_blank">[email protected]</a> mailing list.<br>To un=
subscribe: mailto:<a href=3D"mailto:[email protected]" target=3D"_bla=
nk">[email protected]</a><br>For general help: mailto:<a href=3D"mail=
to:[email protected]" target=3D"_blank">[email protected]</a>?subject=3Dhelp<br>OW2=
 mailing lists service home page: <a href=3D"http://www.ow2.org/wws" target=
=3D"_blank">http://www.ow2.org/wws</a><br></blockquote></div></div></div></=
blockquote></div>

--0000000000006bbafc05793ab176--

------------=_1540667882-18771-8
Content-Type: text/plain; charset="UTF-8"
Content-Disposition: inline
Content-Transfer-Encoding: 8bit


-- 
You receive this message as a subscriber of the [email protected] mailing list.
To unsubscribe: mailto:[email protected]
For general help: mailto:[email protected]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws

------------=_1540667882-18771-8--