Craig Smith

Results 3 comments of Craig Smith

It looks like it's as simple as replacing line 23 in https://github.com/cbeust/klaxon/blob/master/klaxon/src/main/kotlin/com/beust/klaxon/EnumConverter.kt#L23 with ``` val name = jv.inside as String? ?: return null ```

@jacob6838 I created the NullableEnumConverter class (below, but oddly formatted) and added to my project as a short term fix. Then, whey you get the Klaxon parser, just use `Klaxon().converter(NullableEnumConverter()).parse()`...

Thank you, @debora-ito . Please mark it as a feature request. The Spring cloud does repeatedly retry without success. I have noticed on our EC2 instances that we sometimes get...