fdb-record-layer
fdb-record-layer copied to clipboard
TextCollatorRegistryICU.getTextCollator should freeze the Collator
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
.