vlp

Results 2 comments of vlp

I can get the same error [buehlerjochen](https://github.com/buehlerjochen) describes reliably on 3.2.0 with the following state machine (that works on 2.5.0): ``` package poc; import java.util.concurrent.CompletableFuture; import java.util.concurrent.TimeUnit; import org.springframework.context.annotation.Configuration; import...

[Springdoc-openapi](https://springdoc.org/) also misinterprets fluent setters for fields like `settlement` as `ttlement` field. Please add an option to disable fluent setters.