OpenMRS Core Master

Build: #1976 was successful Changes by Akshat Jain <respectthegame23@gmail.com>

Stages & jobs

  1. Build and Test

  2. Deploy

  3. Release

    Requires a user to start manually

Code commits

openmrs-core

  • Akshat Jain <respectthegame23@gmail.com>

    Akshat Jain <respectthegame23@gmail.com> 4a0911d572ee643a159f0279800d0e8186f7d1cb

    GCI-221: Added serial version ID to GlobalProperty.java (#2730)
    I added a serialVersionUID field to GlobalProperty.java since it implements the Serializable class. Now able to deserialize objects that were serialized in a previous instance of the class since the ID will not change across instances (a static/class variable).

    • api/src/main/java/org/openmrs/GlobalProperty.java (version 4a0911d572ee643a159f0279800d0e8186f7d1cb)