4.0.4

(fix): Fix query parameters being serialized into the JSON request body for endpoints that combine query parameters with an inlined request body. Query parameter getters on wrapped request classes now use @JsonIgnore instead of @JsonProperty, preventing them from appearing in both the URL query string and the POST body.