anaptecs / jeaf-generator

JEAF Generator uses UML models to generate code for Spring, REST, OpenAPI, Java and others. Boost your software development efficiency and time-to-market. Bye bye handwritten boiler blade code.
https://www.jeaf-generator.io
Apache License 2.0
2 stars 1 forks source link

Order of modules in generated ObjectMapperFactory is not stable #149

Closed jeaf-anaptecs closed 3 months ago

jeaf-anaptecs commented 4 months ago

Description

When generating Jackson's ObjectMapperFactory the order of modules changes after new model export even though there are no actual changes concerning it.

This leads to changes in code diff that acctually should not be there