hallvard / eclipsky

Eclipse in the sky, project for running Eclipse remotely on the cloud (=sky in Norwegian)
0 stars 3 forks source link

compiler issues #11

Open Groennbeck opened 8 years ago

Groennbeck commented 8 years ago

The project now requires java compiler 1.8. While the pom specifies 1.6.

hallvard commented 8 years ago

Only some bundles require Java 8, e.g. EMFS shouldn't. I think it's mostly due to the use of Futures in async handling of request that require waiting for a build. In general, we should avoid requiring Java 8 for compilation, although we still need to require a Java 8 runtime environment, to support exercises that use Java 8. This is controlled by a different setting.