Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-51442

Provide API to write tests for JEP-200 compatibility

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Not A Defect
    • Icon: Major Major
    • core

      I'm currently checking if my plug-ins conform to JEP-200. There seems to be no easy way to check if a class is compatible with serialization of JEP-200. Currently, you need to deploy the plug-in to Jenkins and manually test if everything works as expected.

      For all of my classes that are Serializable, I wrote a SerializationTest that checks that the class could be serialized using Java serialization or XStream serialization. The same thing is missing for JEP-200 serialization. Please provide a way to simply serialize and deserialize an object using your JEP-200 implementation.

      Examples

            Unassigned Unassigned
            drulli Ulli Hafner
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: