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

Fix conflicts in pull request #43 #1

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Fix conflicts in pull request #43 #1

wants to merge 9 commits into from

Commits on Sep 2, 2015

  1. Fix NPE with with arity > 1

    Novanic authored and electrum committed Sep 2, 2015
    Configuration menu
    Copy the full SHA
    d381105 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cb48a5 View commit details
    Browse the repository at this point in the history
  3. Fix formatting

    electrum committed Sep 2, 2015
    Configuration menu
    Copy the full SHA
    78959f8 View commit details
    Browse the repository at this point in the history
  4. Add support for a command factory

    This allows programs using Airline to have systems like Guice
    or Dagger instantiate commands for use with Airline.
    Jason van Zyl authored and electrum committed Sep 2, 2015
    Configuration menu
    Copy the full SHA
    a02e9d2 View commit details
    Browse the repository at this point in the history
  5. Apply injection options to an existing command

    Where a command factory is used to produce singleton commands, this
    change will allow the command to be reconfigured before execution.
    Jason van Zyl authored and electrum committed Sep 2, 2015
    Configuration menu
    Copy the full SHA
    b9f2b9c View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2015

  1. Upgrade to Airbase 45 to fix Java 8 compatibility

    Previous version of Jacoco could not parse Java8 byte code and would fail the build.
    
    Fixes airlift#46
    dain committed Oct 10, 2015
    Configuration menu
    Copy the full SHA
    48dfb37 View commit details
    Browse the repository at this point in the history
  2. Run Java 8 in TravisCI

    dain committed Oct 10, 2015
    Configuration menu
    Copy the full SHA
    8bb6d2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb86b26 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2016

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