Stages & jobs

  1. Default Stage

Code commits

openmrs-core master

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

    • pom.xml (version 22a89ff551ce6688c71f9b0b3e9f990be59b4eda)
  • 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.

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