[gwt-contrib] GWT 2.8.2 release => [ERROR] ... XmlRootElement ... XmlElement ... cannot be resolved to a type

2017-10-20 Thread Michael Joyner
Eh... I changed my gradle build config to use 2.8.2 and started getting import annotation errors (below). Switching back 2.8.1 and the errors go away. The annotations are imports from: import javax.xml.bind.annotation.XmlAttribute; import javax.xml.bind.annotation.XmlElement; import

Re: [gwt-contrib] GWT 2.8.2 release

2017-10-20 Thread 'Goktug Gokdogan' via GWT Contributors
On Fri, Oct 20, 2017 at 1:32 AM, David wrote: > Thanks guys! > > One question: > >- Migrate guava JRE emulation to GWT > > No you don't need to. The emulation included in both for now. Later versions of Guava will drop them and when that happens, you need to make sure

Re: [gwt-contrib] GWT 2.8.2 release

2017-10-20 Thread David
Thanks guys! One question: - Migrate guava JRE emulation to GWT Does this mean I have to migrate to a newer version of guava ? On Thu, Oct 19, 2017 at 10:31 PM Colin Alworth wrote: > Today we released the next version of GWT, version 2.8.2. A few quick > highlights

[gwt-contrib] GWT 2.8.2 release

2017-10-19 Thread Colin Alworth
Today we released the next version of GWT, version 2.8.2. A few quick highlights from this new release: - GWT can now run on Java 9 (though Java 9 features are not yet supported, coming soon!) - Chrome 61 change in getAbsoluteTop/Left has been fixed - Errors on the page reported