Commit 576227a
committed
Vert.x: do not disable websockets extensions init if websockets-next is
present
- there's an optimization introduced in #31715 that disables WebSockets
extensions initialization if the legacy quarkus-websocket is not
present, it should be quarkus-websocket && quarkus-websocket-next
- fixes #531591 parent 00810cc commit 576227a
File tree
1 file changed
+3
-1
lines changed- extensions/vertx-http/deployment/src/main/java/io/quarkus/vertx/http/deployment
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
561 | 561 | | |
562 | 562 | | |
563 | 563 | | |
564 | | - | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
565 | 567 | | |
566 | 568 | | |
567 | 569 | | |
| |||
0 commit comments