-
Implementations are required to validate all `@ConfigProperty` injection points in AfterDeploymentValidation event handler.
This means that beans disabled with `@Alternative` or `@Specializes` must b…
-
#### Describe the bug
I defined a field as type number and format double with minimum as 0.01. The asyncapi cli generator generated with java springboot template defined the field correctly as Double…
-
It seems msf4j does not support JSR 349 yet.
The following code give nulled User:
``` groovy
@POST
@Path("/create")
@Consumes(MediaType.APPLICATION_JSON)
public String create(@Valid …
-
I'm trying to use ConstrainedFields for Bean Validation @Min, @Max but unable to get it to work.
```
0.21
0.16.4
```
As you can see below, SRequestDTO has property 'cc' and it should over tha…
-
Add diagnostics for these constraints to ensure they are annotated on the supported types.
The main problem is that these annotations work on field types of Collections, Arrays and Map, which shoul…
-
### Bug Description
When tests are executed, method arguments annotated with `@Valid` are not validated.
### Steps to Reproduce
Take a look at this (currently skipped) test in `CountryFacadeEjbTe…
-
Currently Jersey does not support bean validation groups, (see [here](https://jersey.java.net/documentation/latest/bean-validation.html) )
Can this feature be considered ?
#### Affected Versions
[2.1…
-
I want to create documentation for two different APIs (API1 and API2) that share big parts of the model. For validation purposes the APIs rely on bean validation groups.
For example: when property…
-
**Originally by _DimitriL_**
___
Given is the code (also available in the attachment as a project):
First appearance of the fields shows the validation errors in the German language (see the screen …
-
If nothing else is configured, Bean Validation uses the JVM default Locale for accessing validation message bundles. For JAX-RS it'd be great if the request locale (as expressed via the "Accept-Langua…