Skip to content

Errors on unrecognized properties #10

Description

@prismec

I regularly see errors like this one:

org.codehaus.jackson.map.exc.UnrecognizedPropertyException: Unrecognized field "help" (Class net.joelinn.asana.Error), not marked as ignorable
 at [Source: sun.net.www.protocol.http.HttpURLConnection$HttpInputStream@4c314c07; line: 1, column: 73] (through reference chain: net.joelinn.asana.Error["help"])

I guess that this happens because the Asana API regularly adds new properties. This issue could easily be solved if Jackson is configured to ignore unknown properties.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions