jaxb2

Which artifacts should I use for JAXB RI in my Maven project?

喜夏-厌秋 提交于 2019-11-26 07:29:16
问题 Historically, I always used the following JAXB RI artifacts in my Maven projects: com.sun.xml.bind:jaxb-impl - Runtime com.sun.xml.bind:jaxb-xjc - Schema compiler com.sun.xml.bind:jaxb-jxc - Schema generator Since approximately version 2.2.10* these artifacts are now described as \"old\": com.sun.xml.bind:jaxb-impl Old JAXB Runtime module. So it looks like these artifacts are now obsolete. The question is: Which artifacts should be used instead? 回答1: After clarification with Oracle, the