Skip to content

Commit

Permalink
Merge pull request #34972 from phillip-kruger/dev-ui-remove-cache
Browse files Browse the repository at this point in the history
Remove Old Dev UI: Cache
  • Loading branch information
phillip-kruger authored Jul 25, 2023
2 parents 0040ec9 + 7950ac9 commit 674ea46
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 674ea46

Please sign in to comment.