* Update maven dependency plugin to support dependency:analyze with Java 11
* Remove internal-test-libs
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
Work around issues with the reduced pom created by maven-shade-plugin.
See https://issues.apache.org/jira/browse/MNG-5899
Inline the reduced dependencies in the original pom.
Turn-off reduced pom generation.
Update microprofile/weld/pom.xml
Build fixes after repackaging weld.
Build fix - spotbugs exclude missing.
Simplify build and runtime events.
Using predefined priorities.
Validations for all modules in test.
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
* gRPC microprofile support (#107)
Adding gRPC microprofile support
* Resolve review comments, checkstyle and spot-bugs issues
* Fixing copyright
* Rebasing on Oracle/Helidon master
* Add support for CDI discovery of MarshallerSuppliers
* Improve error logging
* Rebasing on Oracle/Helidon master
* Changes based on pull request feedback
* Use Resource class for resources loaded from configuration
* Refactoring based on pull request feedback
* Use the standard protobuf Empty message type instead of a custom Empty message
* Support CompletionStage as a return type in MP annotated gRPC service methods