@@ -119,19 +119,20 @@ LAST UPDATE: 2011-11-21
119119LAST 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
126126SOURCE AVAILABLE: yes
127127DESCRIPTION: 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 .
131131Not 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-----------------------------------------------------------------------
137138commons-logging.jar
@@ -140,7 +141,7 @@ ORIGINAL JAR NAME: commons-logging.jar
140141VERSION: 1.2
141142RELEASE DATE: July 2014
142143SOURCE 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
144145logging implementations. A library that uses the commons-logging API can be
145146used with any logging implementation at runtime.
146147URL: http://jakarta.apache.org/commons/logging
0 commit comments