-
Notifications
You must be signed in to change notification settings - Fork 167
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
Alpha testing of Vaadin 24.6.0.alpha3 vs new Flow features #20459
Comments
For anyone willing to start this - I'd love to try and test: |
|
Add support for customizable projectFileExtensions: tested and works when importing things like Side note, the maven plugin documentation seems a bit outdated. For example, it lists an |
I would expect it to be there if it is handled by vite. As |
Got it. Thanks for clarification. |
exclude Vaadin components However, I got these info messages, even though I've already excluded components and copilot:
message:
See exclude-vaadin-components.txt @tltv is this expected? Could we avoid these messages? |
This would be great to resolve before beta #20490 |
With |
Thanks, why I couldn't resolve it by myself 😄 <dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-core</artifactId>
<exclusions>
<exclusion>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-core-components</artifactId>
</exclusion>
<exclusion>
<groupId>com.vaadin</groupId>
<artifactId>copilot</artifactId>
</exclusion>
<exclusion>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-icons-flow</artifactId>
</exclusion>
</exclusions>
</dependency> These three exclusions have to be documented, I believe. |
Test the happy path of these new features:
The text was updated successfully, but these errors were encountered: