-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Disable dev mode gizmo to not use web-sockets (#43)
* Revert "test: Swap the Push to long polling (#41)" This reverts commit 578a529 * fix: Disable dev mode gizmo to not use web-sockets * fix: Disable dev mode gizmo in the servlet init params
- Loading branch information
Showing
3 changed files
with
8 additions
and
9 deletions.
There are no files selected for viewing
4 changes: 0 additions & 4 deletions
4
...ation-tests/common-test-code/src/main/java/com/vaadin/flow/quarkus/it/AppShellConfig.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
package com.vaadin.flow.quarkus.it; | ||
|
||
import com.vaadin.flow.component.page.AppShellConfigurator; | ||
import com.vaadin.flow.component.page.Push; | ||
import com.vaadin.flow.shared.ui.Transport; | ||
import com.vaadin.flow.theme.Theme; | ||
|
||
@Theme("reusable-theme") | ||
// TODO: Enable websockets when they are in use in Quarkus | ||
@Push(transport = Transport.LONG_POLLING) | ||
public class AppShellConfig implements AppShellConfigurator { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters