【问题标题】:cxf-codegen-plugin:3.4.2:wsdl2java doesn't produce proper Javadoccxf-codegen-plugin:3.4.2:wsdl2java 不生成正确的 Javadoc
【发布时间】:2021-10-10 11:27:11
【问题描述】:

cxf-codegen-plugin:3.4.2:wsdl2java 生成的类的 Javadoc 如下所示:

/**
 * <p>Java class for RequestType complex type.
 * 
 * <p>The following schema fragment specifies the expected content contained within this class.
 * 
 * <pre>
 * <complexType name="RequestType">
 *   <complexContent>

当然,它在 Eclipse 的 Javadoc 视图中呈现为以下内容,例如:

<p>Java class for RequestType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="RequestType"&gt; &lt;complexContent&gt; 

这是插件中的错误吗?

更新

我在https://issues.apache.org/jira/browse/CXF-8577 中提交了一个错误。

【问题讨论】:

    标签: jaxb cxf wsdl2java cxf-codegen-plugin


    【解决方案1】:

    来自https://issues.apache.org/jira/browse/CXF-8577的评论:

    这是 JAXB 2.3.3 的一个已知问题,JAXB 2.3.4 已修复此问题。

    请在此处找到相关讨论 https://github.com/eclipse-ee4j/jaxb-ri/issues/1471

    已发布的 CXF 3.4.4 已升级为使用 jaxb-xjc 2.3.4,因此 CXF 3.4.4 不再存在此类问题

    【讨论】:

      猜你喜欢
      • 2013-10-26
      • 2012-04-27
      • 1970-01-01
      • 1970-01-01
      • 2021-04-26
      • 2014-07-12
      • 1970-01-01
      • 1970-01-01
      • 2020-12-02
      相关资源
      最近更新 更多