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
Emmanuel Nyachoke <achachiez@gmail.com> Emmanuel Nyachoke <achachiez@gmail.com> 1958de1bcfb46e6bdca4564eaa5a7d023dce6351 Pre-create activemq-data folder to avoid permissions issues when the sub-path is mounted (#5192)
Co-authored-by: Ian <52504170+ibacher@users.noreply.github.com>
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 9e8e7b04844c3b90d5d613fc5e5a48dbd055f0c0 maven(deps): bump software.amazon.awssdk:s3 from 2.32.10 to 2.32.11 (#5193)
Bumps software.amazon.awssdk:s3 from 2.32.10 to 2.32.11.

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:s3
  dependency-version: 2.32.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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> db842aa565a9d777f5c5176e60296d273c04dc2f maven(deps): bump software.amazon.awssdk:s3 from 2.32.9 to 2.32.10 (#5188)
Bumps software.amazon.awssdk:s3 from 2.32.9 to 2.32.10.

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:s3
  dependency-version: 2.32.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Rafal Korytkowski Rafal Korytkowski bf15be2e3fdd93009e0624f1c769a40760c20d96 TRUNK-6318: Add forceStylePath and endpoint config options
(cherry picked from commit 8fa6db92b8c563713e4a69ea93ee9ddbcde436e1)
kulksaur <46800919+kulksaur@users.noreply.github.com> kulksaur <46800919+kulksaur@users.noreply.github.com> 4b625c0363dcad7a2cd581ad98016067aea8c23b TRUNK-5909: ConceptSource Domain - Switching from Hibernate Mappings to Annotations (#5164)
* TRUNK-5909 Conversion of the Hibernate XML mappings to Annotations

Converted the Hibernate XML mappings for class ConceptSource to Annotations. Updated the ConceptSourceValidatorTest to make sure member fields character limit match with the BaseOpenmrsMetadata.

* Handling the feedback related to @AttributeOverrides and dead imports

Used @AttributeOverrides instead of changing the specific tests for ConceptSourceValidator.

Some dead imports removed from the main class.
Herman Muhereza <hermanmuhereza22@gmail.com> Herman Muhereza <hermanmuhereza22@gmail.com> a55e9601925f7b228a6b4f0ebef91d2a3322f58d TRUNK-5913: ClobDatatypeStorage Domain - Switching from Hibernate Mappings to Annotations (#5190)
* TRUNK-5913: ClobDatatypeStorage Domain - Switching from Hibernate Mappings to Annotations

* add fix for validator