`SpoonifierVisitor` uses deprecated `StringEscapeUtils` of `commons-lang3`
Open
- Dominant language
- Java
- Stars
- 2k
- Forks
- 392
- Avg merge
- 11h 24m
- Merged PRs (30d)
- 36
Description
`SpoonifierVisitor` uses `StringEscapeUtils` of `commons-lang3`, which is deprecated.
The straightforward solution is to use the same named class in `commons-text`. But it seems a little excessive to add a dependency just for one experimental class.
Any other solutions?
Contributor guide
Assessment
This issue has not been assessed yet.