Description
Signature Test Failure:
[javatest.batch] Missing Superclasses or Superinterfaces
[javatest.batch] ---------------------------------------
[javatest.batch]
[javatest.batch] jakarta.faces.component.html.HtmlDoctype: interface @ jakarta.faces.component.Doctype
[javatest.batch]
Faces 4.0 Doctype Javadoc (new for Faces 4.0): https://jakarta.ee/specifications/faces/4.0/apidocs/jakarta/faces/component/doctype
Faces 4.0 HtmlDoctype Javadoc: https://jakarta.ee/specifications/faces/4.0/apidocs/jakarta/faces/component/html/htmldoctype
Faces 3.0 HtmlDoctype Javadoc: https://jakarta.ee/specifications/faces/3.0/apidocs/jakarta/faces/component/html/htmldoctype
Note the difference in the HtmlDoctype class definition:
Faces 3.0:
public class HtmlDoctype extends UIOutput
Faces 4.0:
public class HtmlDoctype extends UIOutput implements Doctype
The generated source for HtmlDoctype looks like the following:
// Generated from class jakarta.faces.component.html._HtmlDoctype. // // WARNING: This file was automatically generated. Do not edit it directly, // or you will lose your changes. public class HtmlDoctype extends jakarta.faces.component.UIOutput { static public final String COMPONENT_FAMILY = "jakarta.faces.Output"; static public final String COMPONENT_TYPE = "jakarta.faces.OutputDoctype";
Link to _HtmlDoctype: https://github.com/apache/myfaces/blob/main/api/src/main/java/jakarta/faces/component/html/_HtmlDoctype.java
Attachments
Issue Links
- links to