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
Furthermore, looking at Jakarta EE's JAXB API, this is not supported yet: jakartaee/jaxb-api#183.
However, it wouldn't be much effort to add these annotations. But it may cause confusion if it is technically only partially supported (if at all). A disclaimer can be put in the PR/Release, and on the wiki. But until then, this will be marked as Blocked.
record
with@XmlRootElement
and@XmlAccessorType(XmlAccessType.FIELD)
.@XmlElement
name
set to the name of the field (to be consistent withopenapi-generator-maven-plugin
)The text was updated successfully, but these errors were encountered: