You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Volodymyr Siedlecki (Jira)" <de...@myfaces.apache.org> on 2021/01/15 21:41:00 UTC

[jira] [Resolved] (MYFACES-4374) Update Supported Versions in web-facesconfig_x_0.xsd

     [ https://issues.apache.org/jira/browse/MYFACES-4374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Volodymyr Siedlecki resolved MYFACES-4374.
------------------------------------------
    Fix Version/s: 3.0.0
                   4.0.0-RC1
       Resolution: Fixed

> Update Supported Versions in web-facesconfig_x_0.xsd
> ----------------------------------------------------
>
>                 Key: MYFACES-4374
>                 URL: https://issues.apache.org/jira/browse/MYFACES-4374
>             Project: MyFaces Core
>          Issue Type: Improvement
>    Affects Versions: 3.0.0-RC1, 4.0.0-RC1
>            Reporter: Volodymyr Siedlecki
>            Priority: Minor
>             Fix For: 4.0.0-RC1, 3.0.0
>
>
> As I started the 3.0.0 release, I discovered an issue in the web-facesconfig_3_0.xsd:
> SEVERE: cvc-enumeration-valid: Value '3.0' is not facet-valid with respect to enumeration '[1.2, 2.0, 2.1, 2.2, 2.3]'. It must be a value from the enumeration.
> org.xml.sax.SAXParseException; lineNumber: 23; columnNumber: 17; cvc-enumeration-valid: Value '3.0' is not facet-valid with respect to enumeration '[1.2, 2.0, 2.1, 2.2, 2.3]'. It must be a value from the enumeration.
> 	at 
> In a sense, this is a follow up to MYFACES-4363. We need too support 3.0 from the web-facesconfig_3_0.xsd.   Our current one doesn't look to be pulled from Jakarta EE Schema Site – 
> [https://jakarta.ee/xml/ns/jakartaee/web-facesconfig_3_0.xsd]  Rather it looks like an updated copy of the web-facesconfig_2.3.xsd? 
> I'm not sure which approach is best, so I had two PRs below: 
> Support Range of Versions (1.2 to 3.0)
> [https://github.com/apache/myfaces/pull/144]
> Only Support Version 3.0
> [https://github.com/apache/myfaces/pull/143]
> Thanks



--
This message was sent by Atlassian Jira
(v8.3.4#803005)