-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update ParseConfigResourceToDOMTask for https://jakarta.ee/xml/ns/jakartaee/web-facesconfig_3_0.xsd (for Jakarta EE 9). #4725
Comments
Thanks Scott, I'm on it. I'll take a look at this first thing tomorrow. |
@arjantijms |
@scottmarlow @arjantijms I have add PR for this for 3.0 branch. Now, TCK tests are running succesfully. Here is the PR, #4726 |
Thanks @gerdogdu! |
Closed since the pr is merged. |
Just for clarification, @gerdogdu @arjantijms Can you please help confirm if all the references of http://xmlns.jcp.org/xml/ns/javaee has been replaced with the latest https://jakarta.ee/xml/ns/jakartaee/. I found 8 test failures in jsf tck when the remaining old schema references were replaced using jakartaee/platform-tck#481 , and wanted to confirm if anything more is pending here. Thanks |
Please add https://jakarta.ee/xml/ns/jakartaee/web-facesconfig_3_0.xsd support to Mojarra.
As @smillidge mentioned on the Platform TCK ml, it looks like ParseConfigResourceToDOMTask.java#L224 needs to allow the 3.0 schema. The code change, should be consumed by GlassFish 6.0.
This should help address a Jakarta EE 9 Platform TCK failure with to jsf/spec/render/secret/faces-config.xml.
The test exception is shown here.
CC @arjantijms
The text was updated successfully, but these errors were encountered: