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> 0397c3ced8272547f0addbad67bdaf2e75ca276b maven(deps): bump postgresql from 42.5.0 to 42.5.1 (#4202)
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.5.0 to 42.5.1.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.5.0...REL42.5.1)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 22a89ff551ce6688c71f9b0b3e9f990be59b4eda maven(deps): bump jacksonVersion from 2.14.0 to 2.14.1 (#4200)
Bumps `jacksonVersion` from 2.14.0 to 2.14.1.

Updates `jackson-core` from 2.14.0 to 2.14.1
- [Release notes](https://github.com/FasterXML/jackson-core/releases)
- [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.14.0...jackson-core-2.14.1)

Updates `jackson-annotations` from 2.14.0 to 2.14.1
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `jackson-databind` from 2.14.0 to 2.14.1
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `jackson-datatype-jsr310` from 2.14.0 to 2.14.1

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wikum Weerakutti <wikum@linuxdeveloper.space> Wikum Weerakutti <wikum@linuxdeveloper.space> bee6ec5b05fba1c4907cafd534fdf95562befab2 TRUNK-6081: Add not null constraint to encounter_diagnosis.dx_rank (#4199)
Java field Diagnosis.rank is marked as not nullable via the JPA annotations but encounter_diagnosis.dx_rank column is missing the not null constraint in the database. So this adds not null constraint to encounter_diagnosis.dx_rank column.
Daniel Kayiwa Daniel Kayiwa c0ebb5e9d9921de3040b7c735f78216160d543d0 TRUNK-6070 Update fix version in PatientService
Daniel Kayiwa Daniel Kayiwa e5e5c13a90f8aef517a98addee6f9dc8dc4c2deb TRUNK-6070 Update fix version in PatientIdentifier