Affects: \
Seems like XmlBeansMarshaller was first deprecated and then removed. But now that XmlBeans seems to have risen from the grave, should XmlBeansMarshaller then also be reintroduced?
Comment From: mdeinum
Duplicate #22403 and #24130. Which provides the answer from @jhoeller himself
Like with Velocity, we do not intend to reintroduce XMLBeans support out of the box anymore. If such integration is still desirable, our former marshalling adapter classes should be a fine starting point and could easily be part of the XMLBeans project itself, co-maintained along with its own further evolution.
In the end, we only aim for JAXB2 and XStream to be supported out of the box, with JiBX being deprecated as well in the meantime. This is in alignment with our abstractions in other places, e.g. only EclipseLink and Hibernate as out-of-the-box JPA vendor adapters.
Comment From: bclozel
Closing as a duplicate of #22403 and #24130.