Selaa lähdekoodia

Update Atmosphere (#12293)

Fixes concurrency issue with UUIDBroadcasterCache that may lead to loss of packets and thus repeated resynchronizations when using Push.
tags/8.14.0.alpha1
Tatu Lund 3 vuotta sitten
vanhempi
commit
a32ea51c62
No account linked to committer's email address
2 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 2
    2
      pom.xml
  2. 1
    1
      server/src/main/java/com/vaadin/server/Constants.java

+ 2
- 2
pom.xml Näytä tiedosto

<javax.portlet.version>2.0</javax.portlet.version> <javax.portlet.version>2.0</javax.portlet.version>
<vaadin.sass.version>0.9.13</vaadin.sass.version> <vaadin.sass.version>0.9.13</vaadin.sass.version>
<!-- Note that this should be kept in sync with the class Constants --> <!-- 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 -->
<osgi.execution.environment>JavaSE-1.8</osgi.execution.environment> <osgi.execution.environment>JavaSE-1.8</osgi.execution.environment>
<groupId>com.vaadin.external.atmosphere.client</groupId> <groupId>com.vaadin.external.atmosphere.client</groupId>
<artifactId>javascript</artifactId> <artifactId>javascript</artifactId>
<type>war</type> <type>war</type>
<version>2.3.2.vaadin1</version>
<version>2.3.2.vaadin2</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>

+ 1
- 1
server/src/main/java/com/vaadin/server/Constants.java Näytä tiedosto

+ "================================================================="; + "=================================================================";


// Keep the version number in sync with pom.xml // 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" static final String INVALID_ATMOSPHERE_VERSION_WARNING = "\n"
+ "=================================================================\n" + "=================================================================\n"

Loading…
Peruuta
Tallenna