Stages & jobs

  1. Default Stage

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
1 minute
Labels
None
Revision
22a89ff551ce6688c71f9b0b3e9f990be59b4eda
Successful since
#3170 ()

Code commits

Author Commit Message Commit date
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>
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.

Jira issues

IssueDescriptionStatus
Unknown Issue TypeTRUNK-6081Could not obtain issue details from Jira