]> source.dussan.org Git - vaadin-framework.git/commitdiff
Update Atmosphere (#12293)
authorTatu Lund <tatu@vaadin.com>
Mon, 17 May 2021 09:33:17 +0000 (12:33 +0300)
committerGitHub <noreply@github.com>
Mon, 17 May 2021 09:33:17 +0000 (12:33 +0300)
Fixes concurrency issue with UUIDBroadcasterCache that may lead to loss of packets and thus repeated resynchronizations when using Push.

pom.xml
server/src/main/java/com/vaadin/server/Constants.java

diff --git a/pom.xml b/pom.xml
index 03ad2514d0c3e1795c19bca6db93b36c55be6359..9be1aa3bb80a77c1bbed007d0f2e601119a465ef 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -35,7 +35,7 @@
         <javax.portlet.version>2.0</javax.portlet.version>
         <vaadin.sass.version>0.9.13</vaadin.sass.version>
         <!-- Note that this should be kept in sync with the class Constants -->
-        <atmosphere.runtime.version>2.4.30.vaadin3</atmosphere.runtime.version>
+        <atmosphere.runtime.version>2.4.30.vaadin4</atmosphere.runtime.version>
 
         <!-- OSGi -->
         <osgi.execution.environment>JavaSE-1.8</osgi.execution.environment>
                 <groupId>com.vaadin.external.atmosphere.client</groupId>
                 <artifactId>javascript</artifactId>
                 <type>war</type>
-                <version>2.3.2.vaadin1</version>
+                <version>2.3.2.vaadin2</version>
             </dependency>
             <dependency>
                 <groupId>junit</groupId>
index e3400181b46c7eaef91ccb53a3527d92450522f6..d4559b1cfe65a93b67c951c1853dcb0a653838e4 100644 (file)
@@ -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"