-
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 60653cd
Showing
49 changed files
with
89 additions
and
3,362 deletions.
There are no files selected for viewing
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
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
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; | ||
} | ||
} |
Oops, something went wrong.