aboutsummaryrefslogtreecommitdiffstats
path: root/test/spring-boot/src/main
Commit message (Collapse)AuthorAgeFilesLines
* Remove workarounds from Spring integration test (#10430)Teemu Suo-Anttila2017-12-292-26/+0
| | | This patch makes the BOM use Spring 3.0.0.alpha1
* Use lambda with Listeners (#10222)Ahmed Ashour2017-10-261-1/+1
| | | Also use "event" as the name for events
* Add Navigator testing to Spring Boot test (#10174)Teemu Suo-Anttila2017-10-1310-19/+262
|
* Add CDI dependency version to vaadin-bom (#8020)Teemu Suo-Anttila2016-12-182-2/+18
| | | Unify test UIs and test code for Spring and CDI.
* Add Vaadin Spring dependency version to BOM (#112)Teemu Suo-Anttila2016-12-142-0/+29
* Add Vaadin Spring dependency version to BOM This patch adds a smoke test that check that a basic Vaadin UI loads and communication works. * Remove Maven wrapper from Spring Boot test * Remove .gitignore, add missing newlines * Minor fixes to pom.xml files * Separate vaadin-test from vaadin-root * Fix whitespace