Update core dependency of appointmentscheduling module#47
Update core dependency of appointmentscheduling module#47sudhanshu-raj wants to merge 2 commits intoopenmrs:masterfrom
Conversation
2fd0372 to
9b0618c
Compare
|
Yes I changed java version , may be it could be that which i reverted back. But the main thing is I still getting test cases errors when changed to openmrs version 1.11.6 , here are logs : Error Logs and other thing I kept getting Junit authentication popup to fill username and password. For the popups i am sure but for errors i tried by adding datasets but that was not enough . |
This happens because the test datasets don't create patient records and so they assume those patient records are created. There may have been a breaking change in tests between 1.9.9 and 1.11.6, but those are old enough that I don't know that for sure. It's very likely that upgrading this, though, isn't just a matter of bumping the version number. You may also have to do things like ensure that here and in other places we load the standard test dataset if this is accidentally "hiding" the method in Basically all of these errors look like they derive from the standardDataSet.xml file not being correctly loaded before things are done. You might get some insight into the kind of changes necessary by looking at the output of this command (run in the |
|
Hi @ibacher , tried to migrate the openmrs from 1.9.9 to 1.11.6 including the newer version of rest module. Thoughts please ? |
|
Adding a cover for the changes I made:
|
|
Hey @ibacher , @chibongho @wikumChamith , please review the changes when you get a chance. |

Updated the OpenMRS core dependency to 1.12.0 that meets requirement for ValidationExceptionfrom and also upgraded to Java 8.
See : Jira Link