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

2.x: Evaluate Schedule initialization via Callable #4585

Merged
merged 13 commits into from
Sep 26, 2016
Merged

2.x: Evaluate Schedule initialization via Callable #4585

merged 13 commits into from
Sep 26, 2016

Commits on Sep 22, 2016

  1. Evaluate Schedule initialization via Callable

    Peter Tackage committed Sep 22, 2016
    Configuration menu
    Copy the full SHA
    0ab5956 View commit details
    Browse the repository at this point in the history
  2. Clarify docs that Schedulers are initialized by the return value of t…

    …he Callable
    Peter Tackage committed Sep 22, 2016
    Configuration menu
    Copy the full SHA
    5112117 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2016

  1. Enforce non-null Callable Scheduler and Scheduler

    Peter Tackage committed Sep 24, 2016
    Configuration menu
    Copy the full SHA
    85e14a9 View commit details
    Browse the repository at this point in the history
  2. Add remaining tests and tidy

    Peter Tackage committed Sep 24, 2016
    Configuration menu
    Copy the full SHA
    1303f47 View commit details
    Browse the repository at this point in the history
  3. Expand relevant Javadoc

    Peter Tackage committed Sep 24, 2016
    Configuration menu
    Copy the full SHA
    e521926 View commit details
    Browse the repository at this point in the history
  4. Make error messages more consistent

    Peter Tackage committed Sep 24, 2016
    Configuration menu
    Copy the full SHA
    9ccf4ed View commit details
    Browse the repository at this point in the history
  5. Correct Exception naming

    Peter Tackage committed Sep 24, 2016
    Configuration menu
    Copy the full SHA
    38bb3c0 View commit details
    Browse the repository at this point in the history
  6. Add test for Exception message to verify root cause

    Peter Tackage committed Sep 24, 2016
    Configuration menu
    Copy the full SHA
    174ce7a View commit details
    Browse the repository at this point in the history
  7. Add tests for alternative initialization path

    Peter Tackage committed Sep 24, 2016
    Configuration menu
    Copy the full SHA
    aeafcc7 View commit details
    Browse the repository at this point in the history
  8. Simplify statement

    Peter Tackage committed Sep 24, 2016
    Configuration menu
    Copy the full SHA
    786090d View commit details
    Browse the repository at this point in the history
  9. Use holder pattern for default Scheduler instances

    Peter Tackage committed Sep 24, 2016
    Configuration menu
    Copy the full SHA
    c191e31 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2016

  1. Use correct scheduler when verifying reset

    Peter Tackage committed Sep 25, 2016
    Configuration menu
    Copy the full SHA
    fff28b2 View commit details
    Browse the repository at this point in the history
  2. Make onInitHandler functions lazy and enforce non null.

    Peter Tackage committed Sep 25, 2016
    Configuration menu
    Copy the full SHA
    a273507 View commit details
    Browse the repository at this point in the history