Skip to content

Commit c42f84e

Browse files
jdar8jamesagnewtadghjdar
authored
Mergeback rel 8 4 1 (#7398)
* backport complete * Be more resilient to unexpected resource version IDs in database (#7216) * Handle mismatched versions * Be more resilient to unexpected resource versions in DB * Test fix * Test fix * Work on tests * Test fixes * Test fixes * Add changelog * Spotless * Address review comments * HAPI bump * Fix API breakages * api breakages * version set * changelog and versioning --------- Co-authored-by: James Agnew <[email protected]> Co-authored-by: Gary Graham <[email protected]> Co-authored-by: jdar <[email protected]>
1 parent ebfc6af commit c42f84e

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/8_4_1/upgrade.md

Whitespace-only changes.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
release-date: "2025-11-19"
3+
codename: "Amplification"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
type: add
33
issue: 7216
4+
backport: 8.4.1
45
title: "The `$reindex` operation now supports an additional operation called `correctCurrentVersion`. This type of reindexing
56
searches for resources that have a current version pointer to a version that no longer exists (typically because the
67
database has been manually modified)."
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
type: add
33
issue: 7216
4+
backport: 8.4.1
45
title: "The JPA server will now fail if the ID-assignment sequence returns a value of -1. This should not be possible
56
under normal operation, but could happen if someone manually modifies the sequence, and causes very unpredictable
67
behaviour."

0 commit comments

Comments
 (0)