Re: ASM6 beta !

Benoit Daloze <[email protected]> Sat, 5 Aug 2017 00:00:36 +0200
Newsgroups gmane.comp.java.objectweb.asm
Message-ID <CANLTa0AF6U7+sibNvi_52=B714ryQ6Ltviox3rn4ueEobSAbpA@mail.gmail.com>
Nice!

Note that the sources jar has the same problem as previous releases, each
source file is included twice in the jar:
$ jar tf ~/Downloads/asm-6.0_BETA-sources.jar|sort
META-INF/
META-INF/MANIFEST.MF
org/
org/objectweb/
org/objectweb/asm/
org/objectweb/asm/AnnotationVisitor.java
org/objectweb/asm/AnnotationVisitor.java
org/objectweb/asm/AnnotationWriter.java
org/objectweb/asm/AnnotationWriter.java
org/objectweb/asm/Attribute.java
org/objectweb/asm/Attribute.java
...

Benoit

On Fri, Aug 4, 2017 at 8:46 PM, <[email protected]> wrote:

> It's now available:
> http://search.maven.org/#artifactdetails%7Corg.ow2.asm%
> 7Casm%7C6.0_BETA%7Cjar
>
> cheers,
> Rémi
>
> ------------------------------
>
> *De: *"Henry Coles" <[email protected]>
> *À: *[email protected]
> *Cc: *"asm" <[email protected]>
> *Envoyé: *Lundi 31 Juillet 2017 12:24:10
>
> *Objet: *Re: [asm] ASM6 beta !
>
> Is there any update on when ASM6 will be available on maven central?
>
> Thanks
>
> Henry
>
> On 23 July 2017 at 22:58, <[email protected]> wrote:
>
>> Hi Gunnar,
>> thanks for the info,
>> it seems that the beta release is stuck in the OW2 staging repo because
>> we know need to use the web interface to publish an artifact to Central.
>>
>> Eric, can you take a look ?
>>
>> regards,
>> Rémi
>>
>> ------------------------------
>>
>> *De: *"Gunnar Morling" <[email protected]>
>> *À: *"Remi Forax" <[email protected]>
>> *Cc: *"asm" <[email protected]>
>> *Envoyé: *Dimanche 23 Juillet 2017 20:52:44
>> *Objet: *Re: [asm] ASM6 beta !
>>
>> Hi Remi,
>>
>> That's great news, thanks a lot to everyone involved!
>>
>> Are you planning to push the binary to Maven Central, too? The latest one
>> I can find there still is org.ow2.asm:asm:6.0_ALPHA.
>>
>> Cheers,
>>
>> --Gunnar
>>
>>
>>
>> 2017-07-16 16:36 GMT+02:00 Remi Forax <[email protected]>:
>>
>>> Hi all,
>>> we, the ASM Team, are proud to announce the release of ASM6 Beta,
>>> which include the support of the Java 9 classfile format.
>>>
>>> Over the last month, we have (mostly Eric in fact) moved ASM out of SVN
>>> to Git,
>>> the code source is now available at
>>>   https://gitlab.ow2.org/asm/
>>>
>>> The issues and the docs, etc have not yet migrated to OW2's Gitlab but
>>> will be soon.
>>>
>>> The binaries of the ASM6 beta releases are available on the Gforge:
>>>   http://forge.ow2.org/projects/asm/
>>>
>>> Maven Central repository will be updated soon, we're still have a small
>>> issue with the internal ow2 nexus due to the migration to Gitlab.
>>>
>>> The ASM6_FUTURE branch has been merged to the master (ex trunk) so bug
>>> fixes, etc, will be done in priority on ASM6.
>>>
>>> ASM 6 release notes:
>>>   - add a new kind of visitor, ModuleVisitor that visit a module
>>> descriptor (module-info)
>>>   - add a new API constant: Opcodes.ASM6
>>>   - support JDK specific attributes (ModuleTarget, ModuleHashes and
>>> ModuleResolution) in asm.commons
>>>   - support PACKAGE and MODULE new constant pool entries (can be used by
>>> custom attributes)
>>>   - update asm.tree by adding ModuleNode, ModuleRequireNode,
>>> ModuleExportNode, ModuleOpenNode and ModuleProvideNode
>>>   - update ASMifier and the Trace visitors
>>>   - the remapper support to remap module name (and update ModuleHashes
>>> if present accordingly)
>>>   - ASM jars are now modules too, most of the jars are still compatible
>>> with Java 1.3, asm-xml is compatible with Java 1.4 and asm-all-debug is
>>> compatible with Java 1.5
>>>   - does not work with javac 9 (yet !)
>>>
>>> regards,
>>> Rémi
>>>
>>>
>>>
>>>
>>>
>>>
>>> --
>>> 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
>>>
>>>
>>
>>
>> --
>> 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
>>
>>
>
>
> --
> 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
>
>


-- 
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