I noticed that the schema file web-facesconfig.xsd has not been updated since JSF 2.1.
The following spec issue was opened to add the element /faces-config/factory/client-window-factory in the schema because it was missing on JSF 2.2. https://github.com/javaee/javaserverfaces-spec/issues/1241 I also noticed that the following new elements need to be added to the JSF 2.3 schema. /faces-config/factory/search-expression-context-kit-factory /faces-config/application/search-expression-handler /faces-config/application/search-keyword-resolver Do we need to create a new facesconfig schemas for JSF 2.3 to add the above elements? Do we want to also add client-window-factory in a schema for JSF 2.2? Thanks, Eduardo M. Breijo
