When storing objects inside of BoundObjectTable.Table, they are stored in the http session. In clustered environments such as CloudBees CI, this can become a problem if these objects are not serializable.
This relaxes serialization to ignore such non-serializable object instead of breaking completely.
- relates to
-
JENKINS-72114 Fix Serialization of HudsonPrivateSecurityRealm.UserDetailsImpl
- Closed
- links to