-
### Describe the bug
I have this Rest endpoint:
```java
import jakarta.annotation.PostConstruct;
import jakarta.inject.Inject;
import jakarta.inject.Singleton;
import jakarta.validation.Vali…
-
[Jakarta RESTful Web Services](https://jakarta.ee/specifications/restful-ws/3.0/jakarta-restful-ws-spec-3.0#validation) states that “This version of JAX-RS introduces support for declarative validatio…
-
The new hibernate-validator (the reference validator implementation) version 7.0.0 is no longer compatible with `javax.validation:validation-api:2.0.1` which `BeanValidationBinder` uses; instead it pu…
-
When using both `includeJsr303Annotations` and `includeGeneratedAnnotation`, it seems one still gets `javax.annotation.(processing.)Generated` instead of [`jakarta.annotaiton.Generated`](https://jakar…
-
### Is your enhancement related to a problem? Please describe
At the moment the CRD-Generator does not allow to set all possible details to the resulting CRDs.
### Describe the solution you'd li…
-
In a `ConfigurationProperties` bean described in #19, allow add bean validation annotation to validate the config by parsing/loading time.
-
Related to #57, one way to fix the current problem of not being able to apply challenge labels to issues would be to create issue templates that did so automatically. It appears that only users with w…
-
## Description
Implement the Jakarta Validation 3.1 specification
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
## Documents
When available, add links to required…
-
**To reproduce**
Using [jakarta-sample](https://github.com/eclipse/lsp4jakarta/tree/main/jakarta.jdt/org.eclipse.lsp4jakarta.jdt.test/projects/jakarta-sample) project in VS Code (Mac OS), trying to t…
-
Actually there are 2 Methods in com.vaadin.flow.data.validator.BeanValidator which return the JavaxBeanValidationFactory und Validator.
protected static ValidatorFactory getJavaxBeanValidatorFa…