Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove copyright headers from test code (#10770) | Teemu Suo-Anttila | 2018-03-28 | 1 | -15/+0 |
| | |||||
* | Upgrade minor version in the project to 8.4 (#10520) | Teemu Suo-Anttila | 2018-01-24 | 1 | -1/+1 |
| | |||||
* | Update version number to 8.3-SNAPSHOT (#10348) | Teemu Suo-Anttila | 2017-11-22 | 1 | -1/+1 |
| | |||||
* | Add maven based tests for several application servers (#10143) | Teemu Suo-Anttila | 2017-10-09 | 1 | -0/+4 |
| | | | Add tests for Glassfish based servers, Jetty 8, Tomcat 7 and Liberty (three runtimes). | ||||
* | Add maven based server tests for Wildfly and Jetty (#10116) | Teemu Suo-Anttila | 2017-10-05 | 1 | -2/+1 |
| | | | | | | | This patch refactors the generic integration test war into two jar dependencies and individual modules for different servers. There is now a common approach for making configurations for the remaining server tests still executed through an Ant build script. | ||||
* | Fix javadoc references (#10067) | Ahmed Ashour | 2017-09-23 | 1 | -2/+0 |
| | | | And remove unused imports. | ||||
* | Update version to 8.2-SNAPSHOT (#9946) | Teemu Suo-Anttila | 2017-09-08 | 1 | -1/+1 |
| | |||||
* | Snapshot version update to 8.1 (#9023) | Ilia Motornyi | 2017-04-05 | 1 | -1/+1 |
| | |||||
* | Fix license header location | Ahmed Ashour | 2017-03-08 | 3 | -3/+3 |
| | |||||
* | Eliminate module uitest-common (#8583) | Henri Sara | 2017-02-16 | 1 | -6/+0 |
| | | | | | | | The use of the module in the test project was removed earlier, and eliminating the module permits simpler and more reliable builds as it was not deployed. The classes that were in uitest-common are now in uitest. | ||||
* | JspIntegrationTest as a separate module (#8228) | Ilia Motornyi | 2017-01-26 | 6 | -0/+304 |
Part of vaadin/framework8-issues#539 |