Deploys nightly Demo and publishes nightly to sourceforge

Commits

Comparison is available only for releases created from the same branch as this release.

This release
Author Commit Message Commit date
Ruhanga <41738040+Ruhanga@users.noreply.github.com> Ruhanga <41738040+Ruhanga@users.noreply.github.com> 61b53923364db3bcd894e6d24cee207bee547f7f TRUNK-6351: Added Jackson Serializer/Deserializer (#5099)
* TRUNK-6351: Added Jackson Serializer/Deserializer

* TRUNK-6351: Improved whitelist checks

* TRUNK-6351: Addressing PR reviews

* TRUNK-6351: Fixed randomly failing test

* TRUNK-6351: Fixed randomly failing test

* TRUNK-6351: Rebased on upstream to fix tests

* TRUNK-6351: Fixed tests failing on windows platform

* TRUNK-6351: Make Fields visible

* TRUNK-6351: Migrated from XStream to Jackson

* TRUNK-6351: Ignore self referencing getter

* TRUNK-6351: Added relevant liquibase migration

* TRUNK-6351: Improved test coverage

* TRUNK-6351: Fixed documentation oversight

* TRUNK-6351: Applied review suggestions

* TRUNK-6351: DomainService utility to become standard Transactional OpenmrsService

* TRUNK-6351: Revert Address and Name Template migration to Jackson

* TRUNK-6351: Minimize serialized detail to relevant fields.

* TRUNK-6351: Addressing PR review

* TRUNK-6351: Minor cleanup

* TRUNK-6351: Prefer RefByUuid implementations over Reflections usage.

* Undo unneccessary changes

* Undo unneccessary changes

* Undo unneccessary changes

* Undo unneccessary changes

* Undo unneccessary changes

* Undo unneccessary changes

* TRUNK-6351: Addressing PR review.

* Undo unneccessary changes

* Undo unneccessary changes

* Improved test coverage

* TRUNK-6351: Resolve merge conflicts

* TRUNK-6351: Prefer Spring's dependency injection over OpenMRS' ServiceContext

* TRUNK-6351: Address PR reviews.

* TRUNK-6351: Addressed PR reviews

* TRUNK-6351: Addressed PR reviews and improved test coverage

* Add import for Arrays in ProviderServiceImpl

---------

Co-authored-by: dkayiwa <dkayiwa@openmrs.org>
Michael Seaton <mseaton@pih.org> Michael Seaton <mseaton@pih.org> 4bf32dae57a8ce7c5ac4283594c1f42ef3a102c2 TRUNK-6451 - Add service methods for managing provider roles (#5422)
Michael Seaton <mseaton@pih.org> Michael Seaton <mseaton@pih.org> 8d4d85b4e86c146e9786125dc4650eeb0e7ff83c TRUNK-6449 - Populate provider_role from providermanagement_provider_… (#5421)
Wikum Weerakutti <wikum@linuxdeveloper.space> Wikum Weerakutti <wikum@linuxdeveloper.space> 165f010dcc2633ff69add590783e95228da90e0e TRUNK-6444: Change the fetch type of @ManyToOne audit field associations to LAZY (#5414)
* Change the default fetch type of @ManyToOne audit field associations to LAZY

* TRUNK-6440: Change fetch type of `creator` field in `BaseOpenmrsData` to LAZY and fix `saveOrderGroup_shouldSaveOrderGroupWithOrderContext` test

* Change the `creator ` field in `BaseOpenmrsData` from private to protected

* Make the ` creator ` field in `BaseOpenmrsData` non-updatable

* Refactor `saveOrderGroup_shouldSaveOrderGroupWithOrderContext` test

* Remove unused imports in `OrderServiceTest`