Skip to content
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

Merged
merged 13 commits into from
Apr 2, 2014
Merged

Java8 support #475

merged 13 commits into from
Apr 2, 2014

Commits on Mar 27, 2014

  1. Switch over to Java 8.

    dchambers committed Mar 27, 2014
    Configuration menu
    Copy the full SHA
    aa86d49 View commit details
    Browse the repository at this point in the history
  2. Converted one of the Commander classes used within our spec tests to

    use lambda notation to prove that Java 8 support is working.
    dchambers committed Mar 27, 2014
    Configuration menu
    Copy the full SHA
    57fdc54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    abb72a7 View commit details
    Browse the repository at this point in the history
  4. Early commit of the 'gradle-retrolambda' plug-in so others can inspect

    the problem I'm observing when using it.
    dchambers committed Mar 27, 2014
    Configuration menu
    Copy the full SHA
    a7ea707 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2014

  1. 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.
    dchambers committed Mar 29, 2014
    Configuration menu
    Copy the full SHA
    ecd1643 View commit details
    Browse the repository at this point in the history
  2. Update Travis to provide both Java 7 and Java 8, set the JAVA7_HOME

    and `JAVA8_HOME` environment variables.
    dchambers committed Mar 29, 2014
    Configuration menu
    Copy the full SHA
    ffed0a0 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2014

  1. Added some documentation explaining how to install both Java 7 and Java

    8 to support our use of retrolambda.
    dchambers committed Mar 30, 2014
    Configuration menu
    Copy the full SHA
    a7bddae View commit details
    Browse the repository at this point in the history
  2. 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.
    dchambers committed Mar 30, 2014
    Configuration menu
    Copy the full SHA
    a35faef View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2014

  1. Configuration menu
    Copy the full SHA
    626976d View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2014

  1. minor refactoring of retrolambda build config

    Andy Berry committed Apr 1, 2014
    Configuration menu
    Copy the full SHA
    9483e42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29473d0 View commit details
    Browse the repository at this point in the history
  3. 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.
    dchambers committed Apr 1, 2014
    Configuration menu
    Copy the full SHA
    e0ed2eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4203ce8 View commit details
    Browse the repository at this point in the history