augustd / owasp-security-logging

OWASP Security Logging library for Java
https://www.owasp.org/index.php/OWASP_Security_Logging_Project
Apache License 2.0
115 stars 35 forks source link

Develop #79

Closed friedeas closed 1 year ago

friedeas commented 1 year ago

SLF4J API updated to 2.0.x Switch to Jakarta Servlet 5.0 API (javax.servlet to jakarta.servlet) Change the dependency in the security-logging-log4j module to log4j-slf4j2-impl (min. version required for this change 2.19.0) Some refactoring in security-logging-log4j because Log4jMarker is not a public class anymore since 2.19.0 and packages changed for some test classes