]> source.dussan.org Git - vaadin-framework.git/commit
Small updates to servlet container test setup. (#12318) (#12334)
authorAnna Koskinen <Ansku@users.noreply.github.com>
Mon, 5 Jul 2021 08:47:28 +0000 (11:47 +0300)
committerGitHub <noreply@github.com>
Mon, 5 Jul 2021 08:47:28 +0000 (11:47 +0300)
commit7174593574ed0e204ba835cbbf2494ee714aaed2
tree892c8ef3d8cb651eb136895857967ed0701f1507
parent8b1b06f571d0abde4e11043823712ee5e4927fe5
Small updates to servlet container test setup. (#12318) (#12334)

* Small updates to servlet container test setup. (#12318)

* 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.
test/servlet-containers/generic-ui/src/main/java/com/vaadin/tests/integration/ServletIntegrationUI.java
test/servlet-containers/pom.xml
test/servlet-containers/tomcat7/pom.xml
test/servlet-containers/tomcat80/pom.xml
test/servlet-containers/tomcat85/pom.xml
test/servlet-containers/tomcat9/pom.xml