Thursday, April 26, 2018

Re: Purpose of old com.google.gwt.dev.asm package

Legacy dev mode was not removed when super dev mode was introduced, so any use of asm in legacy dev mode would not have changed.

That said, the package you are describing still exists in 2.8.2 and even in master: https://gwt.googlesource.com/gwt/+/master/dev/core/src/com/google/gwt/dev/javac/asm/. The most recent changes were to add support for Java 9, and the external library asm.jar (see http://asm.ow2.io/), which was upgraded to 6.0 at that time.

The only change that I can see between 2.6 and 2.7 that you might be referring to is that the org.objectweb.asm packages are no longer included in gwt-dev.jar when it is distributed via maven, but instead we use the copy of the asm jar already in maven central.

On Tuesday, April 24, 2018 at 10:09:46 AM UTC-5, Hrishikesh Joshi wrote:
Hi

What is the purpose of classes from 'com.google.gwt.dev.asm' package and classes that were available till 2.6.1. I believe they were required for plugin but not required after SuperDev. Is that correct understanding? If not what is the alternative in 2.8.2  for this?

Thanks,
-Hrishikesh

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment