Tim Tattersall

Results 4 issues of Tim Tattersall

To address [#304] where users are implementing multiple extension resources per extension under the assumption one is required per schema. According to postgres documentation, schema is only the location to...

Previously an oil window with ``` foo.txt ``` changing to: ``` bar/foo.txt ``` would result in the following error "Filename cannot contain path separator" With this code change, running the...

To resolve #2272 - Changes EnumInfo literals from List to Map to store intended value - Adds @XmlEnumValue annotation to DynamicJAXB enum class - Check for @XmlEnumValue when adding enum...

**Describe the bug** When XJC generated enum literals differ from the original schema, DynamicJAXB does not marshal/unmarshal correctly XSD: xmlenum-numbers.xsd ``` ``` Given the above XSD, XJC will generated an...