Skip to content

Commit 3c2c6a2

Browse files
committed
Upgrade Apache commons lang3 to version 3.19.0
1 parent d4dbc90 commit 3c2c6a2

File tree

6 files changed

+11
-10
lines changed

6 files changed

+11
-10
lines changed

.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<classpathentry exported="true" kind="lib" path="lib/xom-1.3.9.jar" sourcepath="libsrc/xom-1.3.9-sources.jar"/>
2020
<classpathentry exported="true" kind="lib" path="lib/joda-time-2.14.0.jar" sourcepath="libsrc/joda-time-2.14.0.zip"/>
2121
<classpathentry exported="true" kind="lib" path="lib/jollyday-0.4.9.jar" sourcepath="libsrc/jollyday-0.4.9-sources.jar"/>
22-
<classpathentry exported="true" kind="lib" path="lib/commons-lang3-3.1.jar" sourcepath="libsrc/commons-lang3-3.1-sources.jar"/>
22+
<classpathentry exported="true" kind="lib" path="lib/commons-lang3-3.19.0.jar" sourcepath="libsrc/commons-lang3-3.19.0-sources.jar"/>
2323
<classpathentry exported="true" kind="lib" path="lib/protobuf-java-3.25.5.jar" sourcepath="libsrc/protobuf-java-3.25.5-sources.jar"/>
2424
<classpathentry exported="true" kind="lib" path="lib/javacc.jar"/>
2525
<classpathentry exported="true" kind="lib" path="lib/jakarta.json-1.1.6.jar" sourcepath="libsrc/jakarta.json-1.1.6-sources.jar"/>

lib/README

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -119,19 +119,20 @@ LAST UPDATE: 2011-11-21
119119
LAST UPDATE BY: John Bauer
120120

121121
-----------------------------------------------------------------------
122-
commons-lang3-3.1.jar
123-
ORIGINAL JAR NAME: commons-lang3-3.1.jar
124-
VERSION:
125-
RELEASE DATE: 11-14-2011
122+
commons-lang3-3.19.0.jar
123+
ORIGINAL JAR NAME: commons-lang3-3.19.0.jar
124+
VERSION: 3.19.0
125+
RELEASE DATE: 2025-09-19
126126
SOURCE AVAILABLE: yes
127127
DESCRIPTION: has XML escaping & unescaping methods, amongst other stuff; changes from 2.5 - no escapeHtml function.
128-
URL: http://commons.apache.org/lang/
128+
URL: https://commons.apache.org/proper/commons-lang/
129129

130-
USED BY: edu.stanford.nlp.kbp and web servlets.
130+
USED BY: Only by a few web servlets in (NER, SUTime, CoreNLP) for string escaping.
131131
Not needed by CoreNLP distributions. In core, used only by web apps (jsp pages and NERServlet).
132+
We should probably either use it more for (un)escaping or dump it.
132133

133-
LAST UPDATE: 2013-06-05
134-
LAST UPDATE BY: Sonal Gupta
134+
LAST UPDATE: 2025-11-11
135+
LAST UPDATE BY: Christopher Manning
135136

136137
-----------------------------------------------------------------------
137138
commons-logging.jar
@@ -140,7 +141,7 @@ ORIGINAL JAR NAME: commons-logging.jar
140141
VERSION: 1.2
141142
RELEASE DATE: July 2014
142143
SOURCE AVAILABLE: yes
143-
DESCRIPTION: "The Logging package is an ultri-thin bridge between different
144+
DESCRIPTION: "The Logging package is an ultra-thin bridge between different
144145
logging implementations. A library that uses the commons-logging API can be
145146
used with any logging implementation at runtime.
146147
URL: http://jakarta.apache.org/commons/logging

lib/commons-lang3-3.1.jar

-308 KB
Binary file not shown.

lib/commons-lang3-3.19.0.jar

692 KB
Binary file not shown.
-384 KB
Binary file not shown.
743 KB
Binary file not shown.

0 commit comments

Comments
 (0)