Isaac A. Rivera Rivas
Isaac A. Rivera Rivas
- Added org.apache.tags.useSaxonTransformer property for determining which transformer to use - Added extension classes from Saxon similar to what was already done with Xalan for transformation support - Made overlay...
#### Description: With the inclusion of a new API for creating Facelets programmatically with Java code, it would be useful to have a way to use these APIs with a...
#### Description: Jakarta EE10 Faces 4.0 updated the usage of URIs to the Jakarta namespace with URNs. Would be great to see the language server flagging these old URIs as...
#### Description: With the introduction to the Jakarta namespace URNs, it would be great if the language server could autocomplete/validate the namespaces and ensure that the usage of tags with...
#### Description: Following the same rules in Faces as XML, each tag must have its required values and must be properly closed. Would be nice if the language server could...
#### Description: With the introduction to the Jakarta namespace URNs, it would be great if the language server could autocomplete/validate the namespaces and ensure that the usage of tags with...
#### Description: Jakarta EE10 Tags 3.0 updated the usage of URIs to the Jakarta namespace with URNs. Would be great to see the language server flagging these old URIs as...
#### Description: Following the convention rules for tags, each tag must have its required values and must be properly closed. Would be nice if the language server could verify the...
#### Description: There's a new property added in Pages 3.1 `errorOnELNotFound` for generating exceptions on missing Expression Language expressions. Would be nice if the language server could generate recommendations with...
#### Description: As defined in https://github.com/eclipse/lsp4jakarta/issues/428 the syntaxes of Pages files include scripting elements which can contain Java code defined within the different elements. Would be great if the language...