This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 056292374bd5375f652bb55b41219971e1209eaf Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Jun 28 11:04:44 2024 +0200 CAMEL-20798: EndpointServiceLocation on components to make it possible to know which remote system Camel connects to to assist for monitoring and observability - Google Pubsub Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- .../org/apache/camel/component/google/pubsub/GooglePubsubEndpoint.java | 1 - 1 file changed, 1 deletion(-) diff --git a/components/camel-google/camel-google-pubsub/src/main/java/org/apache/camel/component/google/pubsub/GooglePubsubEndpoint.java b/components/camel-google/camel-google-pubsub/src/main/java/org/apache/camel/component/google/pubsub/GooglePubsubEndpoint.java index e8ec322336a..b714ab3a95b 100644 --- a/components/camel-google/camel-google-pubsub/src/main/java/org/apache/camel/component/google/pubsub/GooglePubsubEndpoint.java +++ b/components/camel-google/camel-google-pubsub/src/main/java/org/apache/camel/component/google/pubsub/GooglePubsubEndpoint.java @@ -277,7 +277,6 @@ public class GooglePubsubEndpoint extends DefaultEndpoint implements EndpointSer public Map<String, String> getServiceMetadata() { if (getDestinationName() != null) { return Map.of("destinationName", getDestinationName()); - ); } return null; }