summaryrefslogtreecommitdiffstats
path: root/test/spring-boot
Commit message (Collapse)AuthorAgeFilesLines
* Snapshot version update to 8.1 (#9023)Ilia Motornyi2017-04-051-1/+1
|
* Update test for Spring 1.5.1.RELEASE (#8535)Teemu Suo-Anttila2017-02-131-1/+1
| | | Also fixed servlet API dependency scope that was causing conflicts.
* Add missing ScreenshotRule to Spring integration test (#8455)Teemu Suo-Anttila2017-02-061-0/+6
|
* Add CDI dependency version to vaadin-bom (#8020)Teemu Suo-Anttila2016-12-183-4/+20
| | | Unify test UIs and test code for Spring and CDI.
* Fix vaadin-test version number (#7998)Teemu Suo-Anttila2016-12-151-1/+1
| | | | * Fix vaadin-test version number
* Add Vaadin Spring dependency version to BOM (#112)Teemu Suo-Anttila2016-12-144-0/+155
* 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