From 3abf0bdab16c91dabf246b5004c35bab2bea2432 Mon Sep 17 00:00:00 2001 From: Mark Michaelis Date: Mon, 4 Feb 2019 21:09:11 +0100 Subject: [PATCH] PoC at Dead End for now Dead End because of grpc/grpc-java#3522 --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 3bdb94d..119e70b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,20 @@ # gRPC Proof-of-Concept +- - - + +🚧 **Dead End:** This PoC is at a dead end. Trying to implement the example +provided by [Baeldung][baeldung.grpc] with some extensions, the project +also tried to use Java Modules and use Java 11. + +Unfortunately JPMS is not supported up to now. To track the issue, have a +look at grpc/grpc-java#3522. + +So, the problem is using JPMS — not Java 11+, although other issues existed +(regarding the `Generated` annotation) which were related to Java 11+ but a +workaround could be applied. + +- - - + This is a proof-of-concept for using gRPC. In addition to that, the project is based on Java 11 and uses its module system.