OpenMRS Core 2.6

Build: #2 was successful

Job: Deploy to docker was successful

Stages & jobs

  1. Build

  2. Test

  3. Deploy

  4. Release

    Requires a user to start manually

Code commits

Showing 100 of 319 code changes

openmrs-core-2.6.x

  • dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 0397c3ced8272547f0addbad67bdaf2e75ca276b m

    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>

    • pom.xml (version 0397c3ced8272547f0addbad67bdaf2e75ca276b)
  • dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 22a89ff551ce6688c71f9b0b3e9f990be59b4eda m

    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>

    • pom.xml (version 22a89ff551ce6688c71f9b0b3e9f990be59b4eda)
  • Wikum Weerakutti <wikum@linuxdeveloper.space>

    Wikum Weerakutti <wikum@linuxdeveloper.space> bee6ec5b05fba1c4907cafd534fdf95562befab2 m

    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.

    • api/src/main/resources/org/openmrs/liquibase/updates/liquibase-update-to-latest-2.6.x.xml (version bee6ec5b05fba1c4907cafd534fdf95562befab2)
    • api/src/test/java/org/openmrs/util/DatabaseUpdaterDatabaseIT.java (version bee6ec5b05fba1c4907cafd534fdf95562befab2)
  • Daniel Kayiwa

    Daniel Kayiwa c0ebb5e9d9921de3040b7c735f78216160d543d0 m

    TRUNK-6070 Update fix version in PatientService

    • api/src/main/java/org/openmrs/api/PatientService.java (version c0ebb5e9d9921de3040b7c735f78216160d543d0)
  • Daniel Kayiwa

    Daniel Kayiwa e5e5c13a90f8aef517a98addee6f9dc8dc4c2deb m

    TRUNK-6070 Update fix version in PatientIdentifier

    • api/src/main/java/org/openmrs/PatientIdentifier.java (version e5e5c13a90f8aef517a98addee6f9dc8dc4c2deb)
  • dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> e6e52d51ec680ce7e7ca7b6b549f0a83604f776c m

    maven(deps-dev): bump postgresql from 1.17.5 to 1.17.6 (#4196)
    Bumps [postgresql](https://github.com/testcontainers/testcontainers-java) from 1.17.5 to 1.17.6.
    - [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
    - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.17.5...1.17.6)

    ---
    updated-dependencies:
    - dependency-name: org.testcontainers:postgresql
      dependency-type: direct:development
      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>

    • pom.xml (version e6e52d51ec680ce7e7ca7b6b549f0a83604f776c)
  • dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 263816c92b9b54d55f30677aea0e3e7f59f2163a m

    maven(deps-dev): bump mysql from 1.17.5 to 1.17.6 (#4194)
    Bumps [mysql](https://github.com/testcontainers/testcontainers-java) from 1.17.5 to 1.17.6.
    - [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
    - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.17.5...1.17.6)

    ---
    updated-dependencies:
    - dependency-name: org.testcontainers:mysql
      dependency-type: direct:development
      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>

    • pom.xml (version 263816c92b9b54d55f30677aea0e3e7f59f2163a)
  • Rafal Korytkowski

    Rafal Korytkowski 64c3769119f163a5f11f4df4734941f5af746c83 m

    TRUNK-6083 Skip maven cleanup

    • Dockerfile (version 64c3769119f163a5f11f4df4734941f5af746c83)
  • Rafal Korytkowski

    Rafal Korytkowski 5156ecdf9810c34016f36dd7ee78c28ead75ec20 m

    TRUNK-6083 Another attempt at fixing tar issue

    • Dockerfile (version 5156ecdf9810c34016f36dd7ee78c28ead75ec20)
  • Rafal Korytkowski

    Rafal Korytkowski f40bfe965fb7f37367b954749b039106e20cc96a m

    TRUNK-6083 Attempting to fix tar issue

    • Dockerfile (version f40bfe965fb7f37367b954749b039106e20cc96a)
  • Rafal Korytkowski

    Rafal Korytkowski ced56ca6c4dc2ee6aaedef4f8f9979717621b48b m

    TRUNK-6083 Build and deploy docker image for openmrs-core, improvements

    • Dockerfile (version ced56ca6c4dc2ee6aaedef4f8f9979717621b48b)
    • api/src/main/java/org/openmrs/api/impl/AdministrationServiceImpl.java (version ced56ca6c4dc2ee6aaedef4f8f9979717621b48b)
    • docker-compose.override.yml (version ced56ca6c4dc2ee6aaedef4f8f9979717621b48b)
    • docker-compose.yml (version ced56ca6c4dc2ee6aaedef4f8f9979717621b48b)
    • initial_test_db.sql (version ced56ca6c4dc2ee6aaedef4f8f9979717621b48b)
    • pom.xml (version ced56ca6c4dc2ee6aaedef4f8f9979717621b48b)
    • startup-dev.sh (version ced56ca6c4dc2ee6aaedef4f8f9979717621b48b)
    • startup-init.sh (version ced56ca6c4dc2ee6aaedef4f8f9979717621b48b)
    • startup.sh (version ced56ca6c4dc2ee6aaedef4f8f9979717621b48b)
    • wait-for-it.sh (version ced56ca6c4dc2ee6aaedef4f8f9979717621b48b)
    • webapp/pom.xml (version ced56ca6c4dc2ee6aaedef4f8f9979717621b48b)
  • dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 268708f0c76503b4be8bebbd6d834d99d6568202 m

    maven(deps): bump hibernateVersion from 5.6.12.Final to 5.6.14.Final (#4188)
    Bumps `hibernateVersion` from 5.6.12.Final to 5.6.14.Final.

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

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

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

    ---
    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>

    • pom.xml (version 268708f0c76503b4be8bebbd6d834d99d6568202)
  • dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> f597cbd6019f5b6d3481a314683badd93f5dfc4c m

    maven(deps): bump jacksonVersion from 2.13.4 to 2.14.0 (#4187)
    Bumps `jacksonVersion` from 2.13.4 to 2.14.0.

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

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

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

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

    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson.core:jackson-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: com.fasterxml.jackson.core:jackson-annotations
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: com.fasterxml.jackson.core:jackson-databind
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
      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>

    • pom.xml (version f597cbd6019f5b6d3481a314683badd93f5dfc4c)
  • Siva Reddy <sivareddy.pathuri@thoughtworks.com>

    Siva Reddy <sivareddy.pathuri@thoughtworks.com> 012612f72aeb891776876c870f606064901bf88b m

    Packaging mail api implementation library into the war file (#4185)

    • api/pom.xml (version 012612f72aeb891776876c870f606064901bf88b)
    • pom.xml (version 012612f72aeb891776876c870f606064901bf88b)
  • Michael Seaton <mseaton@pih.org>

    Michael Seaton <mseaton@pih.org> 77a44b4c3b6e325df5fc44316aeb6333cf4df157 m

    TRUNK-6147 - Secret question/answer are unusable after password change (#4183)

    • api/src/main/java/org/openmrs/api/db/hibernate/HibernateUserDAO.java (version 77a44b4c3b6e325df5fc44316aeb6333cf4df157)
  • dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 1bd2dc3e8cdbc026c4cff13f125f69d2b94f1eab m

    maven(deps): bump joda-time from 2.12.0 to 2.12.1 (#4181)
    Bumps [joda-time](https://github.com/JodaOrg/joda-time) from 2.12.0 to 2.12.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.12.0...v2.12.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>

    • pom.xml (version 1bd2dc3e8cdbc026c4cff13f125f69d2b94f1eab)
  • Ian Bacher

    Ian Bacher 110f2b0106e942fdac6c558ddfb5f10a3d13ed75 m

    TRUNK-6141: Updating User in UserContext should not unset location (#4180)

    • api/src/main/java/org/openmrs/api/context/Context.java (version 110f2b0106e942fdac6c558ddfb5f10a3d13ed75)
    • api/src/main/java/org/openmrs/api/context/UserContext.java (version 110f2b0106e942fdac6c558ddfb5f10a3d13ed75)
    • api/src/test/java/org/openmrs/api/context/ContextTest.java (version 110f2b0106e942fdac6c558ddfb5f10a3d13ed75)
    • api/src/test/java/org/openmrs/util/LocationUtilityTest.java (version 110f2b0106e942fdac6c558ddfb5f10a3d13ed75)
  • dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 6fba835c1d76f93d4168a97d4a7d40e2b96c86f6 m

    maven(deps): bump hibernate-search-orm (#4179)
    Bumps hibernate-search-orm from 5.11.10.Final to 5.11.11.Final.

    ---
    updated-dependencies:
    - dependency-name: org.hibernate:hibernate-search-orm
      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>

    • pom.xml (version 6fba835c1d76f93d4168a97d4a7d40e2b96c86f6)
  • Romain Buisson <rbuisson@users.noreply.github.com>

    Romain Buisson <rbuisson@users.noreply.github.com> 012258a955b2a793fcedfb360485e15c93d1a8bd m

    TRUNK-6146: Rename messages_kh.properties to messages_km.properties (#4178)

    • api/src/main/resources/messages_km.properties (version 012258a955b2a793fcedfb360485e15c93d1a8bd)
  • Michael Seaton <mseaton@pih.org>

    Michael Seaton <mseaton@pih.org> 5dc7a1f160dd34d2f2a6f4cc38d450d46d6f5981 m

    TRUNK-6145: Allow validation to be disabled only within the current t… (#4176)
    TRUNK-6145: Allow validation to be disabled only within the current thread

    • api/src/main/java/org/openmrs/validator/ValidateUtil.java (version 5dc7a1f160dd34d2f2a6f4cc38d450d46d6f5981)
    • api/src/test/java/org/openmrs/validator/ValidateUtilTest.java (version 5dc7a1f160dd34d2f2a6f4cc38d450d46d6f5981)
  • Michael Seaton <mseaton@pih.org>

    Michael Seaton <mseaton@pih.org> 2ceb3c79b6822b64337e8e20353799a6a762faa2 m

    TRUNK-6143: Re-saving a previously saved order group throws a StackOverflowException (#4174)

    • api/src/main/resources/org/openmrs/api/db/hibernate/OrderGroup.hbm.xml (version 2ceb3c79b6822b64337e8e20353799a6a762faa2)
    • api/src/test/java/org/openmrs/api/OrderServiceTest.java (version 2ceb3c79b6822b64337e8e20353799a6a762faa2)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> 36590537ef3c23a1c06b115a0b30bc2390bd4ab2 m

    RA-1769 Calling REST API during initialization breaks OpenMRS

    • web/src/main/java/org/openmrs/web/DispatcherServlet.java (version 36590537ef3c23a1c06b115a0b30bc2390bd4ab2)
  • dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ab880fe0c27cea5c20f941a7b4db9a074b57ea49 m

    maven(deps): bump joda-time from 2.11.2 to 2.12.0 (#4171)
    Bumps [joda-time](https://github.com/JodaOrg/joda-time) from 2.11.2 to 2.12.0.
    - [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.2...v2.12.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>

    • pom.xml (version ab880fe0c27cea5c20f941a7b4db9a074b57ea49)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> a26bae73260b8b992b8d052a8ae6ba3df796dd8e m

    TRUNK-6028 another attempt at fix randomly failing PersonServiceTest

    • api/src/test/java/org/openmrs/test/jupiter/BaseContextSensitiveTest.java (version a26bae73260b8b992b8d052a8ae6ba3df796dd8e)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> 78c7dab0c5a39e54916573b1fae62a4d4bcf9393 m

    TRUNK-6028 fix randomly failing PersonServiceTest

    • api/src/test/java/org/openmrs/test/jupiter/BaseContextSensitiveTest.java (version 78c7dab0c5a39e54916573b1fae62a4d4bcf9393)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> 4b86e941def1b626831be5774f3db2faa40106a5 m

    TRUNK-6028 turn off postgres in-memory file system

    • api/src/test/java/org/openmrs/test/Containers.java (version 4b86e941def1b626831be5774f3db2faa40106a5)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> f133862772a9b9fc5b464a18fdc8113572eb5db6 m

    TRUNK-6028 turn on postgres in-memory file system

    • api/src/test/java/org/openmrs/test/Containers.java (version f133862772a9b9fc5b464a18fdc8113572eb5db6)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> 9181a3faf92a66bc2a296c1ce4fb1c39203a804a m

    TRUNK-6028 turn on postgres in-memory file system

    • api/src/test/java/org/openmrs/test/Containers.java (version 9181a3faf92a66bc2a296c1ce4fb1c39203a804a)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> eee1d975e504e770622a4b70e5653f5ac0b605a0 m

    TRUNK-6028 turn on mysql in-memory file system

    • api/src/test/java/org/openmrs/test/Containers.java (version eee1d975e504e770622a4b70e5653f5ac0b605a0)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> 03a97615321a0903bb736e4c6ec519ffd902ebb0 m

    TRUNK-6028 turn off database in-memory file system

    • api/src/test/java/org/openmrs/test/Containers.java (version 03a97615321a0903bb736e4c6ec519ffd902ebb0)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> c967fa5864363002c6ca9368ccde859ed380d6e2 m

    TRUNK-6028 OrderServiceTest pass on docker

    • api/src/test/resources/org/openmrs/api/include/OrderServiceTest-nonCodedDrugs.xml (version c967fa5864363002c6ca9368ccde859ed380d6e2)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> 7066010fadae8f95a378b8f2e9d1f07232cce8f7 m

    TRUNK-6028 OrderServiceTest pass on docker

    • api/src/test/resources/org/openmrs/api/include/OrderServiceTest-nonCodedDrugs.xml (version 7066010fadae8f95a378b8f2e9d1f07232cce8f7)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> 1f49848cf6e79f0e6e4fe0762bca4d1425ea28c0 m

    TRUNK-6028 turn off case sensitivity

    • api/src/test/java/org/openmrs/test/DbUtil.java (version 1f49848cf6e79f0e6e4fe0762bca4d1425ea28c0)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> 5806028f937739dda5b1c3c532a74af5b1f611a6 m

    TRUNK-6028 turn off case sensitivity

    • api/src/test/java/org/openmrs/api/ConceptServiceTest.java (version 5806028f937739dda5b1c3c532a74af5b1f611a6)
    • api/src/test/java/org/openmrs/test/Containers.java (version 5806028f937739dda5b1c3c532a74af5b1f611a6)
    • api/src/test/java/org/openmrs/test/jupiter/BaseContextSensitiveTest.java (version 5806028f937739dda5b1c3c532a74af5b1f611a6)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> 47c6460e14b8d2e4035ad8e8d534bfbd64ef86d4 m

    TRUNK-6028 mysql collation for case sensitivity

    • api/src/test/java/org/openmrs/test/Containers.java (version 47c6460e14b8d2e4035ad8e8d534bfbd64ef86d4)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> 91d4b57d9061d586c9860de8c985c1b630ab053b m

    TRUNK-6028 tests do not need core data because they insert their own

    • api/src/test/java/org/openmrs/test/LiquibaseUtil.java (version 91d4b57d9061d586c9860de8c985c1b630ab053b)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> 1789dc1f3d4e50e60fb1c27828d8f57b9225ff6d m

    TRUNK-6028 ConceptServiceTest pass on mysql

    • api/src/test/java/org/openmrs/test/DbUtil.java (version 1789dc1f3d4e50e60fb1c27828d8f57b9225ff6d)
    • api/src/test/resources/org/openmrs/include/standardTestDataset.xml (version 1789dc1f3d4e50e60fb1c27828d8f57b9225ff6d)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> ef2229baff4397ac0869061b42864e64ad7bf388 m

    TRUNK-6028 set the database name constant

    • api/src/test/java/org/openmrs/test/DbUtil.java (version ef2229baff4397ac0869061b42864e64ad7bf388)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> 54b669ce3f05ccd61549beaa2434c4b8b6e41acd m

    TRUNK-6028 EncounterServiceTest pass on postgres

    • api/src/test/resources/org/openmrs/include/standardTestDataset.xml (version 54b669ce3f05ccd61549beaa2434c4b8b6e41acd)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> e836d7a74e1650aa6da60851daa45bc4b9b960b8 m

    TRUNK-6028 add postgres support to base test class

    • api/src/test/java/org/openmrs/test/jupiter/BaseContextSensitiveTest.java (version e836d7a74e1650aa6da60851daa45bc4b9b960b8)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> 0fa2ab26119896f7d476174ace672d4e5a3d1144 m

    TRUNK-6028 ConceptServiceTest pass on postgres

    • api/src/main/resources/org/openmrs/api/db/hibernate/ConceptName.hbm.xml (version 0fa2ab26119896f7d476174ace672d4e5a3d1144)
    • api/src/main/resources/org/openmrs/api/db/hibernate/ConceptNameTag.hbm.xml (version 0fa2ab26119896f7d476174ace672d4e5a3d1144)
    • api/src/test/java/org/openmrs/api/ConceptServiceTest.java (version 0fa2ab26119896f7d476174ace672d4e5a3d1144)
    • api/src/test/java/org/openmrs/test/jupiter/BaseContextSensitiveTest.java (version 0fa2ab26119896f7d476174ace672d4e5a3d1144)
    • api/src/test/resources/org/openmrs/include/standardTestDataset.xml (version 0fa2ab26119896f7d476174ace672d4e5a3d1144)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> c8066fe0cd343fba55974d16865b285dfd9e6a5d m

    TRUNK-6028 HibernatePatientDAOTest pass on postgres

    • api/src/main/resources/org/openmrs/api/db/hibernate/Person.hbm.xml (version c8066fe0cd343fba55974d16865b285dfd9e6a5d)
    • api/src/test/java/org/openmrs/api/db/hibernate/HibernatePatientDAOTest.java (version c8066fe0cd343fba55974d16865b285dfd9e6a5d)
  • Ian Bacher

    Ian Bacher 3fd9c9bf968f182fcfc4f56843717a3bd29b141f m

    TRUNK-6133: Only run listeners after OpenMRS initialized (#4154)
    * TRUNK-6133: Only run listeners after OpenMRS initialized

    * Change initialized to openmrsStarted, and wait until OpenMRS is fully started before notifying http session event listeners

    * Change initialized to openmrsStarted, and wait until OpenMRS is fully started before notifying http session event listeners

    Co-authored-by: Michael Seaton <mseaton@pih.org>

    • web/src/main/java/org/openmrs/web/Listener.java (version 3fd9c9bf968f182fcfc4f56843717a3bd29b141f)
  • Ian Bacher

    Ian Bacher 7803d2c751fea7a7c7fc102e8d3ea334ef2fd5e5 m

    Revert "Update Tomcat 8.5 image to maintained version"
    This reverts commit 94aee1e1f8525152a12a8764c37f92b395a05e7a.

    • Dockerfile (version 7803d2c751fea7a7c7fc102e8d3ea334ef2fd5e5)
  • dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 5cc59005d94eab4b571fe456f5cae1cf78a32ac9 m

    maven(deps-dev): bump mysql from 1.17.4 to 1.17.5 (#4166)
    Bumps [mysql](https://github.com/testcontainers/testcontainers-java) from 1.17.4 to 1.17.5.
    - [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
    - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.17.4...1.17.5)

    ---
    updated-dependencies:
    - dependency-name: org.testcontainers:mysql
      dependency-type: direct:development
      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>

    • pom.xml (version 5cc59005d94eab4b571fe456f5cae1cf78a32ac9)
  • dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> d62342ccce6a83a07297e24a8db6a8edb01954b0 m

    maven(deps-dev): bump postgresql from 1.17.4 to 1.17.5 (#4165)
    Bumps [postgresql](https://github.com/testcontainers/testcontainers-java) from 1.17.4 to 1.17.5.
    - [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
    - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.17.4...1.17.5)

    ---
    updated-dependencies:
    - dependency-name: org.testcontainers:postgresql
      dependency-type: direct:development
      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>

    • pom.xml (version d62342ccce6a83a07297e24a8db6a8edb01954b0)
  • Ian Bacher

    Ian Bacher 94aee1e1f8525152a12a8764c37f92b395a05e7a m

    Update Tomcat 8.5 image to maintained version

    • Dockerfile (version 94aee1e1f8525152a12a8764c37f92b395a05e7a)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> 8869fde2e989f10644179c7a4e110bfc96e66966 m

    TRUNK-6028 PatientServiceTest pass on postgres

    • api/src/main/resources/org/openmrs/api/db/hibernate/PatientProgram.hbm.xml (version 8869fde2e989f10644179c7a4e110bfc96e66966)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> 548ee1c8ba22103597f04fd91699d81266c656c2 m

    TRUNK-6028 PersonServiceTest pass on postgres

    • api/src/test/java/org/openmrs/api/PersonServiceTest.java (version 548ee1c8ba22103597f04fd91699d81266c656c2)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> e9dd818523ceb0cad4f6f666083b3cacbf4b98a1 m

    TRUNK-6028 update more postgres sequencies

    • api/src/main/java/org/openmrs/api/db/hibernate/HibernateAdministrationDAO.java (version e9dd818523ceb0cad4f6f666083b3cacbf4b98a1)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> b8fb85423b794a096fe8447dce46d89c71b53399 m

    TRUNK-6028 AdministrationServiceTest pass on postgres

    • api/src/test/java/org/openmrs/api/AdministrationServiceTest.java (version b8fb85423b794a096fe8447dce46d89c71b53399)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> b30dbdc281b99f81c596b879f11f8c5f34f4eb26 m

    TRUNK-6028 PatientServiceTest pass on postgres

    • api/src/main/resources/org/openmrs/api/db/hibernate/Patient.hbm.xml (version b30dbdc281b99f81c596b879f11f8c5f34f4eb26)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> 77b4fe6a400421632c9a859d515067b0f636f89a m

    TRUNK-6028 ProgramWorkflowServiceTest pass on postgres

    • api/src/test/java/org/openmrs/api/ProgramWorkflowServiceTest.java (version 77b4fe6a400421632c9a859d515067b0f636f89a)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> 7e4a4ddc8673a5c407b2e92579005ef003e9407a m

    TRUNK-6028 ObsServiceTest pass on postgres

    • api/src/main/resources/org/openmrs/api/db/hibernate/Obs.hbm.xml (version 7e4a4ddc8673a5c407b2e92579005ef003e9407a)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> f4f0318fbe523b0595b0659ecb62753c0bcc68a7 m

    TRUNK-6028 ORUR01HandlerTest pass on postgres

    • api/src/test/java/org/openmrs/hl7/handler/ORUR01HandlerTest.java (version f4f0318fbe523b0595b0659ecb62753c0bcc68a7)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> 7fd2f13a4a88457c7c4a0362bcfe0426a9d2b240 m

    TRUNK-6028 Fix ProgramAttributeType sequence name

    • api/src/main/resources/org/openmrs/api/db/hibernate/ProgramAttributeType.hbm.xml (version 7fd2f13a4a88457c7c4a0362bcfe0426a9d2b240)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> 07ba11fa6da07b2050893803612a7618d2046590 m

    TRUNK-6028 update more postgres sequencies

    • api/src/main/java/org/openmrs/api/db/hibernate/HibernateAdministrationDAO.java (version 07ba11fa6da07b2050893803612a7618d2046590)
  • dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 5b76adbdd2fc075639933a0037216a3384ba1d90 m

    maven(deps-dev): bump mysql from 1.17.3 to 1.17.4 (#4164)
    Bumps [mysql](https://github.com/testcontainers/testcontainers-java) from 1.17.3 to 1.17.4.
    - [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
    - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.17.3...1.17.4)

    ---
    updated-dependencies:
    - dependency-name: org.testcontainers:mysql
      dependency-type: direct:development
      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>

    • pom.xml (version 5b76adbdd2fc075639933a0037216a3384ba1d90)
  • dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 8166fc16f815a426caf21760f0e653ab40ace9c5 m

    maven(deps-dev): bump postgresql from 1.17.3 to 1.17.4 (#4163)
    Bumps [postgresql](https://github.com/testcontainers/testcontainers-java) from 1.17.3 to 1.17.4.
    - [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
    - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.17.3...1.17.4)

    ---
    updated-dependencies:
    - dependency-name: org.testcontainers:postgresql
      dependency-type: direct:development
      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>

    • pom.xml (version 8166fc16f815a426caf21760f0e653ab40ace9c5)
  • Rafal Korytkowski

    Rafal Korytkowski 211b4f3b852458fb31a7bc97d94e24e0b935e41d m

    Revert "Renaming env variables and improving dev setup"
    This reverts commit 628cd05227f6990db94bc6158f687e53eb300943.

    • Dockerfile (version 211b4f3b852458fb31a7bc97d94e24e0b935e41d)
    • api/src/main/java/org/openmrs/api/impl/AdministrationServiceImpl.java (version 211b4f3b852458fb31a7bc97d94e24e0b935e41d)
    • docker-compose.override.yml (version 211b4f3b852458fb31a7bc97d94e24e0b935e41d)
    • docker-compose.yml (version 211b4f3b852458fb31a7bc97d94e24e0b935e41d)
    • initial_test_db.sql (version 211b4f3b852458fb31a7bc97d94e24e0b935e41d)
    • pom.xml (version 211b4f3b852458fb31a7bc97d94e24e0b935e41d)
    • startup-dev.sh (version 211b4f3b852458fb31a7bc97d94e24e0b935e41d)
    • startup-init.sh (version 211b4f3b852458fb31a7bc97d94e24e0b935e41d)
    • startup.sh (version 211b4f3b852458fb31a7bc97d94e24e0b935e41d)
    • wait-for-it.sh (version 211b4f3b852458fb31a7bc97d94e24e0b935e41d)
    • webapp/pom.xml (version 211b4f3b852458fb31a7bc97d94e24e0b935e41d)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> 158fcceaf694d163a96448e498b7dfec67fdfcaa m

    TRUNK-6028 PatientServiceAllergyTest pass on postgres

    • api/src/test/java/org/openmrs/api/PatientServiceAllergyTest.java (version 158fcceaf694d163a96448e498b7dfec67fdfcaa)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> fd22c1317b6851e7fd7877cfc07d1ae705479a3d m

    TRUNK-6028 ConceptServiceImplTest pass on postgres

    • api/src/test/java/org/openmrs/api/impl/ConceptServiceImplTest.java (version fd22c1317b6851e7fd7877cfc07d1ae705479a3d)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> ad4c24892a85efdc1cab114a87a5e9c15f2d7d66 m

    TRUNK-6028 HibernateLocationDAOTest pass on postgres

    • api/src/main/java/org/openmrs/api/db/hibernate/HibernateLocationDAO.java (version ad4c24892a85efdc1cab114a87a5e9c15f2d7d66)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> d11bb5a31a63ad7ecd9111cbb592587dc104653c m

    TRUNK-6028 OrderServiceTest pass on postgres

    • api/src/test/java/org/openmrs/api/OrderServiceTest.java (version d11bb5a31a63ad7ecd9111cbb592587dc104653c)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> dc52d5a9362849742aaf1e3a1efb7cf4ed749bc0 m

    TRUNK-6028 FormServiceTest pass on postgres

    • api/src/test/java/org/openmrs/api/FormServiceTest.java (version dc52d5a9362849742aaf1e3a1efb7cf4ed749bc0)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> 3b28d445babedf7091b4ecc59e87062715711d6c m

    TRUNK-6028 ConceptValidatorTest pass on postgres

    • api/src/test/java/org/openmrs/validator/ConceptValidatorTest.java (version 3b28d445babedf7091b4ecc59e87062715711d6c)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> 931ef477efcd70bb07f931f5d081748a860cf68c m

    TRUNK-6028 UserDAOTest pass on postgres

    • api/src/test/java/org/openmrs/api/db/UserDAOTest.java (version 931ef477efcd70bb07f931f5d081748a860cf68c)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> 2ccaccb502890b9fb68010393552a9bfd9cbe597 m

    TRUNK-6028 VisitServiceTest pass on postgres

    • api/src/test/java/org/openmrs/api/VisitServiceTest.java (version 2ccaccb502890b9fb68010393552a9bfd9cbe597)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> 3da27c20a2c112ccabcba10e13cd130f33da1c07 m

    TRUNK-6028 ensure uuids are not more than 36 chars

    • api/src/test/resources/org/openmrs/api/include/OrderEntryIntegrationTest-other.xml (version 3da27c20a2c112ccabcba10e13cd130f33da1c07)
    • api/src/test/resources/org/openmrs/api/include/OrderServiceTest-ambiguousDrugOrders.xml (version 3da27c20a2c112ccabcba10e13cd130f33da1c07)
    • api/src/test/resources/org/openmrs/api/include/OrderServiceTest-discontinueAmbiguousOrderByConcept.xml (version 3da27c20a2c112ccabcba10e13cd130f33da1c07)
    • api/src/test/resources/org/openmrs/api/include/PatientServiceTest-mergePatientWithExistingObsHavingGroupMember.xml (version 3da27c20a2c112ccabcba10e13cd130f33da1c07)
    • api/src/test/resources/org/openmrs/api/include/PatientServiceTest-mergePatients.xml (version 3da27c20a2c112ccabcba10e13cd130f33da1c07)
    • api/src/test/resources/org/openmrs/api/include/ProviderServiceTest-initial.xml (version 3da27c20a2c112ccabcba10e13cd130f33da1c07)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> 6a34e811a7442219a592a997b056120048f8b987 m

    TRUNK-6028 update more postgres sequencies

    • api/src/main/java/org/openmrs/api/db/hibernate/HibernateAdministrationDAO.java (version 6a34e811a7442219a592a997b056120048f8b987)
  • Rafal Korytkowski

    Rafal Korytkowski 628cd05227f6990db94bc6158f687e53eb300943 m

    Renaming env variables and improving dev setup

    • Dockerfile (version 628cd05227f6990db94bc6158f687e53eb300943)
    • api/src/main/java/org/openmrs/api/impl/AdministrationServiceImpl.java (version 628cd05227f6990db94bc6158f687e53eb300943)
    • docker-compose.override.yml (version 628cd05227f6990db94bc6158f687e53eb300943)
    • docker-compose.yml (version 628cd05227f6990db94bc6158f687e53eb300943)
    • initial_test_db.sql (version 628cd05227f6990db94bc6158f687e53eb300943)
    • pom.xml (version 628cd05227f6990db94bc6158f687e53eb300943)
    • startup-dev.sh (version 628cd05227f6990db94bc6158f687e53eb300943)
    • startup-init.sh (version 628cd05227f6990db94bc6158f687e53eb300943)
    • startup.sh (version 628cd05227f6990db94bc6158f687e53eb300943)
    • wait-for-it.sh (version 628cd05227f6990db94bc6158f687e53eb300943)
    • webapp/pom.xml (version 628cd05227f6990db94bc6158f687e53eb300943)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> 932375b02f75d5b928bea8018a73909cf2bf34a1 m

    TRUNK-6028 rename non container db instance utility and update docs

    • api/src/test/java/org/openmrs/test/DbUtil.java (version 932375b02f75d5b928bea8018a73909cf2bf34a1)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> 790a414537048e5d206599a7c1525e6409c740f9 m

    TRUNK-6028 add postgres to non container db instance utility

    • api/src/test/java/org/openmrs/test/MySqlUtil.java (version 790a414537048e5d206599a7c1525e6409c740f9)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> ec3c3077e69619f35a49ebe5b5bf70f1135d1709 m

    TRUNK-6028 postgres foreign key checks toggle

    • api/src/test/java/org/openmrs/test/BaseContextSensitiveTest.java (version ec3c3077e69619f35a49ebe5b5bf70f1135d1709)
    • api/src/test/java/org/openmrs/test/jupiter/BaseContextSensitiveTest.java (version ec3c3077e69619f35a49ebe5b5bf70f1135d1709)
  • dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 09a4d7b72feb1b3150f0331d1c501a5a6c122ebd m

    maven(deps): bump hibernateVersion from 5.6.11.Final to 5.6.12.Final (#4161)
    Bumps `hibernateVersion` from 5.6.11.Final to 5.6.12.Final.

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

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

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

    ---
    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>

    • pom.xml (version 09a4d7b72feb1b3150f0331d1c501a5a6c122ebd)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> deb2b89b22b863c48ea9bd402a9ee99a9cc28d12 m

    TRUNK-6028 non container mysql instance utility

    • api/src/test/java/org/openmrs/test/MySqlUtil.java (version deb2b89b22b863c48ea9bd402a9ee99a9cc28d12)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> 8acf2134285a01523ff2f6c201ca29fc00e9fbbe m

    TRUNK-6028 adding testcontainers dependencies to web

    • web/pom.xml (version 8acf2134285a01523ff2f6c201ca29fc00e9fbbe)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> deac275eb4996033b6e17dda5b3e7cb3dab26b7a m

    TRUNK-6028 TestContainers for MySQL and PostgreSQL

    • api/pom.xml (version deac275eb4996033b6e17dda5b3e7cb3dab26b7a)
    • api/src/test/java/org/openmrs/test/BaseContextSensitiveTest.java (version deac275eb4996033b6e17dda5b3e7cb3dab26b7a)
    • api/src/test/java/org/openmrs/test/Containers.java (version deac275eb4996033b6e17dda5b3e7cb3dab26b7a)
    • api/src/test/java/org/openmrs/test/LiquibaseUtil.java (version deac275eb4996033b6e17dda5b3e7cb3dab26b7a)
    • api/src/test/java/org/openmrs/test/jupiter/BaseContextSensitiveTest.java (version deac275eb4996033b6e17dda5b3e7cb3dab26b7a)
    • pom.xml (version deac275eb4996033b6e17dda5b3e7cb3dab26b7a)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> 22c8a8f87185b4cb6f7069a11811a7cc738b4fb5 m

    TRUNK-6028 fix AmbiguousTableNameException with MySQL

    • api/src/test/java/org/openmrs/test/BaseContextSensitiveTest.java (version 22c8a8f87185b4cb6f7069a11811a7cc738b4fb5)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> 1fbf5a12229be7f75eea0c8e8b5142988ea5ff70 m

    TRUNK-6028 remove unnecessary authenticate PatientServiceTest

    • api/src/test/java/org/openmrs/api/PatientServiceTest.java (version 1fbf5a12229be7f75eea0c8e8b5142988ea5ff70)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> 98b889667e5951b06fcfd5caaebbaa2a2c134643 m

    TRUNK-6028 UserServiceTest pass on MySQL

    • api/src/test/java/org/openmrs/api/UserServiceTest.java (version 98b889667e5951b06fcfd5caaebbaa2a2c134643)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> 1278dd90ed94c835ec79a4419cf1a4a113de9b29 m

    TRUNK-6028 remove @SkipBaseSetup for PatientServiceTest

    • api/src/test/java/org/openmrs/api/PatientServiceTest.java (version 1278dd90ed94c835ec79a4419cf1a4a113de9b29)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> 3a0f7ebc61b38580d7b34172f5973e0e3c638caa m

    TRUNK-6028 remove unnecessary initializeInMemoryDatabase

    • api/src/test/java/org/openmrs/api/PatientServiceTest.java (version 3a0f7ebc61b38580d7b34172f5973e0e3c638caa)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> 2aea29af391f19afd0d1cbbf3703ab8c83917eaf m

    TRUNK-6028 Add uuid and creator to PatientServiceTest dataset

    • api/src/test/resources/org/openmrs/api/include/PatientServiceTest-mergePatients.xml (version 2aea29af391f19afd0d1cbbf3703ab8c83917eaf)
  • dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 09fc3d746d9158e206eb43c8720c83e8c6e9e123 m

    maven(deps): bump joda-time from 2.11.1 to 2.11.2 (#4160)
    Bumps [joda-time](https://github.com/JodaOrg/joda-time) from 2.11.1 to 2.11.2.
    - [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.1...v2.11.2)

    ---
    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>

    • pom.xml (version 09fc3d746d9158e206eb43c8720c83e8c6e9e123)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> a6818da7f9031203e84a5c9a8faf6f90fd9ae5ea m

    Revert "TRUNK-6028 PrivilegeEditorTest pass on MySQL"
    This reverts commit 511df1bbaab266f525bfa52a6d584eb1713eadad.

    • api/src/test/resources/org/openmrs/api/include/UserServiceTest.xml (version a6818da7f9031203e84a5c9a8faf6f90fd9ae5ea)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> 5b036c1c9d7f73676cd898a6ef517f5af4520c29 m

    TRUNK-6028 VisitDAOTest pass on MySQL

    • api/src/test/resources/org/openmrs/api/include/VisitServiceTest-includeVisitsAndTypeToAutoClose.xml (version 5b036c1c9d7f73676cd898a6ef517f5af4520c29)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> 511df1bbaab266f525bfa52a6d584eb1713eadad m

    TRUNK-6028 PrivilegeEditorTest pass on MySQL

    • api/src/test/resources/org/openmrs/api/include/UserServiceTest.xml (version 511df1bbaab266f525bfa52a6d584eb1713eadad)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> 3524cb1fff7f0f9a1386b3660109208b716f0f1b m

    TRUNK-6028 fix AmbiguousTableNameException with MySQL

    • api/src/test/java/org/openmrs/test/OpenmrsMetadataHandler.java (version 3524cb1fff7f0f9a1386b3660109208b716f0f1b)
    • api/src/test/java/org/openmrs/test/jupiter/BaseContextSensitiveTest.java (version 3524cb1fff7f0f9a1386b3660109208b716f0f1b)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> 4f1efca42e515b06ee02da0652fe266e0a1a7227 m

    Fix Invalid byte 2 of 3-byte UTF-8 sequence on windows

    • liquibase/src/main/java/org/openmrs/liquibase/AbstractSnapshotTuner.java (version 4f1efca42e515b06ee02da0652fe266e0a1a7227)
  • Daniel Kayiwa

    Daniel Kayiwa 10f389123bd8f81456a7ee5b405b9bcc8167a41b m

    TRUNK-6028 EncounterServiceTest NonUniqueObject

    • api/src/test/java/org/openmrs/api/EncounterServiceTest.java (version 10f389123bd8f81456a7ee5b405b9bcc8167a41b)
  • Daniel Kayiwa

    Daniel Kayiwa be23e5d8a7a3eb986699c44703558bd35b551a92 m

    TRUNK-6028 PatientDAOTest pass on MySQL

    • api/src/test/resources/org/openmrs/api/db/hibernate/include/HibernatePatientDAOTest-patients.xml (version be23e5d8a7a3eb986699c44703558bd35b551a92)
  • Daniel Kayiwa

    Daniel Kayiwa 11677a2aa31f9439f4e08d3f8439612e0a4fbba3 m

    TRUNK-6028 PatientDAOTest pass on MySQL

    • api/src/test/resources/org/openmrs/api/db/hibernate/include/HibernatePersonDAOTest-people.xml (version 11677a2aa31f9439f4e08d3f8439612e0a4fbba3)
  • Daniel Kayiwa

    Daniel Kayiwa f68eec1a0990237f8c2461253f87b2f4ed2726d3 m

    TRUNK-6028 PatientDAOTest pass on MySQL

    • api/src/test/java/org/openmrs/api/db/PatientDAOTest.java (version f68eec1a0990237f8c2461253f87b2f4ed2726d3)
  • Daniel Kayiwa

    Daniel Kayiwa 632078f4395b1d816735c0c329e1aec94ae26d59 m

    TRUNK-6028 HibernatePatientDAOTest pass on MySQL

    • api/src/test/java/org/openmrs/api/db/hibernate/HibernatePatientDAOTest.java (version 632078f4395b1d816735c0c329e1aec94ae26d59)
  • Daniel Kayiwa

    Daniel Kayiwa 6054d401213542455a2440f45268ca78ded38e72 m

    TRUNK-6028 EncounterServiceTest pass on MySQL

    • api/src/test/java/org/openmrs/api/EncounterServiceTest.java (version 6054d401213542455a2440f45268ca78ded38e72)
  • Daniel Kayiwa

    Daniel Kayiwa b47d66968267a9838f05c4075b3295ee710baf23 m

    TRUNK-6028 make EncounterDAOTest pass on MySQL

    • api/src/test/java/org/openmrs/api/db/EncounterDAOTest.java (version b47d66968267a9838f05c4075b3295ee710baf23)
  • Daniel Kayiwa

    Daniel Kayiwa 48f9842dbcd3a8937fb5307010b038bdd6c17aa4 m

    TRUNK-6028 ProgramWorkflowServiceTest pass on MySQL

    • api/src/test/java/org/openmrs/api/ProgramWorkflowServiceTest.java (version 48f9842dbcd3a8937fb5307010b038bdd6c17aa4)
  • Daniel Kayiwa

    Daniel Kayiwa 652ed5ea16c129259e1ca9c8feb366fefc6cbf49 m

    TRUNK-6028 ProgramWorkflowDAOTest pass on MySQL

    • api/src/test/java/org/openmrs/api/db/ProgramWorkflowDAOTest.java (version 652ed5ea16c129259e1ca9c8feb366fefc6cbf49)
  • Daniel Kayiwa

    Daniel Kayiwa 48c5e39774da9fd109a5979a4301e00b1cd05622 m

    TRUNK-6028 ProviderServiceTest pass on MySQL

    • api/src/test/java/org/openmrs/api/ProviderServiceTest.java (version 48c5e39774da9fd109a5979a4301e00b1cd05622)