summaryrefslogtreecommitdiffstats
path: root/test/servlet-containers/generic-ui/src
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year range (#12507)Anna Koskinen2022-01-116-6/+6
|
* Small updates to servlet container test setup. (#12318)Zhe Sun2021-05-311-1/+3
| | | | | | | | | | | * 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.
* Update copyright year range. (#12215)Anna Koskinen2021-03-046-6/+6
| | | | * Update copyright year range.
* Update copyright year (#10761)Ilia Motornyi2018-03-276-6/+6
|
* Use lambda with Listeners (#10222)Ahmed Ashour2017-10-261-18/+10
| | | Also use "event" as the name for events
* Add maven based server tests for Wildfly and Jetty (#10116)Teemu Suo-Anttila2017-10-0515-0/+719
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.