Skip to content

Commit

Permalink
Merge pull request #35049 from phillip-kruger/dev-ui-remove-grpc
Browse files Browse the repository at this point in the history
Remove Old Dev UI: gRPC
  • Loading branch information
phillip-kruger authored Jul 27, 2023
2 parents acff28d + 51f0f1d commit b1626f4
Show file tree
Hide file tree
Showing 12 changed files with 172 additions and 1,161 deletions.
6 changes: 0 additions & 6 deletions extensions/grpc/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,7 @@
<artifactId>quarkus-grpc-codegen</artifactId>
</dependency>

<!-- for dev mode -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-vertx-http-dev-console-spi</artifactId>
</dependency>

<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-reactive-deployment</artifactId>
<scope>test</scope>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.quarkus.grpc.deployment.devmode;
package io.quarkus.grpc.deployment;

import static java.util.Arrays.asList;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
import io.quarkus.grpc.auth.DefaultAuthExceptionHandlerProvider;
import io.quarkus.grpc.auth.GrpcSecurityInterceptor;
import io.quarkus.grpc.auth.GrpcSecurityRecorder;
import io.quarkus.grpc.deployment.devmode.FieldDefinalizingVisitor;
import io.quarkus.grpc.protoc.plugin.MutinyGrpcGenerator;
import io.quarkus.grpc.runtime.GrpcContainer;
import io.quarkus.grpc.runtime.GrpcServerRecorder;
Expand Down

This file was deleted.

Loading

0 comments on commit b1626f4

Please sign in to comment.