]> source.dussan.org Git - vaadin-framework.git/commit
Small updates to servlet container test setup. (#12318) (#12447) 7.7.28
authorZhe Sun <31067185+ZheSun88@users.noreply.github.com>
Tue, 19 Oct 2021 13:56:38 +0000 (16:56 +0300)
committerGitHub <noreply@github.com>
Tue, 19 Oct 2021 13:56:38 +0000 (16:56 +0300)
commitf276a63cfed220e7f46834d8c3dbebddc401ec4e
tree6f345a1612f9fdb8c57a579263783d6661fa5bfc
parent0e841f607028c31a1144f1c949ab259e2b852b2f
Small updates to servlet container test setup. (#12318) (#12447)

* 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