openapi-processor / openapi-processor-core

moved into openapi-processor-base
Apache License 2.0
7 stars 5 forks source link

Support for Bean Validation 3 #105

Closed aburmeis closed 1 year ago

aburmeis commented 1 year ago

Bean Validation 3 has moved the package of the annotations from javax.validation to jakarta.validation. The generated code with option bean-validation: true is no longer compatible with the current version. The same problem occurs also for the spring processor which no longer works with Spring Boot 3.

hauner commented 1 year ago

already implemented https://github.com/openapi-processor/openapi-processor-spring/issues/152 ! :-)

but not yet released

aburmeis commented 1 year ago

great, also just found the issue. Thanks!