The Wayback Machine - https://web.archive.org/web/20211009163227/https://github.com/topics/vaadin
Skip to content
#

vaadin

Here are 717 public repositories matching this topic...

FSchliephacke
FSchliephacke commented Oct 30, 2018

Vaadin Framework version: 8, all versions

There is a major error in the class com.vaadin.server.VaadinSession (and possibly other classes too, if this is some kind of cargo cult programming in the Vaadin team)

Most public methods in the class use assertions to "check" if the session has the lock. This is fundamentally wrong. Assertions are the wrong tool to check preconditions in public meth

mshabarov
mshabarov commented Aug 19, 2021

Description of the bug / feature

Improve the exception message being shows to developers when the app shell annotations are not on top AppShellConfigurator class:

Found app shell configuration annotations in non `AppShellConfigurator` classes.
Please create a custom class implementing `AppShellConfigurator` and move the following annotations to it: ...
  1. Give the name of annot
web-components

Improve this page

Add a description, image, and links to the vaadin topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the vaadin topic, visit your repo's landing page and select "manage topics."

Learn more