-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9f79eb4
commit 4441529
Showing
39 changed files
with
192 additions
and
244 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
131 changes: 0 additions & 131 deletions
131
vertx-grpc-common/src/main/java/io/vertx/grpc/common/PercentEncoding.java
This file was deleted.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
module io.vertx.grpc.server { | ||
requires io.netty.buffer; | ||
requires io.netty.codec; | ||
requires io.vertx.core.logging; | ||
requires transitive io.vertx.grpc.common; | ||
requires static io.vertx.docgen; | ||
requires static io.vertx.codegen.api; | ||
requires static io.vertx.codegen.json; | ||
requires com.google.protobuf; | ||
requires com.google.protobuf.util; | ||
exports io.vertx.grpc.server; | ||
requires io.vertx.grpc.transcoding; | ||
requires io.vertx.codegen.api; | ||
requires io.netty.codec; | ||
requires io.netty.buffer; | ||
exports io.vertx.grpc.server; | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,15 @@ | ||
open module io.vertx.tests.server { | ||
requires com.google.protobuf; | ||
requires com.google.common; | ||
requires io.grpc; | ||
requires io.grpc; | ||
requires io.grpc.stub; | ||
requires io.grpc.util; | ||
requires io.grpc.protobuf; | ||
requires io.vertx.core; | ||
requires io.vertx.grpc.common; | ||
requires io.vertx.grpc.common; | ||
requires io.vertx.grpc.server; | ||
requires io.vertx.testing.unit; | ||
requires io.vertx.tests.common; | ||
requires junit; | ||
requires testcontainers; | ||
requires com.google.protobuf.util; | ||
requires io.vertx.grpc.transcoding; | ||
requires com.google.protobuf.util; | ||
requires com.google.protobuf; | ||
} |
Oops, something went wrong.