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

[Refactor] MediaTypeParser to MediaTypeParserRegistry #8636

Merged
merged 3 commits into from
Jul 24, 2023

Commits on Jul 24, 2023

  1. [Refactor] MediaTypeParser to MediaTypeParserRegistry

    Refactors the static MediaTypeParser utility to a dynamic registry to
    support registration of new MediaType definitions. This is a next step
    to decoupling the x-content library from core classes in the server
    module to support modularity and cloud or serverless implementations.
    
    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    nknize committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    1c414c1 View commit details
    Browse the repository at this point in the history
  2. pr review fixes

    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    nknize committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    b180080 View commit details
    Browse the repository at this point in the history
  3. pr feedback round two

    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    nknize committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    c7eacc4 View commit details
    Browse the repository at this point in the history