-
### What version of gRPC are you using?
NA
### What did you expect to see?
A provision to validate input data in a meaningful way, preferably using bean validation 2.0 (JSR 380)
My assumption …
-
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…
-
In my project, I have an additional validator factory for Method validation along with the validator auto registered by spring boot (with name `mvcValidator`) in classpath
``` java
@Bean
public L…
-
I initialize a spring boot project with spring initializer, it works fine;
Then I add javacv dependency to it, it failed with the following message.
But the above code javacv works fine with spri…
-
### Description
Ability to support custom `reactive route` exception handlers
According to the source code https://github.com/quarkusio/quarkus/blob/bd87966540990fa68ec3769e22e67df1854b08a5/extens…
-
##### Description
Similar to https://github.com/OpenAPITools/openapi-generator/issues/17875. The applied fix does not entirely solve the issue.
Related to #17874, the `@Valid` bean validation an…
-
**[Mauro Molinari](https://jira.spring.io/secure/ViewProfile.jspa?name=mauromol)** opened **[INT-4068](https://jira.spring.io/browse/INT-4068?redirect=false)** and commented
I think that having a fil…
-
org.springframework.context.ApplicationContextException: Unable to start embedded container; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name …
-
Consider support for the [Bean Specification 2.0](https://beanvalidation.org/2.0/spec/). At a minimum support for constraint annotations on type parameters is needed to resolve some problems documente…
-
When using Bean validation, component binding and ajax together, the validation is added at every ajax call to the validator list of the component. This results in multiple calls and displaying the va…