eclipse-emfcloud / emfcloud-modelserver

Modelserver component
Other
40 stars 21 forks source link

Do not reuse object mapper #244

Closed sgraband closed 1 year ago

sgraband commented 1 year ago

Reusing the object mapper can lead to problems. For example the validation dynamically adds the resource to allow for id mapping. Hence, a new object mapper is needed each time as the resource might change.