In my JIRA plugin, I have written a REST and is accepting data into PUT request. The data is getting auto marshalled into POJO. Now with that, I am sometime getting org.codehaus.jackson.map.exc.UnrecognizedPropertyException: Unrecognized field
and sometime it is working without any issue for same data. It should either always work or it should not work. But why it is working sometime and sometime not. Seems to a version of jackson issue. I have not added any jackson library. It is inherited from Jira-Rest-Common. Any clue for it
I am able to resolve the issue by parsing the JSON by myself
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.