Peter Lebedev
Peter Lebedev
@Doriandarko - did you have a chance to look at this? I believe it's a good change. People could continue using it as is, or they can use poetry, if...
Here is PR for this: https://github.com/Doriandarko/maestro/pull/10
This seems to be broken by this change in 2.2.29: https://github.com/swagger-api/swagger-core/pull/4853 The code that processes `ModelResolver.NOT_NULL_ANNOTATIONS` is now being called only when `Configuration.GroupsValidationStrategy` is `ALWAYS`: ``` if (strategy.equals(GroupsValidationStrategy.ALWAYS)) { return...
I did not find a good way to do it. The workaround I have is to do something like this at some point of your app's initialization: ``` final var...