atmosphere-extensions icon indicating copy to clipboard operation
atmosphere-extensions copied to clipboard

GWT 2.8.0-beta1: Only class literals may be used as arguments to GWT.create()

Open confile opened this issue 8 years ago • 1 comments

When running:

  compile name: 'atmosphere-gwt20-client-2.3.3-gwt27-SNAPSHOT'
  compile name: 'atmosphere-gwt20-common-2.3.3-gwt27-SNAPSHOT'

with GWT-2.8.0-beta1 I get the following error:

[ERROR] Errors in 'org/atmosphere/gwt20/client/AutoBeanClientSerializer.java'
            [ERROR] Line 85: Only class literals may be used as arguments to GWT.create()

confile avatar Jan 03 '16 00:01 confile