]> source.dussan.org Git - vaadin-framework.git/commit
Small updates to servlet container test setup. (#12318)
authorZhe Sun <31067185+ZheSun88@users.noreply.github.com>
Mon, 31 May 2021 07:15:11 +0000 (10:15 +0300)
committerGitHub <noreply@github.com>
Mon, 31 May 2021 07:15:11 +0000 (10:15 +0300)
commit45e7afb51c8e5610c363b2afe73cc43381431f1c
tree3299775678e2b17c7fbf655583e78ccd9593bca9
parent49b2ec6b506b441226200641916f4b9220a8ced8
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