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
TODO:
recompile xsd-files and build pojos with xjc-tool and java 11
the old xjc-tool (internal java-8 or jaxb-runtime-2.3.3.jar) uses javax.xml.bind.* - the new jaxb 3.0 uses jakarta.xml.bind.*
to compile set typesafeEnumMaxMembers to avoid the warning:
`[WARNING] Simple type "DocumentCodeContentType" was not mapped to Enum due to EnumMemberSizeCap limit. Facets count: 727, current limit: 256. You can use customization attribute "typesafeEnumMaxMembers" to extend the limit.
current is jaxb-runtime-2.3.3.jar
The text was updated successfully, but these errors were encountered: