-
Bug
-
Resolution: Incomplete
-
Minor
-
None
2024-03-21 17:49:51.357+0000 [id=39] WARNING jenkins.security.ClassFilterImpl#notifyRejected: com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalLoadingCache in file:/var/lib/jenkins/plugins
/caffeine-api/WEB-INF/lib/caffeine-3.1.8.jar might be dangerous, so rejecting; see https://www.jenkins.io/redirect/class-filter/
Noticing this showing up on all the Jenkins servers I manage.
[JENKINS-72908] notifyRejected: BoundedLocalCache$BoundedLocalLoadingCache
Summary | Original: enkins.security.ClassFilterImpl#notifyRejected: com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalLoadingCache | New: notifyRejected: BoundedLocalCache$BoundedLocalLoadingCache |
Resolution | New: Incomplete [ 4 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
This is not an issue in the caffeine plugin but an issue in a plugin that uses it and is either attempting to persist an in memory cache to disk, or send it over to an agent (which by definition is non sensical)!
As there is not enough information to remotely diagnose the issue I am going to close the issue.
As a minimum to be able to diagnose which plugin is at fault the list and versions of all plugins would need to be known, steps to reproduce