Issue 11836

Remove the FAIL_ON_UNKNOWN_PROPERTIES setting again

11836
Reporter: lfrancke
Type: Improvement
Summary: Remove the FAIL_ON_UNKNOWN_PROPERTIES setting again
Priority: Minor
Resolution: WontFix
Status: Closed
Created: 2012-09-12 16:17:03.499
Updated: 2015-03-02 15:37:42.766
Resolved: 2015-03-02 15:37:42.745
        
Description: In JacksonJsonContextResolver and NameUsageContainer.

Now that we can fix our models instead by annotating them we can remove this so that we don't encounter any surprises. This basically suppresses warnings we might be interested in.]]>
    


Author: mdoering@gbif.org
Created: 2012-09-12 16:33:46.952
Updated: 2012-09-12 16:33:46.952
        
before we do this someone should go through ALL api model classes and find out which getters need to be annotated.

Also it might actually be useful to external json clients of our webservices to have the extra properties which will otherwise get removed?