jqassistant-plugin / jqassistant-context-mapper-plugin

@contextmapper integration for jQAssistant to scan and create Context Maps to validate as-is against to-be architecture
GNU General Public License v3.0
0 stars 1 forks source link

German umlauts are not supported #2

Closed DirkMahler closed 5 months ago

DirkMahler commented 1 year ago

I specified a domains containing german umlauts in a context-mapper.cml file and scanned this using the plugin:

Domain Mühle {
}

Domain Bäcker {
}

The name property of the :ContextMapper:Domain node in the database was just M instead of Mühle, any subsequent domain is not available.

StephanPirnbaum commented 5 months ago

This issue is not related to the jQA plugin. When creating a context map with Bounded Contexts as suggested by you with Umlauts, the same effect happens. Most likely it is an issue with the underlying Ecore library. Please raise a ticket for ContextMapper directly.