-
Notifications
You must be signed in to change notification settings - Fork 176
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
missing Interface HasLabel in vaadin 14.9.x #15378
Comments
|
Thanks for the fast answer, |
[INFO] +- com.vaadin:vaadin-spring-boot-starter:jar:14.9.2:compile |
I just tried to create a new project based on
|
Seems like there is an issue with |
@MHaase70 Are you perhaps missing the |
Just adding com.vaadin:vaadin or vaadin-bom did not help. Please take a look at com.vaadin::vaadin-spring-boot-starter 14.9.2 vaadin-bom also uses the dependency vaadin-spring 12.4.3 see: https://mvnrepository.com/artifact/com.vaadin/vaadin-bom/14.9.2 |
I noticed that, and it should indeed be fixed with a new But I wonder why in a new project using BOM or forcing the order as I mentioned above, I get the expected Flow version, whereas you still have the issues. |
I tried to add the pom multipple times. It was not readable. |
Even if you apply the
|
Thank you so much for sharing the POM file.
|
Thanks. I still need dependencies from springboot for my application, so I will wait for the next release |
Adding the Vaadin BOM you will not lose spring boot dependencies. |
|
Description of the bug
Hello,
we use vaadin 14.8.20 and would like to update to vaadin 14.9.2. The maven build no shows an Error:
cannot access com.vaadin.flow.component.HasLabel
I cannot find this class in vaadin 14.9.2, I can find other Interfaces, like HasHelper.
best reegards
Martin
Expected behavior
We cannot build with maven.
Minimal reproducible example
SImple Projelt with vaadin spring boot starter and a Java Class with a NumberField
Versions
The text was updated successfully, but these errors were encountered: