Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Apache Commons Text #810

Closed
rainboyan opened this issue Dec 18, 2024 · 0 comments
Closed

Use Apache Commons Text #810

rainboyan opened this issue Dec 18, 2024 · 0 comments
Assignees
Labels
type: enhancement A general enhancement
Milestone

Comments

@rainboyan
Copy link
Member

StringEscapeUtils in Commons Lang 2.6.0 was deprecated, it recommended to use Commons Text,

org.apache.commons.lang.StringEscapeUtils ==> org.apache.commons.text.StringEscapeUtils
org.apache.commons.lang.WordUtils ==> org.apache.commons.text.WordUtils

@rainboyan rainboyan added the type: enhancement A general enhancement label Dec 18, 2024
@rainboyan rainboyan added this to the 2023.2.0-M2 milestone Dec 18, 2024
@rainboyan rainboyan self-assigned this Dec 18, 2024
@rainboyan rainboyan moved this to Done in 2023.2.0-M2 Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
Status: Done
Development

No branches or pull requests

1 participant