BAH-4153 | Add. Bump openmrs-core Image Version #219
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
JIRA -> BAH-4153
2.5.12 -> 2.5.14
This PR upgrades the
openmrs-core
base image in Bahmni from versionv2.5.12
to the latest versionv2.5.14
. Theopenmrs-core
base image upgrade is to leverage new improvements, and bug fixes introduced between versionsv2.5.12
andv2.5.14
.Between
v2.5.12
andv2.5.14
of theopenmrs-core
base image, mostly stricter privilege checks have been added to enhance security. Missing privilege checks were implemented in services likeConceptService
,FormService
, andDatabaseUpdater
, whileAlertService
now requires proper authorization. Enhancements include protecting admin credentials with runtime properties, ensuring secure handling of sensitive data, and setting the appropriate MIME type for files served by the initialization filter. Other improvements include fixing velocity configuration, resolving issues inModuleService
to prevent context refresh blocks, and enabling query caching to boost performance. Additional bug fixes, along with Docker build and Bamboo workflow changes, further improve stability and deployment processes.