Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove workarounds from Spring integration test (#10430) | Teemu Suo-Anttila | 2017-12-29 | 3 | -33/+0 |
| | | | This patch makes the BOM use Spring 3.0.0.alpha1 | ||||
* | Use lambda with Listeners (#10222) | Ahmed Ashour | 2017-10-26 | 1 | -1/+1 |
| | | | Also use "event" as the name for events | ||||
* | Add Navigator testing to Spring Boot test (#10174) | Teemu Suo-Anttila | 2017-10-13 | 13 | -29/+435 |
| | |||||
* | Use static import of Assert in tests (#10126) | Ahmed Ashour | 2017-10-03 | 1 | -3/+5 |
| | | | | Also removes dependency on junit.framework.TestCase . | ||||
* | Add missing ScreenshotRule to Spring integration test (#8455) | Teemu Suo-Anttila | 2017-02-06 | 1 | -0/+6 |
| | |||||
* | Add CDI dependency version to vaadin-bom (#8020) | Teemu Suo-Anttila | 2016-12-18 | 3 | -4/+20 |
| | | | Unify test UIs and test code for Spring and CDI. | ||||
* | Add Vaadin Spring dependency version to BOM (#112) | Teemu Suo-Anttila | 2016-12-14 | 3 | -0/+73 |
* 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 |