-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Richard Bair <[email protected]>
- Loading branch information
Showing
4 changed files
with
11 additions
and
8 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
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,7 +1,10 @@ | ||
# pbj-grpc-helidon-config | ||
|
||
This project contains just the configuration definition for the `pbj-grpc-helidon` module. | ||
This project contains just the configuration definition for the | ||
`pbj-grpc-helidon` module. | ||
|
||
Helidon modules require a "config blueprint". An annotation processor takes that "blueprint" and generates some | ||
metadata in META-INF and some code. The module then needs to compile against the generated code. Since Gradle is not | ||
capable of doing this in a single build, we have to split the configuration into a separate module. | ||
Helidon modules require a "config blueprint". An annotation processor takes that | ||
"blueprint" and generates some metadata in META-INF and some code. The module | ||
then needs to compile against the generated code. Since Gradle is not capable of | ||
doing this in a single build, we have to split the configuration into a separate | ||
module. |
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,4 +1,4 @@ | ||
# PBJ GRPC Helidon | ||
|
||
This project produces a module for Helidon that enables native support for PBJ | ||
gRPC services. | ||
gRPC services. |
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