aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/test/java/com/vaadin/ui/UITest.java
Commit message (Collapse)AuthorAgeFilesLines
* Use lambda expressions. (#10268)Ahmed Ashour2017-11-011-31/+25
|
* Use static import of Assert in tests (#10126)Ahmed Ashour2017-10-031-6/+9
| | | | Also removes dependency on junit.framework.TestCase .
* Revert "Store Vaadin session after each update" (#10112)8.2.0.alpha2Henri Sara2017-09-281-17/+0
| | | | | This reverts commit 48e202a80653c2c8a9e31db11814d23b87d6ec19. Also reverts the related release notes update.
* Store Vaadin session after each updateArtur Signell2017-09-271-0/+17
| | | | | | | This helps clustering solutions know when the session attribute needs to be replicated instead of having to always aggressively replicate all attributes. Resolves #7535
* Clean connector tracker after each access block to stop memory leaks (#9305)Artur2017-05-161-0/+56
| | | | | Immediately clean connectors which the client side does not know about Fixes #9303
* Workaround for deadlock issue (#18436)Artur Signell2016-12-091-0/+155
Change-Id: I4e32550e3d3095c2c914bb93d260819414d2e6e6