From: Anna Koskinen Date: Mon, 17 May 2021 11:51:20 +0000 (+0300) Subject: Update Atmosphere (#12293) (#12308) X-Git-Tag: 8.13.1~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1e029aa6eaede081f8b9529f3f014e3725fc302a;p=vaadin-framework.git Update Atmosphere (#12293) (#12308) * Update Atmosphere (#12293) Fixes concurrency issue with UUIDBroadcasterCache that may lead to loss of packets and thus repeated resynchronizations when using Push. --- diff --git a/pom.xml b/pom.xml index 01502d852d..2535c4bfcc 100644 --- a/pom.xml +++ b/pom.xml @@ -35,7 +35,7 @@ 2.0 0.9.13 - 2.4.30.vaadin3 + 2.4.30.vaadin4 JavaSE-1.8 @@ -188,7 +188,7 @@ com.vaadin.external.atmosphere.client javascript war - 2.3.2.vaadin1 + 2.3.2.vaadin2 junit diff --git a/server/src/main/java/com/vaadin/server/Constants.java b/server/src/main/java/com/vaadin/server/Constants.java index e3400181b4..d4559b1cfe 100644 --- a/server/src/main/java/com/vaadin/server/Constants.java +++ b/server/src/main/java/com/vaadin/server/Constants.java @@ -66,7 +66,7 @@ public interface Constants { + "================================================================="; // Keep the version number in sync with pom.xml - static final String REQUIRED_ATMOSPHERE_RUNTIME_VERSION = "2.4.30.vaadin3"; + static final String REQUIRED_ATMOSPHERE_RUNTIME_VERSION = "2.4.30.vaadin4"; static final String INVALID_ATMOSPHERE_VERSION_WARNING = "\n" + "=================================================================\n"