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

Add empty default operation to service operations #89

Closed jeaf-anaptecs closed 6 months ago

jeaf-anaptecs commented 8 months ago

Feature Description

When working with services it is currently not possible to add new operations to a serivce without having a breaking change. Goal of this feature is to be able to extend existing services without having breaking changes in the code of the service provider.


Idea