fix(7248): BaseHapiFhirResourceDao.readEntity fails with NullPointerException hen doing a versioned read of a resource that was just expunged, until the PID is expired in the "forced id" memory cache after 1 minute
closes https://github.com/hapifhir/hapi-fhir/issues/7251
Formatting check succeeded!
Thanks @tadgh for approving!
Approved pending a changelog in 8_8_0
Do you mean I have to do something? or that you are waiting for the 8.8 change log file to be created, so you can add a changelog for his fix?
@ttnTrifork Ill help you out Monday
Ah, specifically if you would like to create a changelog in the hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/8_8_0 directory. You can follow the changelog template from 8_6_0 as there are no changelogs in 8_8_0 yet. Here's a potential one you could just copy and paste if you like:
---
type: fix
issue: 7248
title: "Previously, if a VREAD of a resource was performed on a resource that had just been expunged, a NullPointerException was thrown if the resource ID was still cached. This has been corrected. Thanks to @ttnTrifork for the contribution!"
@tadgh I added a change log. Can we merge this now?