-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
2.0.0.Final, 2.0.1.Final, 2.0.2.Final, 2.0.3.Final, 2.0.4.Final, 2.0.5.Final, 2.0.6.Final
-
None
We've been using the JBoss River Marshaller as a high-performance marshaller for the Jenkins project, within its Pipeline plugin suite. In a recent effort to complete support for modern JVM versions, we upgraded from the river marshaller to the 2.0.x line, which includes a multi-release JAR and resolves some issues with later Java versions.
Our previous version was based on 1.4.11 plus a couple changes that hadn't yet been merged. These changes are now all included in the 2.0.x line.
This upgrade appears to introduce a new NullPointerException as a result of unexpected null fields when reading and writing some our objects. We've bisected and confirmed that this issue began with 2.0.0. release, and is reproducible with 2.0.1, 2.0.2, etc through 2.0.6.Final.
Jenkins-side, we're tracking our efforts to resolve this here: https://issues.jenkins-ci.org/browse/JENKINS-55174
After digging into the source changes between these versions of the River marshaller, stepping through with a debugger, etc, we cannot determine what has caused this behavior, and are reaching out for assistance here. We've done our best to do due-diligence investigation and troubleshooting but are not familiar enough with the internals of the JBoss River Marshaller to determine why this has happened (or if we can do anything to resolve it).
- duplicates
-
JBMAR-221 Default constructor of non-Serializable parent POJO is not called in deserialization process
- Resolved