You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade from Apache Commons Lang 2.6 to Commons Lang3 3.18.0 (#6511)
This commit migrates the codebase from the legacy commons-lang library
to commons-lang3. Key changes include:
- Updated dependency in build.gradle files from commons-lang:2.6 to
commons-lang3:3.18.0
- Updated all import statements from org.apache.commons.lang to
org.apache.commons.lang3
- Replaced StringEscapeUtils.escapeJavaScript() with escapeEcmaScript()
in TimelineObserver (method renamed in lang3)
- Replaced StrBuilder with standard Java StringBuilder in ConfigParser
(StrBuilder moved to commons-text library)
All modules compile successfully with the new dependency.
Signed-off-by: Paolo Di Tommaso <[email protected]>
0 commit comments