1. Deployment projects
  2. Deploy Trunk Nightly
  3. Releases

Release: openmrs-trunk-2765

INCOMPLETE
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
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 68d9d14906f409d5dbfc0d127e0709ee4a8ece14 maven(deps): bump hibernateVersion from 5.5.7.Final to 5.6.0.Final (#3883)
Bumps `hibernateVersion` from 5.5.7.Final to 5.6.0.Final.

Updates `hibernate-core` from 5.5.7.Final to 5.6.0.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/main/changelog.txt)
- [Commits](https://github.com/hibernate/hibernate-orm/compare/5.5.7...5.6.0)

Updates `hibernate-c3p0` from 5.5.7.Final to 5.6.0.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/main/changelog.txt)
- [Commits](https://github.com/hibernate/hibernate-orm/compare/5.5.7...5.6.0)

Updates `hibernate-ehcache` from 5.5.7.Final to 5.6.0.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/main/changelog.txt)
- [Commits](https://github.com/hibernate/hibernate-orm/compare/5.5.7...5.6.0)

---
updated-dependencies:
- dependency-name: org.hibernate:hibernate-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.hibernate:hibernate-c3p0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.hibernate:hibernate-ehcache
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dkayiwa <kayiwadaniel@gmail.com> dkayiwa <kayiwadaniel@gmail.com> 8172dbb54365db57e236ed856a75d9829c595e9a TRUNK-6029 Changing hibernate mapping to concept
dkayiwa <kayiwadaniel@gmail.com> dkayiwa <kayiwadaniel@gmail.com> 7bcbe8b01127d7c5b53e4d2c92aafb9d29ca4232 TRUNK-6035 make TestOrderValidator subclass ServiceOrderValidator
dkayiwa <kayiwadaniel@gmail.com> dkayiwa <kayiwadaniel@gmail.com> a078c5da30832065807bd33db1fb4a6638605218 TRUNK-6029 Changing location to concept
dkayiwa <kayiwadaniel@gmail.com> dkayiwa <kayiwadaniel@gmail.com> dca0cebcf99d131376e6a76786ac13b89d971aba TRUNK-6035 Make TestOrder a sub-class of ServiceOrder Class
dkayiwa <kayiwadaniel@gmail.com> dkayiwa <kayiwadaniel@gmail.com> 4c02f3dc1eb47740c044a03f20413bc144173113 TRUNK-6034 Fix previous order bug
tendo kiiza Martyn tendo kiiza Martyn 79b755140b8ddfd7b583dd0849351337d8620cee TRUNK-6034: Refactoring cloneForRevisionHelper (#3881)
* TRUNK-6034:Introduce a new Abstract ServiceOrder Class

* Doing some refactoring

* Moving @since version to class level and other refactorings

* @tendomart
Moving since version to class level and other refactorings

* TRUNK-6034:Introduce a new Abstract ServiceOrder Class

* Doing some refactoring

* @tendomart
Moving since version to class level and other refactorings

* Doing more changes

* Doing more changes

* Doing more changes

* Doing more refining

* Updating location Javadoc

* Reformatting

* Adding cloneForDiscontinuingHelper() to ServiceOrder

* Refactoring cloneForRevisionHelper

* Adding Location to cloneForDiscontinuingHelper

* Moving Location to cloneForRevisionHelper
dkayiwa <kayiwadaniel@gmail.com> dkayiwa <kayiwadaniel@gmail.com> 1b57d914bb962e98d15046df323a083ec0fc669c Introduce ReferralOrder Class TRUNK-6036