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

Enforce Content-Type requirement on the rest layer and remove deprecated methods #23146

Merged
merged 8 commits into from
Feb 17, 2017

Commits on Feb 13, 2017

  1. Enforce Content-Type requirement on the rest layer and remove depreca…

    …ted methods
    
    This commit enforces the requirement of Content-Type for the REST layer and removes the deprecated methods in transport
    requests and their usages.
    
    While doing this, it turns out that there are many places where *Entity classes are used from the apache http client
    libraries and many of these usages did not specify the content type. The methods that do not specify a content type
    explicitly have been added to forbidden apis to prevent more of these from entering our code base.
    
    Relates elastic#19388
    jaymode committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    0d1c861 View commit details
    Browse the repository at this point in the history
  2. update docs

    jaymode committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    e5ed488 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40e211a View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2017

  1. Configuration menu
    Copy the full SHA
    5ed36ce View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2017

  1. Configuration menu
    Copy the full SHA
    f735b31 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2017

  1. Configuration menu
    Copy the full SHA
    e6d7c2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e379b6a View commit details
    Browse the repository at this point in the history
  3. update docs

    jaymode committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    7fb9656 View commit details
    Browse the repository at this point in the history