eclipse-emfcloud / emfjson-jackson

emfjson-jackson
Other
16 stars 15 forks source link

Make concurrently used caches thread-safe #57

Closed janhicken closed 1 year ago

janhicken commented 1 year ago

Make concurrently used caches thread-safe

The thread safety is achieved by using Collections.synchronizedMap().

This fixes https://github.com/eclipse-emfcloud/emfjson-jackson/issues/56