summaryrefslogtreecommitdiffstats
path: root/test/servlet-containers
diff options
context:
space:
mode:
authorOlli Tietäväinen <ollit@vaadin.com>2021-10-05 09:50:16 +0300
committerGitHub <noreply@github.com>2021-10-05 09:50:16 +0300
commitab775a32112ebfb7ae45f9c1efd6e85d43788f4b (patch)
tree20fa259f85285d8eed93b5b2c85b54a720bdcb91 /test/servlet-containers
parent2b2028e22fabcf669008db1acfbfa33826809f10 (diff)
downloadvaadin-framework-ab775a32112ebfb7ae45f9c1efd6e85d43788f4b.tar.gz
vaadin-framework-ab775a32112ebfb7ae45f9c1efd6e85d43788f4b.zip
8.14 cherry-picks (#12418)
* Improve thread safety (#12395) See: https://vaadin.com/forum/thread/17522264/concurrentmodificationexception-in-vaadin-shared-on-karaf-4-2-x * Fix incompatible selenium version in test module. (#12397) * Fixed a dependency version in a karaf test module. (#12399) * Checkstyle tweaks to DateField widgets. (#12400) - Added and updated JavaDocs. - Updated comments. - Updated to use non-deprecated method calls. - Removed unnecessary warning suppressions. - Suppressed warnings for unavoidable deprecation. * fix: set Vaadin session attribute using lock in reinitializeSession (#12401) * Cherry picked unit test from Flow See https://github.com/vaadin/flow/pull/11538 * Fix missing import * Cherry pick fix from Flow * deprecate vaadin-snasphots repo (#12405) * deprecate vaadin-snasphots repo * Update chrome version to 93 * add more screenshots * fix: Add MPR UI id request parameter (#12412) * fix: Add MPR UI id request parameter Related-to https://github.com/vaadin/multiplatform-runtime/issues/85 * test: Remove redundant non-empty param test * test: Remove leftovers * fix: Init window.mprUiId earlier than window.vaadin * Add missing '=' * Update links shown by license checker (#12402) vaadin.com/pro does no longer have the info * fix: Add row limit to DataCommunicator row data requests (#12415) * Add row limit to DataCommunicator row data requests * Add missing constant * Add unit test * Add test for extending Grid * Fixed test Co-authored-by: Tatu Lund <tatu@vaadin.com> Co-authored-by: Anna Koskinen <Ansku@users.noreply.github.com> Co-authored-by: Zhe Sun <31067185+ZheSun88@users.noreply.github.com> Co-authored-by: Mikhail Shabarov <61410877+mshabarov@users.noreply.github.com>
Diffstat (limited to 'test/servlet-containers')
-rw-r--r--test/servlet-containers/karaf/vaadin-karaf-bundle1/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/servlet-containers/karaf/vaadin-karaf-bundle1/pom.xml b/test/servlet-containers/karaf/vaadin-karaf-bundle1/pom.xml
index 09b2ead6e4..913b4bfd16 100644
--- a/test/servlet-containers/karaf/vaadin-karaf-bundle1/pom.xml
+++ b/test/servlet-containers/karaf/vaadin-karaf-bundle1/pom.xml
@@ -43,7 +43,7 @@
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-osgi-integration</artifactId>
- <version>8.1.0.beta1</version>
+ <version>${vaadin.version}</version>
<scope>provided</scope>
</dependency>
<dependency>