-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade / replace Log4j Library #5
Comments
@misilot we did something similar with DSpace 6.x, since other constraints meant we could not upgrade log4j itself. However, in recent versions of DSpace application we are able to use log4j >= 2.23.1 and avoid having to use reload4j -- is that something we could do here too, or do we need to support old java versions, and other dependencies? (or branch off into a legacy branch, with reload4j drop in, and a main branch with modern jdk requirements and other dependency version bumps including log4j) |
I'd be happy with either way! I just don't have a great Java background, so was looking for a drop in replacement to make our security folks happy. (Part of it was my build layers w/ Docker that I was able to fix as well) |
We are getting reports from our security folks that they are detecting log4j 1.2.17
Would this be able to be replaced with maybe
slf4j-reload4j
?The text was updated successfully, but these errors were encountered: