(openapi-processor/openapi-processor-spring#478) body-style: destructure ignored required property information
fixed required handling of body-style: destructure (the default) for application/x-www-form-urlencoded content. The processor did not honor the required list of the schema object and set all properties to required.
(openapi-processor/openapi-processor-spring#479) body-style: destructure lost consume content type
fixed missing consume application/x-www-form-urlencoded content type on the endpoint method http mapping with body-style: destructure (the default).
(openapi-processor/openapi-processor-spring#480) missing bean validation annotations on generic target types
fixed missing bean validation annotations on (mapped) target types with generic parameters.