Builds and runs unit tests. More details of the release in https://wiki.openmrs.org/x/i4DTAw

Build: #128 was successful Changes by Wyclif Luyima

Stages & jobs

  1. Default Stage

Build result summary

Details

Completed
Queue duration
1 second
Duration
5 minutes
Labels
None
Revision
ab3272ec25eb1baf4aefd63fe0806146472ee104
Total tests
875
Successful since
#123 ()

Tests

  • 0 New failures
  • 0 Existing failures
  • 0 Fixed

Code commits

Author Commit Message Commit date
Wyclif Luyima Wyclif Luyima ab3272ec25eb1baf4aefd63fe0806146472ee104 Follow up to make sure only subclass handlers annotated with @SubClassHandler get loaded by spring - RESTWS-365
Wyclif Luyima Wyclif Luyima 51f6b392badab72e994fb0ef14c14089bdeb8915 SubclassHandlers now have versions. Currently, there is no way of writing different SubClassHandlers for different versions of OpenMRS. This commit aims to fix it. The new SubClassHandler annotation will ensure the right version is taken. We do a few things to ensure modules that have defined SubClassHandlers of their own do not fail. 1. If the annotation is not specified, the SubClassHandler will still be loaded for the resource. 2. We ensure that any SubClassHandler will be picked up from the Context. This also allows clients to use Spring for DI for their own SubClassHandlers.
Thanks
Neha/Vinay

Jira issues

IssueDescriptionStatus
Unknown Issue TypeRESTWS-365Could not obtain issue details from Jira