-
Notifications
You must be signed in to change notification settings - Fork 99
vaadin-spring-boot-starter 15.0.5 projects do not start with Spring Boot 2.3 #606
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Adding
works around the problem |
Is the validation piece mandatory in Vaadin? |
The validation API is only used for one optional feature, namely |
@vlukashov Did we also add something related to validation for endpoints in Vaadin 15, or is everything there still pending the full form binding functionality that is being implemented right now? |
I don't understand which functionality prints the error. Otherwise the bean validation impl is not needed and never checked. So it looks like it's not code in Flow or Spring add-on which prints the error message and fails the app to start. It looks like this is Spring itself which prints the message. And to be able to understand the reason exactly I would like to see exact steps to reproduce which I'm lacking from the description. |
Running
shows the reason as
|
Alright, thanks.
in the class |
Spring Boot 2.3 has removed the validation implementation
spring-boot-starter-validation
fromspring-boot-starter-web
, see spring-projects/spring-boot#19550. If you take the Spring starter today and upgrade to 2.3.0.M3, startup fails withThe text was updated successfully, but these errors were encountered: