Build: #2671 was successful
Job: Default Job was successful
Code commits
openmrs-core master
-
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 446b004745dbbd5a52273f3b94e36099deff1bbc
maven(deps): bump org.glassfish.jaxb:jaxb-runtime from 4.0.5 to 4.0.6 (#5353)
Bumps org.glassfish.jaxb:jaxb-runtime from 4.0.5 to 4.0.6.
---
updated-dependencies:
- dependency-name: org.glassfish.jaxb:jaxb-runtime
dependency-version: 4.0.6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>- pom.xml (version 446b004745dbbd5a52273f3b94e36099deff1bbc)
-
JaiVora <52439248+JaiVora@users.noreply.github.com> 205865c238ce207577ea377c953b5c7f3540209a
TRUNK-5797: Migrate `Field` from hibernate XML mappings to JPA annotations (#5309)
* TRUNK-5797: Migrate `Field` from hibernate XML mappings to JPA annotations
- add JPA annotations to `Field` domain class and remove corresponding hibernate XML mappings
- remove un-used `answers` attribute from `Field`
- unit test modifications to ensure `FieldType` isn't null
* TRUNK-5797: undo formatting changes
* TRUNK-5797: unit test minor change
* TRUNK-5797: unit test minor change
* TRUNK-5797: cleanup
* TRUNK-5797: Remove newlines
---------
Co-authored-by: Jai Vora <jaivora@Jais-MacBook-Pro.local>- api/src/main/java/org/openmrs/Field.java (version 205865c238ce207577ea377c953b5c7f3540209a)
- api/src/main/resources/hibernate.cfg.xml (version 205865c238ce207577ea377c953b5c7f3540209a)
- api/src/main/resources/org/openmrs/api/db/hibernate/Field.hbm.xml (version 205865c238ce207577ea377c953b5c7f3540209a)
- api/src/test/java/org/openmrs/api/FormServiceTest.java (version 205865c238ce207577ea377c953b5c7f3540209a)
- api/src/test/java/org/openmrs/api/OrderServiceTest.java (version 205865c238ce207577ea377c953b5c7f3540209a)