On Saturday, October 18, 2014 9:27:20 PM UTC+2, Jim Douglas wrote:
>
> Eureka!  (Or not quite, but that was much closer to working.)  Apparently 
> our overall project is dependent on asm-all-3.1.jar, and GWT 2.7.0 has a 
> newer dependency than GWT 2.6.1 (and the APIs are inompatible). 
>

Prior to version 4, ASM made no guarantee of API compatibility between 
versions, and as a result should not be used without "rebasing / 
repackaging", or only in projects where you're 100% sure you won't have a 
conflict.
Because ASM 4+ guarantees API compatibility, when we switched to 5.0.3 (to 
support Java 8) we decided to use it directly without "rebasing".

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/d5ccd932-dbc5-4b68-9ab0-36134cbd6d46%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to