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> 10c4ce35e37362d57fdac6b63a86db0c3d308ed3 maven(deps): bump hibernateVersion from 5.6.10.Final to 5.6.11.Final (#4139)
Bumps `hibernateVersion` from 5.6.10.Final to 5.6.11.Final.

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

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

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

---
updated-dependencies:
- dependency-name: org.hibernate:hibernate-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.hibernate:hibernate-c3p0
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.hibernate:hibernate-ehcache
  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> 648881adc8b5b8782c9fb199346bbe977d562934 TRUNK-6066 Rename host.url global property (#4121)
* TRUNK-6066 Rename host.url global property

The host.url global property is inconsistent with usage in password reset API. This renames host.url to security.passwordResetUrl .

* TRUNK-6066 Rename and deprecate host.url global property

The host.url global property is inconsistent with usage in password reset API. This copy over existing value from host.url to security.passwordResetUrl. Then host.url get deprecated.

* TRUNK-6066 Rename and deprecate host.url

The host.url global property is inconsistent with usage in password reset API. This renames host.url to security.passwordResetUrl. Then deprecate host.url.

* TRUNK-6066 Adding a logic to assign a value to OpenmrsConstants.GP_PASSWORD_RESET_URL

For backwards compatibility, Adding a logic to assign the value of OpenmrsConstants.GP_HOST_URL to OpenmrsConstants.GP_PASSWORD_RESET_URL when there is value to OpenmrsConstants.GP_HOST_URL and OpenmrsConstants.GP_PASSWORD_RESET_URL is empty.
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 722fe2c2ba855358bafbe0979401d08378ce19fb maven(deps): bump ehcache from 2.10.10.3.24 to 2.10.10.4.43 (#4136)
Bumps ehcache from 2.10.10.3.24 to 2.10.10.4.43.

---
updated-dependencies:
- dependency-name: net.sf.ehcache:ehcache
  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> 89364cd045da3e8b3f2681dbb53b2bfc221538f3 maven(deps): bump joda-time from 2.11.0 to 2.11.1 (#4137)
Bumps [joda-time](https://github.com/JodaOrg/joda-time) from 2.11.0 to 2.11.1.
- [Release notes](https://github.com/JodaOrg/joda-time/releases)
- [Changelog](https://github.com/JodaOrg/joda-time/blob/main/RELEASE-NOTES.txt)
- [Commits](https://github.com/JodaOrg/joda-time/compare/v2.11.0...v2.11.1)

---
updated-dependencies:
- dependency-name: joda-time:joda-time
  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> 195879e8972c358125f7df9658674d31898ee30b maven(deps): bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 (#4135)
Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.1.2 to 3.2.0.
- [Release notes](https://github.com/apache/maven-checkstyle-plugin/releases)
- [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.1.2...maven-checkstyle-plugin-3.2.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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> b52a9b64f06103b9c6caff869105ca57b112f61a maven(deps): bump postgresql from 42.4.2 to 42.5.0 (#4134)
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.4.2 to 42.5.0.
- [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.4.2...REL42.5.0)

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

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> 9a6e440a55e8ce5f0ccae564d3328bef54c27913 maven(deps): bump owaspCsrfGuardVersion from 4.1.4 to 4.2.0 (#4133)
Bumps `owaspCsrfGuardVersion` from 4.1.4 to 4.2.0.

Updates `csrfguard` from 4.1.4 to 4.2.0
- [Release notes](https://github.com/OWASP/www-project-csrfguard/releases)
- [Changelog](https://github.com/OWASP/www-project-csrfguard/blob/master/tab_news.md)
- [Commits](https://github.com/OWASP/www-project-csrfguard/compare/4.1.4...4.2.0)

Updates `csrfguard-extension-session` from 4.1.4 to 4.2.0

---
updated-dependencies:
- dependency-name: org.owasp:csrfguard
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.owasp:csrfguard-extension-session
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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> a269f001d3518592af642353bfd29e98425a7eb6 maven(deps): bump maven-jxr-plugin from 3.2.0 to 3.3.0 (#4131)
Bumps [maven-jxr-plugin](https://github.com/apache/maven-jxr) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/apache/maven-jxr/releases)
- [Commits](https://github.com/apache/maven-jxr/compare/jxr-3.2.0...jxr-3.3.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-jxr-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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>
Mark Goodrich <mgoodrich@pih.org> Mark Goodrich <mgoodrich@pih.org> 24a7fdf14f7eaf47b4cf0c4deeaf04e5ace148cc TRUNK-6129: Explicitly allow Obs "groupMembers" to be mutable (#4126)
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 160aa9d252039a489524f20804deb875b766a06b maven(deps): bump postgresql from 42.4.1 to 42.4.2 (#4130)
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.4.1 to 42.4.2.
- [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.4.1...REL42.4.2)

---
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> 95bd27e2a286eb896ec6bde446f55ba57960921d maven(deps): bump maven-javadoc-plugin from 3.4.0 to 3.4.1 (#4124)
Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.4.0 to 3.4.1.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.4.0...maven-javadoc-plugin-3.4.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  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> 90f5093875038c649f3892d9cdd2ab99aa035a15 maven(deps): bump joda-time from 2.10.14 to 2.11.0 (#4123)
Bumps [joda-time](https://github.com/JodaOrg/joda-time) from 2.10.14 to 2.11.0.
- [Release notes](https://github.com/JodaOrg/joda-time/releases)
- [Changelog](https://github.com/JodaOrg/joda-time/blob/master/RELEASE-NOTES.txt)
- [Commits](https://github.com/JodaOrg/joda-time/compare/v2.10.14...v2.11.0)

---
updated-dependencies:
- dependency-name: joda-time:joda-time
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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> 5c109c8eebb85b1c896fe05816f198f7273a47d2 maven(deps): bump javassist from 3.29.0-GA to 3.29.1-GA (#4122)
Bumps [javassist](https://github.com/jboss-javassist/javassist) from 3.29.0-GA to 3.29.1-GA.
- [Release notes](https://github.com/jboss-javassist/javassist/releases)
- [Changelog](https://github.com/jboss-javassist/javassist/blob/master/Changes.md)
- [Commits](https://github.com/jboss-javassist/javassist/commits)

---
updated-dependencies:
- dependency-name: org.javassist:javassist
  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>