Skip to content

Commit f05cb54

Browse files
committed
remove log4j entirely. tired of the security problems and we don't use it
1 parent 04408ad commit f05cb54

File tree

6 files changed

+0
-532
lines changed

6 files changed

+0
-532
lines changed

.classpath

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919
<classpathentry exported="true" kind="lib" path="lib/xom-1.3.7.jar" sourcepath="libsrc/xom-1.3.7-sources.jar"/>
2020
<classpathentry exported="true" kind="lib" path="lib/joda-time.jar" sourcepath="libsrc/joda-time-2.10.5-sources.jar"/>
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/log4j-core-2.15.0.jar" sourcepath="libsrc/apache-log4j-2.15.0-src.zip"/>
23-
<classpathentry exported="true" kind="lib" path="log4j-api-2.15.0.jar"/>
24-
<classpathentry exported="true" kind="lib" path="log4j-jcl-2.15.0.jar"/>
2522
<classpathentry exported="true" kind="lib" path="lib/commons-lang3-3.1.jar" sourcepath="libsrc/commons-lang3-3.1-sources.jar"/>
2623
<classpathentry exported="true" kind="lib" path="lib/protobuf-java-3.19.2.jar" sourcepath="libsrc/protobuf-java-3.19.2-sources.jar"/>
2724
<classpathentry exported="true" kind="lib" path="lib/javacc.jar"/>

lib/README

Lines changed: 0 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -239,55 +239,6 @@ LAST UPDATE: 2020-11-04
239239

240240
LAST UPDATE BY: John Bauer
241241

242-
-----------------------------------------------------------------------
243-
log4j-core-2.15.0.jar
244-
ORIGINAL JAR NAME: log4j-core-2.15.0.jar
245-
VERSION: 2.15.0
246-
RELEASE DATE: 2021-12-10
247-
SOURCE AVAILABLE: yes
248-
DESCRIPTION: Java logging
249-
URL: http://logging.apache.org/log4j/1.2/index.html
250-
251-
USED BY: edu.stanford.nlp.parser.ensemble (library required by the Malt module)
252-
Also used by RTE and the Parser webapp.
253-
Not needed by CoreNLP distributions
254-
255-
jars chosen based on this information:
256-
https://logging.apache.org/log4j/2.x/faq.html#which_jars
257-
258-
LAST UPDATE: 2021-12-10
259-
LAST UPDATE BY: John Bauer
260-
261-
-----------------------------------------------------------------------
262-
log4j-api-2.15.0.jar
263-
ORIGINAL JAR NAME: log4j-api-2.15.0.jar
264-
VERSION: 2.15.0
265-
RELEASE DATE: 2021-12-10
266-
SOURCE AVAILABLE: no
267-
DESCRIPTION: Java logging
268-
URL: https://logging.apache.org/log4j/2.x/log4j-api/index.html
269-
270-
jars chosen based on this information:
271-
https://logging.apache.org/log4j/2.x/faq.html#which_jars
272-
273-
LAST UPDATE: 2021-12-10
274-
LAST UPDATE BY: John Bauer
275-
276-
-----------------------------------------------------------------------
277-
log4j-jcl-2.15.0.jar
278-
ORIGINAL JAR NAME: log4j-jcl-2.15.0.jar
279-
VERSION: 2.15.0
280-
RELEASE DATE: 2021-12-10
281-
SOURCE AVAILABLE: no
282-
DESCRIPTION: Java logging
283-
URL: https://logging.apache.org/log4j/2.x/log4j-jcl/index.html
284-
285-
jars chosen based on this information (we also have commons-logging):
286-
https://logging.apache.org/log4j/2.x/faq.html#which_jars
287-
288-
LAST UPDATE: 2021-12-10
289-
LAST UPDATE BY: John Bauer
290-
291242
-----------------------------------------------------------------------
292243
joda-time.jar
293244
ORIGINAL JAR NAME: joda-time-2.10.5.jar

lib/log4j-api-2.15.0.jar

-295 KB
Binary file not shown.

lib/log4j-core-2.15.0.jar

-1.71 MB
Binary file not shown.

lib/log4j-jcl-2.15.0.jar

-12.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)