Skip to content

Commit

Permalink
fix: Upgrade to Atmosphere 2.7.3 and Atmopshere JS 3.1.3 (#12738)
Browse files Browse the repository at this point in the history
Fixes #10103
  • Loading branch information
Artur- authored Jan 18, 2022
1 parent ce4f930 commit 6a6be7d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
public final class Constants implements Serializable {

// Keep the version number in sync with flow-push/pom.xml
public static final String REQUIRED_ATMOSPHERE_RUNTIME_VERSION = "2.4.30.slf4jvaadin1";
public static final String REQUIRED_ATMOSPHERE_RUNTIME_VERSION = "2.7.3.slf4jvaadin1";

/**
* The prefix used for System property parameters.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
package com.vaadin.flow.uitest.ui;

import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.experimental.categories.Category;
import org.openqa.selenium.By;
Expand All @@ -34,7 +33,6 @@
@Category(IgnoreOSGi.class)
public class PushLongPollingWithPreserveOnRefreshIT extends ChromeBrowserTest {

@Ignore("https://github.com/vaadin/flow/issues/10103")
@Test
public void addDiv_refreshThePage_ensureNoErrorHappensAndDivIsPresent() {

Expand Down
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,8 @@
<!-- Used in OSGi manifests -->
<jsoup.version>1.14.3</jsoup.version>
<!-- Note that this should be kept in sync with the class Constants -->
<atmosphere.runtime.version>2.4.30.slf4jvaadin1
</atmosphere.runtime.version>
<atmosphere.client.version>3.1.2</atmosphere.client.version>
<atmosphere.runtime.version>2.7.3.slf4jvaadin1</atmosphere.runtime.version>
<atmosphere.client.version>3.1.3</atmosphere.client.version>

<!-- OSGi -->
<!-- Note: the parserVersion value is set by build-helper-maven-plugin -->
Expand Down

0 comments on commit 6a6be7d

Please sign in to comment.