[ 
https://issues.apache.org/jira/browse/GEODE-3544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16165087#comment-16165087
 ] 

ASF subversion and git services commented on GEODE-3544:
--------------------------------------------------------

Commit 2655ddb3f9bce07164b1dc33a8c355a022c896d8 in geode's branch 
refs/heads/develop from [~dineshpune]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=2655ddb ]

GEODE-3544: Fix JSON parsing error

- JSON parsing allows for short data type
- Setter methods coming from a base class are no longer ignored

This closes #752.


> JSON parsing error while key having the short data type & Key class have some 
> part in base class
> ------------------------------------------------------------------------------------------------
>
>                 Key: GEODE-3544
>                 URL: https://issues.apache.org/jira/browse/GEODE-3544
>             Project: Geode
>          Issue Type: Bug
>          Components: gfsh
>            Reporter: dineshakhand
>
> JSON parsing error while region key 
> having the short data type.
> example :
> Processkey{
> int id;
> long pid,
> short cid;
> }
> JSON is not able to parse short data type . default it consider it as integer.
> while in the class setter method will have the data type short.
> second issue :  JSON parsing only consider the Key class method not the base 
> class setter method.
> if key class have BASE class .  then it parse only derived class method.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to