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

Release: openmrs-trunk-2717

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> 3f06bed8a6fca90248d050275dcdb96b86b1350f maven(deps-dev): bump mysql-connector-java from 8.0.22 to 8.0.26 (#3824)
Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.22 to 8.0.26.
- [Release notes](https://github.com/mysql/mysql-connector-j/releases)
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.0/CHANGES)
- [Commits](https://github.com/mysql/mysql-connector-j/compare/8.0.22...8.0.26)

---
updated-dependencies:
- dependency-name: mysql:mysql-connector-java
  dependency-type: direct:development
  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>
Ian Bacher Ian Bacher c2fe07d85da13371c5e103380874937a78646180 TRUNK-6013 - Upgrade to Liquibase 4 (#3820)
* Upgrade to Liquibase 4 and MySQL 8.0.25

This should resolve the issue mentioned [here](https://talk.openmrs.org/t/typecasting-error-during-openmrs-setup/31816)
and allow us to continue updating the MySQL driver.

* Don't upgrade MySQL

* Fix the test failures

* Fix integration test

* Use SPI to load Liquibase extensions