ePages-de / restdocs-api-spec

Adds API specification support to Spring REST Docs
MIT License
392 stars 102 forks source link

Documenting Bean Validation constraints not supporting spring boot 3 #257

Open samhyun opened 10 months ago

samhyun commented 10 months ago

Hello!

I discovered that documentation of constraint conditions is not working properly while migrating to Spring Boot version 3.

I think adding jakarta.validation.constraints classes within the com.epages.restdocs.apispec.jsonschema.ConstraintResolver file might work.

Can you take care of this?

tadlakha9 commented 7 months ago

any update on this issue?