Skip to content

Commit

Permalink
Flush readonly map together with shared on serialization cache flush (#…
Browse files Browse the repository at this point in the history
…3791)

Co-authored-by: Vladimir Danilov <vdaniloff@yandex-team.ru>
  • Loading branch information
vdaniloff and Vladimir Danilov committed Apr 6, 2023
1 parent 5a6a6a2 commit 508efeb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,5 +217,6 @@ public void addAndResolveNonTypedSerializer(Class<?> rawType, JavaType fullType,
*/
public synchronized void flush() {
_sharedMap.clear();
_readOnlyMap.set(null);
}
}

0 comments on commit 508efeb

Please sign in to comment.