More details of the release in https://wiki.openmrs.org/x/i4DTAw

Build: #356 was successful Changes by Mike Seaton

Stages & jobs

  1. Default Stage

Code commits

Git

  • Mike Seaton

    Mike Seaton a99ffa60e3387c63e0f747ba83cf55df6de6044b

    REPORT-677 - ObjectFormatter slows down reports significantly.
    Follow-up commit to move the functionality into the MessageUtil class in order to utilize it in a variety of contexts, and to explictly get and use the Spring message source interface rather than a specific concrete implementation class.

    • api/src/main/java/org/openmrs/module/reporting/ReportingModuleActivator.java (version a99ffa60e3387c63e0f747ba83cf55df6de6044b)
    • api/src/main/java/org/openmrs/module/reporting/common/MessageUtil.java (version a99ffa60e3387c63e0f747ba83cf55df6de6044b)
    • api/src/main/java/org/openmrs/module/reporting/common/ObjectUtil.java (version a99ffa60e3387c63e0f747ba83cf55df6de6044b)
    • api/src/test/java/org/openmrs/module/reporting/common/ObjectUtilTest.java (version a99ffa60e3387c63e0f747ba83cf55df6de6044b)