Explorar el Código

Update Atmosphere version to remove warnings which are irrelevant (#9770)

Fixes #8292
tags/8.1.2
Artur hace 6 años
padre
commit
bc9270b679
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1
    1
      pom.xml
  2. 1
    1
      server/src/main/java/com/vaadin/server/Constants.java

+ 1
- 1
pom.xml Ver fichero

<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.11.vaadin1</atmosphere.runtime.version>
<atmosphere.runtime.version>2.4.11.vaadin2</atmosphere.runtime.version>


<!-- OSGi --> <!-- OSGi -->
<osgi.execution.environment>JavaSE-1.8</osgi.execution.environment> <osgi.execution.environment>JavaSE-1.8</osgi.execution.environment>

+ 1
- 1
server/src/main/java/com/vaadin/server/Constants.java Ver fichero

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


// 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.11.vaadin1";
static final String REQUIRED_ATMOSPHERE_RUNTIME_VERSION = "2.4.11.vaadin2";


static final String INVALID_ATMOSPHERE_VERSION_WARNING = "\n" static final String INVALID_ATMOSPHERE_VERSION_WARNING = "\n"
+ "=================================================================\n" + "=================================================================\n"

Cargando…
Cancelar
Guardar