MYFACES-4654: Support Schema Validation for 4.1#805
Conversation
|
@bohmber @tandraschko Can I pull in these xsd files? My concern is the copyrights.
|
|
I get the get the feeling it's a no - |
|
But tomcat also has it? https://github.com/apache/tomcat/blob/main/java/jakarta/servlet/resources/jakartaee_11.xsd I'm honestly not sure. |
|
no idea, sorry |
|
It is very weird these are GPL2? |
|
ASF 3rd Party License Policy
|
|
Sounds like we should be allowed to include these schemas in MyFaces then? Any objections? I would like to use the official files over copying our older files and editing them for EE11. |
|
No objections here |
|
@volosied all these new files are CDDL or EPL-2.0? |
bohmber
left a comment
There was a problem hiding this comment.
All these new files are CDDL or EPL-2.0?
|
I retrieved the javaee files from Looking at the documentation within: |
|
So they are both. Some are EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 (for JakartaEE Files) while the older ones (JavaEE Files) are CDDL+GPL_1_1 |
Pulled from https://jakarta.ee/xml/ns/jakartaee/
standard config xml was updated to 2.3 because
<client-window-factory>org.apache.myfaces.lifecycle.clientwindow.ClientWindowFactoryImpl</client-window-factory>is used. It was added in 2.3. Otherwise validation failures for 2.0 to 2.2.Added support for XML validation for 2.2-4.1
DTD for 1.0 still works. Verifed via