Build: #2647 was successful Scheduled with changes by JaiVora <52439248+JaiVora@users.noreply.github.com>
Code commits
openmrs-core master
-
JaiVora <52439248+JaiVora@users.noreply.github.com> 52294dedb8c3fb483d94cc1415dc6f360585cd35
TRUNK-5749: Migrate `Drug` from hibernate mappings to JPA annotations (#5243)
* TRUNK-5749: Migrate Drug from hibernate mappings to JPA annotations
* TRUNK-5749: remove unintended formatting changes
* TRUNK-5749: remove unintended formatting changes
* dummy change to re-trigger build
* TRUNK-5749: Custom schema filter for hibernate validation failures
* TRUNK-5479: add license headers
* TRUNK-5749: Add column to avoid hibernate validation failure
- revert schema filter test changes
- add `description` column to the `drug` table to avoid validation failures
* TRUNK-5749: test fix - update changeset count
* TRUNK-5749: add comment explaining the workaround
* TRUNK-5749: remove comment explaining workaround
* TRUNK-5749: Change `description` col data type from text to varchar
---------
Co-authored-by: Jai Vora <jaivora@Jais-MacBook-Pro.local>- api/src/main/java/org/openmrs/Drug.java (version 52294dedb8c3fb483d94cc1415dc6f360585cd35)
- api/src/main/resources/hibernate.cfg.xml (version 52294dedb8c3fb483d94cc1415dc6f360585cd35)
- api/src/main/resources/org/openmrs/api/db/hibernate/Drug.hbm.xml (version 52294dedb8c3fb483d94cc1415dc6f360585cd35)
- api/src/main/resources/org/openmrs/liquibase/updates/liquibase-update-to-latest-3.0.x.xml (version 52294dedb8c3fb483d94cc1415dc6f360585cd35)
- api/src/test/java/org/openmrs/api/OrderServiceTest.java (version 52294dedb8c3fb483d94cc1415dc6f360585cd35)
- api/src/test/java/org/openmrs/util/DatabaseUpdaterDatabaseIT.java (version 52294dedb8c3fb483d94cc1415dc6f360585cd35)