aboutsummaryrefslogtreecommitdiffstats
path: root/test/servlet-containers/jsp-integration
Commit message (Collapse)AuthorAgeFilesLines
* Add maven based tests for several application servers (#10143)Teemu Suo-Anttila2017-10-091-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-Anttila2017-10-051-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 Ashour2017-09-231-2/+0
| | | And remove unused imports.
* Update version to 8.2-SNAPSHOT (#9946)Teemu Suo-Anttila2017-09-081-1/+1
|
* Snapshot version update to 8.1 (#9023)Ilia Motornyi2017-04-051-1/+1
|
* Fix license header locationAhmed Ashour2017-03-083-3/+3
|
* Eliminate module uitest-common (#8583)Henri Sara2017-02-161-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 Motornyi2017-01-266-0/+304
Part of vaadin/framework8-issues#539