We added a new optional query parameter to our REST API and regenerated the Java OpenAPI library. This caused the Java method signatures to break for that operation, because a new parameter was added ...
In my previous post, I looked at some of the problems associated with long parameters lists for methods and constructors. In that post, I discussed replacing primitives and built-in types with custom ...
Please do a quick search on GitHub issues first, there might be already a duplicate issue for the one you are about to create. If the bug is trivial, just go ahead and create the issue. Otherwise, ...