GoogleContainerTools / minikube-build-tools-for-java

Minikube lifecycle management tools for Gradle and Maven.
Apache License 2.0
57 stars 27 forks source link

Adds Digest JSON type adapter. #40

Closed coollog closed 6 years ago

coollog commented 6 years ago

Fixes #39

coollog commented 6 years ago

Changed the JSON parsing library to Jackson since it's faster and recommended by the Google HTTP client library (https://developers.google.com/api-client-library/java/google-http-java-client/json)

coollog commented 6 years ago

@elharo

Sorry, I should have made a more explicit note. This PR will essentially be rebased on top of #28 once that is merged, so the Digest class code is actually part of that PR. I'll address your comments there.