openmrs-core icon indicating copy to clipboard operation
openmrs-core copied to clipboard

TRUNK-5822 : FormField Domain - Switching from Hibernate Mappings to Annotations

Open rishabhrawat05 opened this issue 1 year ago • 3 comments

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 package right 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

rishabhrawat05 avatar Dec 02 '24 07:12 rishabhrawat05

@wikumChamith @dkayiwa can you have a look on this PR?

ManojLL avatar Dec 03 '24 07:12 ManojLL

@rishabhrawat05 are you still working on this?

dkayiwa avatar May 26 '25 13:05 dkayiwa

@rishabhrawat05 are you still working on this?

Yes, I am planning to fix the build failure and conflict issue in the month of June

rishabhrawat05 avatar May 26 '25 13:05 rishabhrawat05