aboutsummaryrefslogtreecommitdiffstats
path: root/test/servlet-containers
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year range (#12507)Anna Koskinen2022-01-1113-13/+13
|
* Use latest jetty 9.4 version for servlet test (#12448)Zhe Sun2021-10-201-1/+1
|
* deprecate vaadin-snasphots repo (#12405)Zhe Sun2021-09-212-28/+0
| | | | | | | * deprecate vaadin-snasphots repo * Update chrome version to 93 * add more screenshots
* Fixed a dependency version in a karaf test module. (#12399)Anna Koskinen2021-09-101-1/+1
|
* Update project to 8.15-SNAPSHOT (#12392)Zhe Sun2021-08-3127-27/+27
|
* Cleaned out old references to removed buildhelpers and widgets modules. (#12383)Anna Koskinen2021-08-251-4/+0
|
* Small updates to servlet container test setup. (#12318)Zhe Sun2021-05-316-6/+10
| | | | | | | | | | | * Small updates to servlet container test setup. - Upgraded to use cargo-maven3-plugin since cargo-maven2-plugin is now EOL. - Defined supported packagings as the current jetty-maven-plugin default only covers war. - Changed a test pojo to implement Serializable in order to prevent an error in cargo-maven3-plugin stop-container phase.
* Updated comparison screenshots for servlet containers module. (#12294)Anna Koskinen2021-05-122-0/+0
| | | | * Updated comparison screenshots for servlet containers module.
* Update 8.14-SNAPSHOT and release note (#12261)Zhe Sun2021-04-1427-27/+27
|
* Update copyright year range. (#12215)Anna Koskinen2021-03-0413-13/+13
| | | | * Update copyright year range.
* Update to 8.13-SNAPSHOT (#12110)Zhe Sun2020-10-0727-27/+27
|
* Update to 8.12-snapshot (#11995)Zhe Sun2020-05-1327-27/+27
|
* Update to 8.11 snapshot (#11874)Zhe Sun2020-01-1627-27/+27
| | | | | * Update to 8.11-SNAPSHOT
* Updated local screenshot testing configurations. (#11814)Anna Koskinen2019-11-211-2/+2
| | | | | | | | * A separate screenshot module hasn't been in use for a while but local testing configurations and instructions weren't updated to the new model at the time. Could use some further cleanup but this covers the basics. * Some tweaks to ScreenshotBrowser to get it functional again, although the actions for automatically replacing or adding alternative screenshots still require work and have thus been disabled.
* Update to 8.10-SNAPSHOT (#11657)Zhe Sun2019-07-2927-27/+27
|
* Use https for Maven repositories (#11668)Stéphane Nicoll2019-07-294-6/+6
| | | | * Use https for Maven repositories
* Update to 8.9 (#11535)Sun Zhe2019-04-1827-27/+27
| | | | | | * Update to 8.9-SNAPSHOT * update in bom module
* Update snapshot to 8.8-snapshot (#11397)Sun Zhe2018-12-2827-27/+27
|
* Fix karaf-4.2.1 test (#11264)Ilia Motornyi2018-10-25183-31/+11794
|
* Update master to 8.7-SNAPSHOT (#11208)Sun Zhe2018-09-2728-28/+28
|
* Update version numbers in Release Notes (#11062)Teemu Suo-Anttila2018-07-193-0/+90
| | | | | This patch also introduces missing tests for newer Wildfly versions. Addresses #11050
* Update project version to 8.6-SNAPSHOT (#11011)Mehdi Javan2018-06-2926-26/+26
|
* Fix broken integration tests (#10900)Teemu Suo-Anttila2018-05-092-2/+19
|
* Fix usage of debug window in websocket test (#10868)Teemu Suo-Anttila2018-05-032-8/+7
|
* Add test to verify proper init of websockets (#10865)Teemu Suo-Anttila2018-05-021-0/+31
|
* Update snapshot version to 8.5 (#10818)Teemu Suo-Anttila2018-04-1226-26/+26
|
* Remove copyright headers from test code (#10770)Teemu Suo-Anttila2018-03-282-30/+0
|
* Update copyright year (#10761)Ilia Motornyi2018-03-2713-13/+13
|
* Upgrade minor version in the project to 8.4 (#10520)Teemu Suo-Anttila2018-01-2426-26/+26
|
* Fix issues from TestBench version upgrade (#10360)Teemu Suo-Anttila2017-11-231-4/+4
|
* Fix AbstractIntegrationTest to use new TestBench API (#10358)Anna Koskinen2017-11-231-15/+0
|
* Update version number to 8.3-SNAPSHOT (#10348)Teemu Suo-Anttila2017-11-2226-26/+26
|
* Add mention of Wildfly 11 support and a test for it (#10319)Teemu Suo-Anttila2017-11-152-0/+45
|
* Use lambda with Listeners (#10222)Ahmed Ashour2017-10-264-20/+13
| | | Also use "event" as the name for events
* Remove trailing spaces (#10224)Ahmed Ashour2017-10-261-1/+1
|
* Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182)Ahmed Ashour2017-10-201-2/+3
| | | | | | | | * Use .toLowerCase and .toUpperCase(Locale.ROOT) * Spaces * add spaces after if(
* Simplify lambda expressions (#10198)Ahmed Ashour2017-10-202-8/+6
| | | | | | | | * Simplify lambda expressions And remove unneeded 'return' keyword. * Format
* Move microprofile tests to profile, add Wildfly Swarm (#10156)Teemu Suo-Anttila2017-10-103-6/+78
|
* Add maven based tests for several application servers (#10143)Teemu Suo-Anttila2017-10-0917-15/+871
| | | 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-0542-117/+394
| | | | | | | 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.
* Use static import of Assert in tests (#10126)Ahmed Ashour2017-10-031-4/+5
| | | | Also removes dependency on junit.framework.TestCase .
* Fix javadoc references (#10067)Ahmed Ashour2017-09-233-5/+0
| | | And remove unused imports.
* Replace tab with spaces in .xml files (#10064)Ahmed Ashour2017-09-221-2/+2
|
* Use String.isEmpty()Ahmed Ashour2017-09-191-1/+1
|
* Remove redundant versions in POMs (#9990)Ahmed Ashour2017-09-143-5/+0
|
* Update version to 8.2-SNAPSHOT (#9946)Teemu Suo-Anttila2017-09-089-9/+9
|
* Add wait for UI load to testTeemu Suo-Anttila2017-09-081-6/+13
|
* Fix vaadin-osgi-integration dependency for Karaf testTeemu Suo-Anttila2017-09-081-1/+2
|
* Stabilize integration test using Grid (#9766)Henri Sara2017-08-024-30/+42
|
* Remove old Karaf 4 test (#9758)Henri Sara2017-08-013-44/+0
| | | Karaf is now tested by a separate module.