-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
fix: upgrade to JCS3 #5114
fix: upgrade to JCS3 #5114
Conversation
JCS 3.2 has been released 3 days ago. @jeremylong : Will the upgrade make it into 8.0.0 milestone? |
3.2 does not appear to be in central yet (see failing build) |
My mistake. I was happy to see a stable version among tags. But as it looks a release should have a |
Asked about the release date here: https://issues.apache.org/jira/browse/JCS-233 |
@jeremylong JCS 3.2 was released in September. Would you prefer a rebase or a merge for this PR to bring it up-to-date? https://commons.apache.org/proper/commons-jcs/changes-report.html#a3.2 |
I just rebased this PR. I'll re-review what I did and likely merge this tomorrow (along with cutting the next release). |
Upgrade to JCS3 to resolve cache misses in the gradle implementation. Additionally, this allows easier control over the JCS logging - as the logs are now routed to slf4j.
This is a draft PR as we must wait until JCS 3.2 is released due to a bug in the JCS logging.
Resolves #5096
Resolves dependency-check/dependency-check-gradle#293