eclipse / microprofile-open-api

Microprofile open api
Apache License 2.0
131 stars 81 forks source link

Limit Bean Validation processing requirement #541

Closed Azquelt closed 2 years ago

Azquelt commented 2 years ago

Only require Bean Validations to be processed for creating the OpenAPI document if support for Jakarta Bean Validation is actually present.

Also fix formatting error in the bean validation section of the spec, bullet lists need to be preceded by a blank line.

Fixes #540

Azquelt commented 2 years ago

This will need an update if it's merged after #538

Azquelt commented 2 years ago

Updated to add the bean validation group to the test added in #538