Przeglądaj źródła

Upgrade to Atmosphere 1.0.13 (#11861)

Change-Id: Ie9281ff5e9805be89942bf3ca8259740f49e15ab
tags/7.1.0
Johannes Dahlström 11 lat temu
rodzic
commit
f8fb8b7bfd

+ 0
- 1
.classpath Wyświetl plik

<classpathentry kind="src" path="uitest/src"/> <classpathentry kind="src" path="uitest/src"/>
<classpathentry kind="src" path="buildhelpers/src"/> <classpathentry kind="src" path="buildhelpers/src"/>
<classpathentry kind="src" path="shared/src"/> <classpathentry kind="src" path="shared/src"/>
<classpathentry kind="src" path="push/src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
<attributes> <attributes>
<attribute name="owner.project.facets" value="java"/> <attribute name="owner.project.facets" value="java"/>

+ 281
- 272
WebContent/VAADIN/jquery.atmosphere.js
Plik diff jest za duży
Wyświetl plik


+ 1
- 2
push/build.xml Wyświetl plik

<property name="vaadinPush.js" location="${result.dir}/js/VAADIN/vaadinPush.js" /> <property name="vaadinPush.js" location="${result.dir}/js/VAADIN/vaadinPush.js" />


<!-- Keep the version number in sync with ivy.xml --> <!-- Keep the version number in sync with ivy.xml -->
<property name="atmosphere.version" value="1.0.12" />
<property name="atmosphere.version" value="1.0.13" />
<property name="jquery.version" value="1.7.2" /> <property name="jquery.version" value="1.7.2" />


<path id="classpath.compile.custom" /> <path id="classpath.compile.custom" />
<antcall target="common.sources.jar"> <antcall target="common.sources.jar">
<reference torefid="extra.jar.includes" refid="jar.includes" /> <reference torefid="extra.jar.includes" refid="jar.includes" />
</antcall> </antcall>
<antcall target="common.javadoc.jar" />
<antcall target="common.publish-local" /> <antcall target="common.publish-local" />
</target> </target>



+ 1
- 1
push/ivy.xml Wyświetl plik

<!-- Atmosphere --> <!-- Atmosphere -->
<!-- Keep the version number in sync with build.xml --> <!-- Keep the version number in sync with build.xml -->
<dependency org="org.atmosphere" name="atmosphere-runtime" rev="1.0.12"
<dependency org="org.atmosphere" name="atmosphere-runtime" rev="1.0.13"
conf="build,ide,test -> default"> conf="build,ide,test -> default">
</dependency> </dependency>
</dependencies> </dependencies>

+ 0
- 1779
push/src/org/atmosphere/cpr/AtmosphereFramework.java
Plik diff jest za duży
Wyświetl plik


+ 2
- 2
server/src/com/vaadin/server/Constants.java Wyświetl plik

+ " Widgetset version: %s\n" + " Widgetset version: %s\n"
+ "================================================================="; + "=================================================================";


static final String REQUIRED_ATMOSPHERE_VERSION = "1.0.12";
static final String REQUIRED_ATMOSPHERE_VERSION = "1.0.13";


static final String INVALID_ATMOSPHERE_VERSION_WARNING = "\n" static final String INVALID_ATMOSPHERE_VERSION_WARNING = "\n"
+ "=================================================================\n" + "=================================================================\n"
+ "Vaadin depends on Atomsphere {0} but version {1} was found.\n"
+ "Vaadin depends on Atmosphere {0} but version {1} was found.\n"
+ "This might cause compatibility problems if push is used.\n" + "This might cause compatibility problems if push is used.\n"
+ "================================================================="; + "=================================================================";



+ 1
- 1
shared/src/com/vaadin/shared/communication/PushConstants.java Wyświetl plik

* The character used to mark message boundaries when messages may be split * The character used to mark message boundaries when messages may be split
* into multiple fragments. * into multiple fragments.
*/ */
public static final char MESSAGE_DELIMITER = '\0';
public static final char MESSAGE_DELIMITER = '|';
} }

Ładowanie…
Anuluj
Zapisz