-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove old Dev UI: Extension and Core
Signed-off-by: Phillip Kruger <[email protected]>
- Loading branch information
1 parent
c43f0bd
commit 2c4fe29
Showing
47 changed files
with
36 additions
and
3,360 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
2 changes: 1 addition & 1 deletion
2
...t/devmode/console/ConfiguredPathInfo.java → ...eployment/devmode/ConfiguredPathInfo.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
5 changes: 2 additions & 3 deletions
5
...console/DevConsoleFailedStartHandler.java → ...nt/devmode/DevModeFailedStartHandler.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,13 +1,12 @@ | ||
package io.quarkus.vertx.http.deployment.devmode.console; | ||
package io.quarkus.vertx.http.deployment.devmode; | ||
|
||
import io.quarkus.dev.config.CurrentConfig; | ||
import io.quarkus.dev.spi.DeploymentFailedStartHandler; | ||
import io.quarkus.devui.deployment.menu.ConfigurationProcessor; | ||
|
||
public class DevConsoleFailedStartHandler implements DeploymentFailedStartHandler { | ||
public class DevModeFailedStartHandler implements DeploymentFailedStartHandler { | ||
@Override | ||
public void handleFailedInitialStart() { | ||
DevConsoleProcessor.initializeVirtual(); | ||
CurrentConfig.EDITOR = ConfigurationProcessor::updateConfig; | ||
} | ||
} |
248 changes: 0 additions & 248 deletions
248
...deployment/src/main/java/io/quarkus/vertx/http/deployment/devmode/console/DevConsole.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.