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

Header and Media type API consistency #7351

Merged
merged 7 commits into from
Aug 11, 2023

Commits on Aug 9, 2023

  1. API change proposal

    tomas-langer committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    9ae2fd5 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    bd8f7fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85ebf18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68dd61a View commit details
    Browse the repository at this point in the history
  4. Added from(Headers) method

    HttpMediaTypes now hosts only constants with parameters
    Finalize renaming of header related types
    Copyright fixes
    tomas-langer committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    b54285d View commit details
    Browse the repository at this point in the history
  5. Removed Http.Version, as it is no longer needed (it is a String, not …

    …an enum)
    
    Additional checkstyle fixes
    tomas-langer committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    0516c94 View commit details
    Browse the repository at this point in the history
  6. Fixes in archetypes to use new Header API

    Fixes in HTTP template for APT to use new Header API
    tomas-langer committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    211007f View commit details
    Browse the repository at this point in the history