OpenMRS Core Master
Build: #3883 was successful
Job: Integration Test was successful
Code commits
openmrs-core
-
Rafal Korytkowski bf15be2e3fdd93009e0624f1c769a40760c20d96
TRUNK-6318: Add forceStylePath and endpoint config options
(cherry picked from commit 8fa6db92b8c563713e4a69ea93ee9ddbcde436e1)- api/src/main/java/org/openmrs/api/storage/S3StorageService.java (version bf15be2e3fdd93009e0624f1c769a40760c20d96)
-
kulksaur <46800919+kulksaur@users.noreply.github.com> 4b625c0363dcad7a2cd581ad98016067aea8c23b
TRUNK-5909: ConceptSource Domain - Switching from Hibernate Mappings to Annotations (#5164)
* TRUNK-5909 Conversion of the Hibernate XML mappings to Annotations
Converted the Hibernate XML mappings for class ConceptSource to Annotations. Updated the ConceptSourceValidatorTest to make sure member fields character limit match with the BaseOpenmrsMetadata.
* Handling the feedback related to @AttributeOverrides and dead imports
Used @AttributeOverrides instead of changing the specific tests for ConceptSourceValidator.
Some dead imports removed from the main class.- api/src/main/java/org/openmrs/ConceptSource.java (version 4b625c0363dcad7a2cd581ad98016067aea8c23b)
- api/src/main/resources/hibernate.cfg.xml (version 4b625c0363dcad7a2cd581ad98016067aea8c23b)
- api/src/main/resources/org/openmrs/api/db/hibernate/ConceptSource.hbm.xml (version 4b625c0363dcad7a2cd581ad98016067aea8c23b)
- api/src/test/java/org/openmrs/api/OrderServiceTest.java (version 4b625c0363dcad7a2cd581ad98016067aea8c23b)