-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Websockets next incompatible with undertow extension when using @SessionScoped
#46548
Comments
@Malandril this is similar to the issue we reported here: quarkusio/quarkus-http#168 |
@melloware I'm not sure as it seems more like regression, after checking it happens only since after quarkus 3.17.8 with the 3.18 |
Ahh ok so it was working before. |
cc @mkouba |
mkouba
added a commit
to mkouba/quarkus
that referenced
this issue
Feb 28, 2025
- the problem occurs when quarkus-websockets-next and quarkus-undertow extensions are used at the same time - fixes quarkusio#46548
mkouba
added a commit
to mkouba/quarkus
that referenced
this issue
Feb 28, 2025
- the problem occurs when quarkus-websockets-next and quarkus-undertow extensions are used at the same time - fixes quarkusio#46548
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Mar 4, 2025
- the problem occurs when quarkus-websockets-next and quarkus-undertow extensions are used at the same time - fixes quarkusio#46548 (cherry picked from commit 8e3211c)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When declaring a websocket next endpoint with
@SessionScoped
and the undertow extension is present quarkus fails withExpected behavior
Adding the Undertow extension should not make the websocket fail if it is
@SessionScoped
Actual behavior
No response
How to Reproduce?
Simply having the
undertow
extension andwebsockets-next
and the following is enoughReproducer
quarkus dev
Output of
uname -a
orver
linux
Output of
java -version
21
Quarkus version or git rev
3.19.1
Build tool (ie. output of
mvnw --version
orgradlew --version
)gradle
Additional information
This happens since quarkus 3.18
The text was updated successfully, but these errors were encountered: