beanJsonConverter throws NPE when converting empty map to object
----------------------------------------------------------------
Key: SHINDIG-993
URL: https://issues.apache.org/jira/browse/SHINDIG-993
Project: Shindig
Issue Type: Bug
Components: Java
Affects Versions: trunk
Reporter: Aaron Evans
Fix For: trunk
beanJsonConverter.convertToObject("{}",
new TypeLiteral<Map<String,String>>(){}.getType());
throws a NPE; unit test and patch to follow
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.