From 1ba00f6b11c0e71eda4cbd9f238584728f08c354 Mon Sep 17 00:00:00 2001 From: jamesagnew Date: Thu, 22 Mar 2018 06:52:18 -0400 Subject: [PATCH] Credit for #879 --- src/changes/changes.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 2ab3593d359..0cc28a7fddd 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -246,6 +246,12 @@ is a no-op (e.g. a conditional create that did not need to perform any action, or an update where the contents didn't actually change) + + JPA server sometimes updated resources even though the client + supplied an update with no actual changes in it, due to + changes in the metadata section being considered content + changes. Thanks to Kyle Meadows for the pull request! +