-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Upgrade to Atmosphere 2.7.2 and Atmosphere JS 3.1.2 #11935
Conversation
eb1393e
to
7969999
Compare
7969999
to
b47277d
Compare
I can only guess that the Atmosphere regressions have been fixed in 2.7.1 or 2.7.2 as this works and 2.7.0 in #10582 does not work |
or more probably fixed in the javascript client Atmosphere/atmosphere-javascript@javascript-project-3.1.0...javascript-project-3.1.2 |
pom.xml
Outdated
@@ -162,6 +161,10 @@ | |||
<enabled>false</enabled> | |||
</snapshots> | |||
</repository> | |||
<repository> | |||
<id>testing-atmosphere</id> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So the vaadin atmosphere version is not released yet?
Should it be released and this removed after that ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, crap :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
It looks like the truth. |
This reverts commit b47277d.
Failure to find com.vaadin.external.atmosphere:atmosphere-runtime:jar:2.7.2.slf4jvaadin1 in https://repo.maven.apache.org/maven2 |
SonarQube analysis reported 31 issues Top 10 issues
|
Everything seems ok now |
I guess we should cherry-pick it to all the previous versions. |
Hi @Artur- and @denis-anisimov, when i performed cherry-pick to this commit to 8.0, i have encountered the following issue. Can you take a look and pick it manually? |
Hi @Artur- and @denis-anisimov, when i performed cherry-pick to this commit to 2.7, i have encountered the following issue. Can you take a look and pick it manually? |
That would require cherry-picking #11934 also |
Hi @Artur- and @denis-anisimov, when i performed cherry-pick to this commit to 7.0, i have encountered the following issue. Can you take a look and pick it manually? |
)" This reverts commit e6459b3.
This ticket/PR has been released with platform 22.0.0.alpha5 and is also targeting the upcoming stable 22.0.0 version. |
fix: Upgrade to Atmosphere 2.7.2 and Atmosphere JS 3.1.2 fixes #10103
Fixes #10103, #10510