Commit e4fc652
authored
Log4J Removal (#714)
Close issue #534 - This is a planned removal of all Log4J 1 dependencies after nearly 2 years of deprecation. The release for this will be released on or shortly after 2022-07-13.
* Suppression cleanup
Clearing log4j1 suppressions from baseline. Should cause maven site
goal to fail if cleanup is not incomplete.
* Log4J 1.x Source & Dependency Removal
Removing baseline code & tests pertaining to log4j 1.x support.
Removing log4j 1.x dependency from pom.
* WAF Cleanup - Removing customized Log handling
AppGuardianConfiguration had a declaration of a log4j log Level class
which appears to never be used.
ESAPIWebApplicationFirewallFilter attempts to compliment/override a
pre-existing log4j1.x configuratino through the filterConfig with an
expectation that ESAPI is configured for that Logger explicitly.
* This has just been removed to allow the implementation to use the
ESAPI Logger as configured.
* Removing ant-javadoc.xml artifact
Javadocs are generated in the maven build through the javadoc maven
plugin.
* log4j 1.x configuration file removal
Remvoing log4j.dtd and log4j.xml instances from baseline.
* log4j 1.x - Removing references in properties
Cleaning up source and test references to the removed content.
* log4j 1.x cleanup - scripts
Removing log4j class contexts from the release process scripts.
* JAVADOC CLEANUP
Addressing warnings in javadoc generation.
* Case sensitivity addressed in SecurityConfiguration.
* Removed invalid class reference from Logger. This would have been an
update; however, the reference point no longer fufills the reason
for the initial link.
This commit is superfluous to the log4j1.x removal intention of the
branch where it was committed.
* Merging suppressions file
* Version updates
Applying the latest plugin and dependency versions.
* Comment Grammer cleanup.
PR feedback.1 parent 232c27d commit e4fc652
File tree
29 files changed
+444
-2555
lines changed- configuration
- esapi
- scripts
- src
- main/java/org/owasp/esapi
- logging/log4j
- waf
- configuration
- test
- java/org/owasp/esapi/logging/log4j
- resources
- esapi
29 files changed
+444
-2555
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | 69 | | |
73 | 70 | | |
74 | 71 | | |
| |||
This file was deleted.
0 commit comments