platform icon indicating copy to clipboard operation
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...

Results 222 platform issues
Sort by recently updated
recently updated
newest added
trafficstars

`includeDependencySources` and `includeTransitiveDependencySources` are set to true in parent pom even In #791 maven-javadoc-plugin was added to `vaadin` and `vaadin-core` overriding them to false. We should check if this configuration...

needs-investigation

## Description When developing data-driven views, such as with grids and charts, the developer is often presented with an empty preview, since there's no data to show. This goes against...

acceptance criteria
studio

## Description Host Collaboration Engine on Vaadin servers, so that customers can use it directly, instead of setting up their own server. Alternative to the self-hosted, that the customer can...

acceptance criteria
Collaboration Engine

## Description Enable multiple end-users to edit a longer text at the same time. You can see the other users' cursor, and the changes they do live. Data is not...

acceptance criteria
Collaboration Engine

When trying to use the 20.0.0.alpha7 version of the Gradle plugin (only available at http://tools.vaadin.com/nexus/content/repositories/vaadin-prereleases/com/vaadin/vaadin-gradle-plugin/ ) by using the following in `build.gradle`: ``` plugins { id 'com.vaadin' version '20.0.0.alpha7' }...

## Description Be able to recieve notifications on things happening to work items within an app that are relevant to you. You could read notifications 1) within the app in...

acceptance criteria
Collaboration Engine

## Description Grid Pro features that multiple end users can edit at the same time. Think e.g. invoice rows presented as a grid and multiple people updating them at the...

acceptance criteria
Collaboration Engine

## Description Enable using Collaboration Engine in applications that are built with Vaadin Fusion (TypeScript views). Today Collaboration Engine supports Flow applications (Java views) ## User stories As a developer...

acceptance criteria
Collaboration Engine

V20 adds Spring Security helpers, we should have some smoke tests in the platform to verify the authentication works. Could use https://github.com/Artur-/auth-example as the testing application.

hilla

Components and add-ons are supposed to use `provided` for all generic Flow dependencies. None of our modules are supposed to have non-provided dependencies for e.g. the Servlet API or any...