On Jun 11, 2012, at 11:03 PM, Tatu Saloranta wrote:
>> On Jun 11, 2012, at 5:31 PM, Simone Hinterseher wrote:
>>
>> Also, I noted that my service cannot serialize/deserialize Guava Optional.
>> However, once there existed a class GuavaDeserializers within dropwizard. Is
>> there still a custom serializer/deserializer for Guava classes?
>>
>>
>> It was apparently lost in the switch to the official Jackson library for
>> Guava:
>>
https://github.com/codahale/dropwizard/commit/d358be05ab16cc13668661d21fef4e16109f8684
>>
>> It recently re-materialized, but unfortunately only for Jackson 2.0:
>>
https://github.com/FasterXML/jackson-datatype-guava/commit/4c6ce933938b2029bf378728deebee245adef299
>>
>> However, there's no reason you can't resurrect the old Dropwizard code in
>> your own bundle.
>
> There is actually 1.9 branch for jackson-datatype-guava, and published
> artifact in Maven repo.
> Although new code is mostly added for 2.0 version... but if anyone
> wants to help maintain 1.9 version I can help (it's just matter of
> time & resources -- but Jackson 1.9 will obviously be maintained for
> quite some time still).