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

Core: Require all actions have a Task #31627

Merged
merged 4 commits into from
Jun 28, 2018
Merged

Commits on Jun 27, 2018

  1. Core: Require all actions have a Task

    The TaskManager and TaskAwareRequest could return null when registering
    a task according to their javadocs, but no implementations ever actually
    did that. This commit removes that wording from the javadocs and ensures
    null is no longer allowed.
    rjernst committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    9628cdb View commit details
    Browse the repository at this point in the history
  2. remove old test

    rjernst committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    415eaa2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14d23db View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2018

  1. fix task tests

    rjernst committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    811c8e5 View commit details
    Browse the repository at this point in the history