JDK JAXB 实现是否 100% 匹配 XFIRE JAXB 实现

发布于 2024-12-29 18:55:17 字数 191 浏览 0 评论 0原文

我有一个使用 Xfire 的 Maven 项目。

最近我知道 JDK 1.6 包含了 JAXB 实现。但是,当与 JDK 类中的 Xfire JAXB 类进行比较时,没有任何匹配项。

谁能告诉我,如果我从代码中删除 JAXB 实现依赖项,会发生什么不好的事情,或者如果 Xfire JAXB 实现中存在的 jDk 包中尚未实现某些包。?

I have a maven project in which I am using Xfire.

Now recently i came to know that JDK 1.6 has JAXB implementation included. But when compared Xfire JAXB classes from JDK classes nothing matches.

Can anybody tell me if I remove the JAXB mplementation dependency from code will anything bad can happen or if some packages are not yet implemented in jDk package which are present in Xfire JAXB implemetation.?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

辞取 2025-01-05 18:55:17

JAXB (JSR-222) 是一个标准,支持多种实现:EclipseLink MOXy、Metro、Apache JaxMe 等,因此 XFire 可以免费包括自己的 执行。由于它们依赖于 JAXB 实现中的扩展,因此我不建议删除它。

最终这个问题应该在 XFire 邮件列表上提出:

JAXB (JSR-222) is a standard that supports multiple implementations: EclipseLink MOXy, Metro, Apache JaxMe, etc, so XFire is free to include there own implementation. As they depend on extensions in the JAXB implementation they include I would not recommend removing it.

Ultimately this question should be asked on the XFire mailing list:

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文