diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_8_0/6475-fix-excessive-hibernate-warnings.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_8_0/6475-fix-excessive-hibernate-warnings.yaml new file mode 100644 index 00000000000..b23523437a0 --- /dev/null +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_8_0/6475-fix-excessive-hibernate-warnings.yaml @@ -0,0 +1,7 @@ +--- +type: fix +issue: 6475 +jira: SMILE-8490 +title: "Previously, submitting a transaction bundle containing a conditional delete, a conditional create, and a +resource which relied on this conditional create as a reference would lead to excessive Hibernate warnings in the logs. +This has been fixed."