Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Not A Defect
-
Component/s: other
-
Labels:
-
Similar Issues:
Description
trying to crate a java plugin for jenkins but when testing it I get the follwing error:
ava.lang.UnsupportedOperationException: Refusing to marshal com.amazonaws.services.kinesis.producer.KinesisProducer for security reasons; see https://jenkins.io/redirect/class-filter/ at hudson.util.XStream2$BlacklistedTypesConverter.marshal(XStream2.java:546)
reading a bit found out the amazon library may have been blacklisted, didn't find any workaorund for that.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Component/s | other [ 15490 ] | |
Component/s | customtools-plugin [ 16520 ] |
Labels | JEP-200 |
Attachment | jenkinsStackTrace.txt [ 44422 ] |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Fixed but Unreleased [ 10203 ] |
Resolution | Fixed [ 1 ] | Not A Defect [ 7 ] |
Status | Fixed but Unreleased [ 10203 ] | Closed [ 6 ] |
The library is not blacklisted. it is "NOT whitelisted".
I am not sure what is the particular reason to store this class on the disk, so I cannot advice.