Skip to content

Commit

Permalink
Dev UI: Remove Old Dev UI: Cache
Browse files Browse the repository at this point in the history
Signed-off-by: Phillip Kruger <[email protected]>
  • Loading branch information
phillip-kruger committed Jul 25, 2023
1 parent 7597447 commit 7950ac9
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 267 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package io.quarkus.cache.deployment.devui;

import io.quarkus.cache.runtime.devconsole.CacheJsonRPCService;
import io.quarkus.cache.runtime.devui.CacheJsonRPCService;
import io.quarkus.deployment.IsDevelopment;
import io.quarkus.deployment.annotations.BuildStep;
import io.quarkus.deployment.pkg.builditem.CurateOutcomeBuildItem;
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.quarkus.cache.runtime.devconsole;
package io.quarkus.cache.runtime.devui;

import java.util.ArrayList;
import java.util.Collection;
Expand Down

This file was deleted.

0 comments on commit 7950ac9

Please sign in to comment.