Skip to content

Commit

Permalink
remove log4j entirely. tired of the security problems and we don't us…
Browse files Browse the repository at this point in the history
…e it
  • Loading branch information
AngledLuffa committed Jan 28, 2022
1 parent 04408ad commit f05cb54
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 532 deletions.
3 changes: 0 additions & 3 deletions .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
<classpathentry exported="true" kind="lib" path="lib/xom-1.3.7.jar" sourcepath="libsrc/xom-1.3.7-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/joda-time.jar" sourcepath="libsrc/joda-time-2.10.5-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jollyday-0.4.9.jar" sourcepath="libsrc/jollyday-0.4.9-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/log4j-core-2.15.0.jar" sourcepath="libsrc/apache-log4j-2.15.0-src.zip"/>
<classpathentry exported="true" kind="lib" path="log4j-api-2.15.0.jar"/>
<classpathentry exported="true" kind="lib" path="log4j-jcl-2.15.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-lang3-3.1.jar" sourcepath="libsrc/commons-lang3-3.1-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/protobuf-java-3.19.2.jar" sourcepath="libsrc/protobuf-java-3.19.2-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/javacc.jar"/>
Expand Down
49 changes: 0 additions & 49 deletions lib/README
Original file line number Diff line number Diff line change
Expand Up @@ -239,55 +239,6 @@ LAST UPDATE: 2020-11-04

LAST UPDATE BY: John Bauer

-----------------------------------------------------------------------
log4j-core-2.15.0.jar
ORIGINAL JAR NAME: log4j-core-2.15.0.jar
VERSION: 2.15.0
RELEASE DATE: 2021-12-10
SOURCE AVAILABLE: yes
DESCRIPTION: Java logging
URL: http://logging.apache.org/log4j/1.2/index.html

USED BY: edu.stanford.nlp.parser.ensemble (library required by the Malt module)
Also used by RTE and the Parser webapp.
Not needed by CoreNLP distributions

jars chosen based on this information:
https://logging.apache.org/log4j/2.x/faq.html#which_jars

LAST UPDATE: 2021-12-10
LAST UPDATE BY: John Bauer

-----------------------------------------------------------------------
log4j-api-2.15.0.jar
ORIGINAL JAR NAME: log4j-api-2.15.0.jar
VERSION: 2.15.0
RELEASE DATE: 2021-12-10
SOURCE AVAILABLE: no
DESCRIPTION: Java logging
URL: https://logging.apache.org/log4j/2.x/log4j-api/index.html

jars chosen based on this information:
https://logging.apache.org/log4j/2.x/faq.html#which_jars

LAST UPDATE: 2021-12-10
LAST UPDATE BY: John Bauer

-----------------------------------------------------------------------
log4j-jcl-2.15.0.jar
ORIGINAL JAR NAME: log4j-jcl-2.15.0.jar
VERSION: 2.15.0
RELEASE DATE: 2021-12-10
SOURCE AVAILABLE: no
DESCRIPTION: Java logging
URL: https://logging.apache.org/log4j/2.x/log4j-jcl/index.html

jars chosen based on this information (we also have commons-logging):
https://logging.apache.org/log4j/2.x/faq.html#which_jars

LAST UPDATE: 2021-12-10
LAST UPDATE BY: John Bauer

-----------------------------------------------------------------------
joda-time.jar
ORIGINAL JAR NAME: joda-time-2.10.5.jar
Expand Down
Binary file removed lib/log4j-api-2.15.0.jar
Binary file not shown.
Binary file removed lib/log4j-core-2.15.0.jar
Binary file not shown.
Binary file removed lib/log4j-jcl-2.15.0.jar
Binary file not shown.
Loading

0 comments on commit f05cb54

Please sign in to comment.