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

SHS-NG M3: Add initial listener implementation, handle scheduler events. #5

Closed
wants to merge 1 commit into from

Commits on May 27, 2017

  1. SHS-NG M3: Add initial listener implementation to collect app state.

    The initial listener is based on the existing JobProgressListener (and others),
    and tries to mimin their behavior as much as possible. The change also includes
    some minor code movement so that some types and methods from the initial history
    server code code can be reused.
    
    Note the code here is not 100% correct. This is meant as a building ground for
    the UI integration in the next milestones. As different parts of the UI are
    ported, fixes will be made to the different parts of this code to account
    for the needed behavior.
    
    I also added annotations to API types so that Jackson is able to correctly
    deserialize options, sequences and maps that store primitive types.
    Marcelo Vanzin committed May 27, 2017
    Configuration menu
    Copy the full SHA
    19217ff View commit details
    Browse the repository at this point in the history