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

[#76] Parallel request routing for Blue Ocean #77

Merged
merged 16 commits into from
Jun 17, 2016
Merged

[#76] Parallel request routing for Blue Ocean #77

merged 16 commits into from
Jun 17, 2016

Commits on Jun 15, 2016

  1. Generalize multi-lingual support of Stapler to include routing

    Originally this capability was added to support JRuby, and so far it was
    only used to find @PostConstruct method.
    
    But if we expand this Klass and KlassNavigator abstraction to request
    routing, then we can use this to build a parallel type hierarchy.
    
    See issue #76
    kohsuke committed Jun 15, 2016
    Configuration menu
    Copy the full SHA
    4f12b1e View commit details
    Browse the repository at this point in the history
  2. Implemented a place holder

    kohsuke committed Jun 15, 2016
    Configuration menu
    Copy the full SHA
    8541922 View commit details
    Browse the repository at this point in the history
  3. Test case as PoC

    kohsuke committed Jun 15, 2016
    Configuration menu
    Copy the full SHA
    8ad9ffb View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2016

  1. doc improvement

    kohsuke committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    9411334 View commit details
    Browse the repository at this point in the history
  2. Exposing it public

    This class doesn't seem to expose any complicated contract and fairly independent from everything else & easy to keep compatible
    kohsuke committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    6e98eb7 View commit details
    Browse the repository at this point in the history
  3. Override the index route

    kohsuke committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    ac22f01 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5782c83 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9b2033c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    390517c View commit details
    Browse the repository at this point in the history
  7. Doc improvement

    kohsuke committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    f990de3 View commit details
    Browse the repository at this point in the history
  8. Adding a generic mechanism to pass contextual information about the u…

    …se of Function.
    
    (This allows issue #76 to use contextual information to perform to the right interception
    kohsuke committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    e37ee65 View commit details
    Browse the repository at this point in the history
  9. Updated the test case to take advantage of the previous commit

    ... to correcty distinguish traversal and service
    kohsuke committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    14179d4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    aa5e586 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e90c10e View commit details
    Browse the repository at this point in the history
  12. Generalized map support

    kohsuke committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    dea6393 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c2ac0d1 View commit details
    Browse the repository at this point in the history