Skip to content
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

Open
misilot opened this issue Oct 10, 2024 · 2 comments
Open

Upgrade / replace Log4j Library #5

misilot opened this issue Oct 10, 2024 · 2 comments

Comments

@misilot
Copy link

misilot commented Oct 10, 2024

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?

misilot added a commit to misilot/Remote-Handle-Resolver that referenced this issue Oct 10, 2024
@kshepherd
Copy link
Member

@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)

@misilot
Copy link
Author

misilot commented Oct 24, 2024

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants