This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a change to branch 3.15.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
from 9ceedbbb90 Add to copy allow-findbugs.xsl since flatten-bom needs it
even quickly build
new ecefd80f5a Fix typo in core docs form -> from
new 066b9de2f4 Exclude unwanted gRPC services from build time discovery
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../ROOT/pages/reference/extensions/core.adoc | 4 +-
.../ROOT/pages/reference/extensions/grpc.adoc | 15 ++++++
.../org/apache/camel/quarkus/core/CamelConfig.java | 8 ++--
.../CamelGrpcServiceExcludesBuildItem.java | 54 ++++++++++++++++++++++
.../component/grpc/deployment/GrpcProcessor.java | 24 ++++++++--
.../quarkus/grpc/runtime/GrpcBuildTimeConfig.java | 19 ++++++++
.../proto/{c/proto-c-1.proto => f/proto-f-1.proto} | 14 +++---
.../sub/package/other/proto-f-4.proto} | 14 +++---
.../sub/package/proto-f-3.proto} | 14 +++---
.../{c/proto-c-1.proto => f/sub/proto-f-2.proto} | 14 +++---
.../quarkus/component/grpc/it/GrpcResource.java | 19 ++++++++
.../grpc/src/main/resources/application.properties | 5 +-
.../camel/quarkus/component/grpc/it/GrpcTest.java | 16 +++++++
13 files changed, 181 insertions(+), 39 deletions(-)
create mode 100644
extensions/grpc/deployment/src/main/java/org/apache/camel/quarkus/component/grpc/deployment/CamelGrpcServiceExcludesBuildItem.java
copy
integration-tests-support/grpc/src/main/resources/org/acme/proto/{c/proto-c-1.proto
=> f/proto-f-1.proto} (79%)
copy
integration-tests-support/grpc/src/main/resources/org/acme/proto/{b/proto-b.proto
=> f/sub/package/other/proto-f-4.proto} (77%)
copy
integration-tests-support/grpc/src/main/resources/org/acme/proto/{c/sub/package/proto-c-3.proto
=> f/sub/package/proto-f-3.proto} (78%)
copy
integration-tests-support/grpc/src/main/resources/org/acme/proto/{c/proto-c-1.proto
=> f/sub/proto-f-2.proto} (78%)