fdb-record-layer icon indicating copy to clipboard operation
fdb-record-layer copied to clipboard

TextCollatorRegistryICU.getTextCollator should freeze the Collator

Open MMcM opened this issue 7 months ago • 0 comments

It is not thread-safe otherwise.

Note that I believe that TextCollatorRegistryJRE is okay: Collator.getInstance returns a clone and both compare and getCollationKey are synchronized.

MMcM avatar Jul 02 '24 11:07 MMcM