8000 Tags · Abuchtela/flow · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: Abuchtela/flow

Tags

24.0.6

Toggle 24.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: Upgrade Spring Boot to 3.0.6 (vaadin#16648) (CP: 24.0) (vaadin…

…#16651)

23.3.9

Toggle 23.3.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: Upgrade Spring Boot to 2.7.11 (vaadin#16649)

24.0.5

Toggle 24.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: Log the Spring Framework version (vaadin#16631) (vaadin#16633)

Co-authored-by: Artur <artur@vaadin.com>

23.3.8

Toggle 23.3.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: Log the Spring Framework version (vaadin#16631) (vaadin#16634)

Co-authored-by: Artur <artur@vaadin.com>

24.1.0.alpha3

Toggle 24.1.0.alpha3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore!: Remove the themeModule concept (vaadin#16568)

Simplifies code as the concept is no longer needed now that both Lumo and Material always prepend their styles to `<head>`, no matter at which point they are loaded.

2.9.0.beta1

Toggle 2.9.0.beta1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: prevent deadlock on concurrent push disconnection (vaadin#16544) (

…vaadin#16582)

If the AtmospherePushConnection.disconnect method is invoked concurrently
by multiple threads, a deadlock may happen if the servlet container
somehow locks HTTP session, as closing AtmosphereResource may cause
accesses to the HTTP session.
For example, is a thread (A) is invalidating the HTTP session, thus closing
Vaadin UIs and disconnecting push, and another thread (B) is also
requesting a push disconnect, then B will be blocked when closing the
atmosphere resource by the lock on the session held by A, but A is
actually waiting to acquire the lock on AtmospherePushConnection held by B,
causing the deadlock.
This change allows a single thread to perform the disconnect operation,
to avoid potential deadlocks.

Fixes vaadin#16293

2.8.8

Toggle 2.8.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: prevent deadlock on concurrent push disconnection (vaadin#16544) (

…vaadin#16582) (vaadin#16585)

If the AtmospherePushConnection.disconnect method is invoked concurrently
by multiple threads, a deadlock may happen if the servlet container
somehow locks HTTP session, as closing AtmosphereResource may cause
accesses to the HTTP session.
For example, is a thread (A) is invalidating the HTTP session, thus closing
Vaadin UIs and disconnecting push, and another thread (B) is also
requesting a push disconnect, then B will be blocked when closing the
atmosphere resource by the lock on the session held by A, but A is
actually waiting to acquire the lock on AtmospherePushConnection held by B,
causing the deadlock.
This change allows a single thread to perform the disconnect operation,
to avoid potential deadlocks.

Fixes vaadin#16293

Co-authored-by: Marco Collovati <marco@vaadin.com>

9.1.0.alpha1

Toggle 9.1.0.alpha1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: prevent deadlock on concurrent push disconnection (vaadin#16544)…

… (CP: 9.1) (vaadin#16579)

If the AtmospherePushConnection.disconnect method is invoked concurrently
by multiple threads, a deadlock may happen if the servlet container
somehow locks HTTP session, as closing AtmosphereResource may cause
accesses to the HTTP session.
For example, is a thread (A) is invalidating the HTTP session, thus closing
Vaadin UIs and disconnecting push, and another thread (B) is also
requesting a push disconnect, then B will be blocked when closing the
atmosphere resource by the lock on the session held by A, but A is
actually waiting to acquire the lock on AtmospherePushConnection held by B,
causing the deadlock.
This change allows a single thread to perform the disconnect operation,
to avoid potential deadlocks.

Fixes vaadin#16293

2.9.0.alpha2

Toggle 2.9.0.alpha2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: use OS path separator in stats plugin (vaadin#16559)

The StatsPlugin uses an hard-coded forwars slash charachter to split
the file identifier in path segments.
This produces wrong results when running on Windows, as the identifier
contains back slashes.
This change uses node 'path.sep' as split chars

Fixes vaadin#16234

2.8.7

Toggle 2.8.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: use OS path separator in stats plugi
3FF0
n (vaadin#16559) (vaadin#16566)

The StatsPlugin uses an hard-coded forwars slash charachter to split
the file identifier in path segments.
This produces wrong results when running on Windows, as the identifier
contains back slashes.
This change uses node 'path.sep' as split chars

Fixes vaadin#16234

Co-authored-by: Marco Collovati <marco@vaadin.com>
0