[
https://issues.apache.org/jira/browse/OAK-11748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17956616#comment-17956616
]
Rishabh Daim edited comment on OAK-11748 at 6/6/25 4:39 PM:
------------------------------------------------------------
It seems that
https://commons.apache.org/proper/commons-text/javadocs/api-release/org/apache/commons/text/StringEscapeUtils.html#ESCAPE_JAVA
does what we currently have, plus some more that I think we should be doing
(such as escaping control characters).
The change is trivial, but it introduces a dependency on -commons-lang3-
commons-text (~256K), which shouldn't be an issue.
was (Author: reschke):
It seems that
https://commons.apache.org/proper/commons-text/javadocs/api-release/org/apache/commons/text/StringEscapeUtils.html#ESCAPE_JAVA
does what we currently have, plus some more that I think we should be doing
(such as escaping control characters).
The change is trivial, but it introduces a dependency on commons-lang3 (~256K),
which shouldn't be an issue.
> Remove usage of Guava Escapers
> ------------------------------
>
> Key: OAK-11748
> URL: https://issues.apache.org/jira/browse/OAK-11748
> Project: Jackrabbit Oak
> Issue Type: Technical task
> Reporter: Julian Reschke
> Assignee: Julian Reschke
> Priority: Minor
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)