-
Notifications
You must be signed in to change notification settings - Fork 79
Validator running against Core 2.6.9. #294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Ruhanga! I'm assuming this stems from the fact that the Validator's promise is to validate against the latest available Core version? I don't remember how this was originally set up to be honest.
public class BillableServicesLoaderIntegrationTest extends DomainBaseModuleContextSensitive_2_4_test { | ||
public class BillableServicesLoaderIntegrationTest extends DomainBaseModuleContextSensitive_2_4_Test { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure what got changed here? There's a bunch of files with similar changesets... 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ahh, it has to do with changing from *_test
to *_Test
.
@mks-d, you're correct about the Validator's promise to validate against the latest available Core version. However, this hasn't been a priority in recent times. |
Upgrades validator to OpenMRS Core 2.6.9.
Affects: openmrs/openmrs-contrib-packager-maven-plugin#29