-
https://github.com/openapi-processor/openapi-processor-samples/blob/master/samples/spring-validation/gradle/libs.versions.toml
In Spring Boot 3.x, due to the migration of Jakarta EE to Jakarta Nam…
-
There is a website for "bean validation" out there: https://beanvalidation.org/
However:
1. The news section hasn't been updated in years.
2. The website doesn't mention Jakarta Validation 3.1 …
-
After enabling the Elasticsearch configuration, an exception occurred.
version: docker.io/hapiproject/hapi:v7.2.0
```console
Error starting ApplicationContext. To display the condition evaluation…
-
The docs gives an example of documenting constraints:
```java
public void example() {
ConstraintDescriptions userConstraints = new ConstraintDescriptions(UserInput.class);
List descriptions = us…
-
#### Description:
When there are two errors the language server should detect and report them both. If you only report one error then the user may be confused when you later report another. This is …
-
Hi, I just came across this library; nice stuff!
Exposing constraint metadata so it is consumable also from non-Java clients has been one goal of Bean Validation from day one. We actually provide a…
-
To catch more user / dev errors as 4xx rather than 5xx we should use on inputs bean validation API.
-
Hibernate's Validator implementation fails to catch any violation. I've got all of my validation rules specified in an XML ( because I do not have access to the source code ).
```
META-INF/valid…
-
Currently the field level JSR303 is handled by core Vaadin and it doesn't support "validation groups". Should at least check if there is an easy workaround for the limitation.
-
I'm migrating an application from (Java 8) Spring Boot 1.5 to (Java 17) Spring Boot 3.0 and I'm having several beans problems with this lib in version 1.1
First I had to define the beans below beca…