-
-
Notifications
You must be signed in to change notification settings - Fork 318
Closed
Labels
Description
Description
Using .git as repository for a structurizr lite project even the smallest changes reshuffles the content of workspace.json making the git history unusable
My best guess is that this could be mitigated by using the objectmapper setting objectMapper.configure(MapperFeature.SORT_PROPERTIES_ALPHABETICALLY, true) in the AbstractJsonWriteClass
See: https://www.javadoc.io/doc/com.fasterxml.jackson.core/jackson-annotations/latest/com/fasterxml/jackson/annotation/JsonPropertyOrder.html
Priority
I'm willing to add this feature myself and raise a PR (please confirm approach first)
More information
No response
Reactions are currently unavailable