Closed Artur- closed 7 years ago
There are also test failures of type
testFindServletWithPrependPath(org.codehaus.mojo.gwt.ServletAnnotationFinderTest) Time elapsed: 0.56 sec <<< ERROR!
java.lang.UnsupportedClassVersionError: com/google/gwt/user/client/rpc/RemoteServiceRelativePath : Unsupported major.minor version 51.0
This seems to come from an incorrect dependency on vaadin-client LATEST (which is 8.0.0.something)
In addition to project settings and Animal Sniffer and eliminating diamond operations, this requires also dependency updates and changing some API (JAX-RS etc.).
WSCDN client version that does not require Java 7 in https://dev.vaadin.com/review/#/c/14680/ .
Updated WSCDN version in both master and 7.7 branch to a Java 6 compatible one (0.9.2). Fixed some other issues. To be tested more extensively, but at least several of the goals do work in a Java 6 only environment.
So this is fixed?
The issue that was identified then was fixed for Vaadin 7 versions of the plug-in, but this wasn't tested in a pure Java 6 only environment. Closing this as probably fixed, please comment to have this reopened if there are still some problems.