Stop depending on ASF Xalan
Open
- Dominant language
- Java
- Stars
- 302
- Forks
- 232
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 114
Description
Follows https://issues.apache.org/jira/browse/CAMEL-18346
```
Java has built-in support for TransformerFactory and XPathFactory. This means most apps that use Xalan-J can readily switch away. Saxon-HE is another well maintained alternative.
```
Xalan is directly used in `camel-quarkus-support-xalan`. It should be possible to remove xalan dependency and use java support instead.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.