GoogleContainerTools / minikube-build-tools-for-java

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

Add detail field to ErrorEntryTemplate #87

Closed coollog closed 6 years ago

coollog commented 6 years ago

So that the details can also be added to a RegistryErrorException.

To implement this, a custom deserializer for the detail field is needed since the detail field can have arbitrary JSON keys.