TRUNK-5822 : FormField Domain - Switching from Hibernate Mappings to Annotations
TRUNK-5822 : FormField Domain - Switching from Hibernate Mappings to Annotations
Description of what I changed
FormField Domain - Switched from Hibernate Mappings to Annotations
Issue I worked on
https://issues.openmrs.org/browse/TRUNK-5822
see https://issues.openmrs.org/browse/TRUNK-
Checklist: I completed these to help reviewers :)
-
[x] My IDE is configured to follow the code style of this project.
No? Unsure? -> configure your IDE, format the code and add the changes with
git add . && git commit --amend -
[x] I have added tests to cover my changes. (If you refactored existing code that was well tested you do not have to add tests)
No? -> write tests and add them to this commit
git add . && git commit --amend -
[x] I ran
mvn clean packageright before creating this pull request and added all formatting changes to my commit.No? -> execute above command
-
[x] All new and existing tests passed.
No? -> figure out why and add the fix to your commit. It is your responsibility to make sure your code works.
-
[x] My pull request is based on the latest changes of the master branch.
No? Unsure? -> execute command
git pull --rebase upstream master
@wikumChamith @dkayiwa can you have a look on this PR?
@rishabhrawat05 are you still working on this?
@rishabhrawat05 are you still working on this?
Yes, I am planning to fix the build failure and conflict issue in the month of June