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

Replace ugorji/codec with json-iterator/go #10667

Merged
merged 6 commits into from
Apr 23, 2019

Commits on Apr 23, 2019

  1. client: Replace ugorji/codec with json-iterator/go

    We need to use the stdlib-compatible one that is case-sensitive, etc
    
    Change-Id: Id0df573a70e09967ac7d8c0a63d99d6a49ce82f1
    dims committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    90108a2 View commit details
    Browse the repository at this point in the history
  2. scripts: Remove generated code and script

    Change-Id: Iac4601443bcad71920fd96b97bfe21c16116577a
    dims committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    86e3481 View commit details
    Browse the repository at this point in the history
  3. vendor: Add json-iterator and its dependencies

    Change-Id: I1f3fc00f95efadd6da9b4c248156f8460ae0ff97
    dims committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    6de29e0 View commit details
    Browse the repository at this point in the history
  4. *: update bill-of-materials

    Change-Id: Ibfa24e28cacd58388f7606a945c8ac35e1c34580
    dims committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    290ac75 View commit details
    Browse the repository at this point in the history
  5. client: Switch to case sensitive unmarshalling to be compatible with …

    …ugorji
    
    Using lessons learned from k8s changes:
    kubernetes/kubernetes#65034
    
    Change-Id: Ia17a8f94ae6ed00c5af2595c2b48d3c9a0344427
    dims committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    daee668 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3655a4b View commit details
    Browse the repository at this point in the history