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

Add Support For Generic Handlers With Multiple Generic Type Parameters #1048

Merged
merged 6 commits into from
Jul 16, 2024

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    52af2df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8aa2d35 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    ef68751 View commit details
    Browse the repository at this point in the history
  2. clean up test

    zachpainter77 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    d40d0f4 View commit details
    Browse the repository at this point in the history
  3. added test to ensure that open handlers are resolved when the handler…

    … for the request does not have a defined closed implementation / registration.
    zachpainter77 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    f645b68 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. Added Opt Out functionality

    - created a feature flag that enables a user to opt out of registering generic handlers they have defined.
    
    - created a test that ensures that, when the flag is set, the generic handlers defined are not registered.
    zachpainter77 committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    811ce54 View commit details
    Browse the repository at this point in the history