-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Java8 support #475
Java8 support #475
Commits on Mar 27, 2014
-
Configuration menu - View commit details
-
Copy full SHA for aa86d49 - Browse repository at this point
Copy the full SHA aa86d49View commit details -
Converted one of the
Commander
classes used within our spec tests touse lambda notation to prove that Java 8 support is working.
Configuration menu - View commit details
-
Copy full SHA for 57fdc54 - Browse repository at this point
Copy the full SHA 57fdc54View commit details -
Configuration menu - View commit details
-
Copy full SHA for abb72a7 - Browse repository at this point
Copy the full SHA abb72a7View commit details -
Early commit of the 'gradle-retrolambda' plug-in so others can inspect
the problem I'm observing when using it.
Configuration menu - View commit details
-
Copy full SHA for a7ea707 - Browse repository at this point
Copy the full SHA a7ea707View commit details
Commits on Mar 29, 2014
-
Updated retrolambda to version 1.1.4, which fixes a bug that was
preventing our code from compiling -- we will still need to update Travis to set the JAVA7_HOME environment variable before the build will go green.
Configuration menu - View commit details
-
Copy full SHA for ecd1643 - Browse repository at this point
Copy the full SHA ecd1643View commit details -
Update Travis to provide both Java 7 and Java 8, set the
JAVA7_HOME
and `JAVA8_HOME` environment variables.
Configuration menu - View commit details
-
Copy full SHA for ffed0a0 - Browse repository at this point
Copy the full SHA ffed0a0View commit details
Commits on Mar 30, 2014
-
Added some documentation explaining how to install both Java 7 and Java
8 to support our use of retrolambda.
Configuration menu - View commit details
-
Copy full SHA for a7bddae - Browse repository at this point
Copy the full SHA a7bddaeView commit details -
Removed one of the two jdk configuration options since this was causing
Travis to build each commit twice (once for each version of Java), rather than causing both JDKs to be available, which they are anyway.
Configuration menu - View commit details
-
Copy full SHA for a35faef - Browse repository at this point
Copy the full SHA a35faefView commit details
Commits on Mar 31, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 626976d - Browse repository at this point
Copy the full SHA 626976dView commit details
Commits on Apr 1, 2014
-
minor refactoring of retrolambda build config
Andy Berry committedApr 1, 2014 Configuration menu - View commit details
-
Copy full SHA for 9483e42 - Browse repository at this point
Copy the full SHA 9483e42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29473d0 - Browse repository at this point
Copy the full SHA 29473d0View commit details -
Configured our Javadoc task to use the
javadoc
command from`JAVA8_HOME`, rather than the default one from `JAVA_HOME`, plus deleted some duplicate config.
Configuration menu - View commit details
-
Copy full SHA for e0ed2eb - Browse repository at this point
Copy the full SHA e0ed2ebView commit details -
throwing an exception if neccessary environment vars arent set
Andy Berry committedApr 1, 2014 Configuration menu - View commit details
-
Copy full SHA for 4203ce8 - Browse repository at this point
Copy the full SHA 4203ce8View commit details