You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 22, 2019. It is now read-only.
Exception in thread "main" com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "" (class org.anarres.tests.Datasource$Column), not marked as ignorable (2 known properties: "members", "role"])
at [Source: java.io.BufferedInputStream@2c039ac6; line: 6, column: 40] (through reference chain: org.anarres.tests.Workbook["datasources"]->java.util.ArrayList[0]->org.anarres.tests.Datasource["column"]->java.util.ArrayList[0]->org.anarres.tests.Datasource$Column[""])
Variants of expected behaviour:
When tweaking the XML file a bit:
Can not deserialize instance of java.util.ArrayList out of VALUE_STRING token
Expected behaviour:
Ignores whitespace in empty list element and does not attempt to synthesize a value out of it.