platform
platform copied to clipboard
Vaadin platform 10+ is a Java web development platform based on Vaadin web components. If you don't know to which repository your bug report should be filed, use this and we'll move it to the right o...
## Description View Builder is a WYSIWYG tool that enables developers to easily create new views with more complex layouts in their Flow apps. The tool works by combining pre-defined...
## Description Theme Editor is a visual tool that enables developers to easily customize the look and feel of their Vaadin Flow apps without the need to modify CSS files...
### Describe your motivation In VaadinWebSecurity the two methods: getVaadinSavedRequestAwareAuthenticationSuccessHandler(...) createAccessDeniedHandler() have private access so they cannot be overridden. ### Describe the solution you'd like Make both: getVaadinSavedRequestAwareAuthenticationSuccessHandler(...) createAccessDeniedHandler() protected...
### Describe the bug V24 has jna in https://github.com/vaadin/platform/blob/60c36b7620bf16a6d1a52106e16f60fb3e8cb26d/scripts/generator/templates/template-vaadin-bom.xml#L18 V14 has no jna in https://github.com/vaadin/platform/blob/14.10/scripts/generator/templates/template-vaadin-bom.xml#L17 ### Expected-behavior _No response_ ### Reproduction - ### System Info -
Vaadin Flow 24.1 // Hilla 2.1 Beta: 17th May 2023 RC: 31st May 2023 Final: 7th June 2023
### Describe your motivation we have a long project list to update after each releases. creating a script to update those would make our life easier. (ideally.. this script can...
### Describe your motivation issue has been described here, https://vaadin.slack.com/archives/CACKS4075/p1673611893398779 it would be better to fully automate this process. concerns: - this should be done on all projects - this...
### Describe the bug 2023-02-22 07:10:46,147 ERROR [stderr] (default task-448) java.lang.IllegalArgumentException: The number of received values (5) is not equal to the number of arguments (6) in the method 'connectClient'...
## Description APIs in Date Time Picker for getting, setting and listening to changes in the date and time values separately. ## Use cases As a developer I want to...