eclipse-emfcloud / emfcloud-modelserver

Modelserver component
Other
40 stars 21 forks source link

245: Codecs looked up by workspace URI #246

Closed cdamus closed 1 year ago

cdamus commented 1 year ago

Use the model URI provided by the request or session context if it is available.

Incidentally fix problems found in the DefaultModelResourceManager while debugging the issue in my application:

Fixes #245

Contributed on behalf of STMicroelectronics.

cdamus commented 1 year ago

Hi @ndoschek commit 8eafdcc0a96661b6e76aec84fde4da6bdbb638d0 makes an attempt to rationalize the looking up of formats from the context query parameters between the request context and socket context cases. With compatibility for existing overrides of now-deprecated API. What do you think? TIA.