This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch ra in repository https://gitbox.apache.org/repos/asf/camel.git
commit e92f9c872bb9e0fecb60b341226e870b8e7573c3 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon May 27 14:23:47 2024 +0200 CAMEL-20798: Add RemoteAddress to endpoints so they can tell the url/hostname etc for the system it connects. This is needed for better monitoring, tracing and management. Add this information into camel-tracer as tags. --- .../resources/org/apache/camel/catalog/dev-consoles.properties | 3 --- .../resources/META-INF/services/org/apache/camel/other.properties | 7 +++++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dev-consoles.properties b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dev-consoles.properties index 3fa1c5adba8..ef2cac92511 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dev-consoles.properties +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dev-consoles.properties @@ -19,9 +19,6 @@ jvm log memory micrometer -mina -mllp -netty platform-http properties protocol diff --git a/components/camel-knative/camel-knative-http/src/generated/resources/META-INF/services/org/apache/camel/other.properties b/components/camel-knative/camel-knative-http/src/generated/resources/META-INF/services/org/apache/camel/other.properties new file mode 100644 index 00000000000..5f4da03c7a6 --- /dev/null +++ b/components/camel-knative/camel-knative-http/src/generated/resources/META-INF/services/org/apache/camel/other.properties @@ -0,0 +1,7 @@ +# Generated by camel build tools - do NOT edit this file! +name=knative-http +groupId=org.apache.camel +artifactId=camel-knative-http +version=4.7.0-SNAPSHOT +projectName=Camel :: Knative HTTP +projectDescription=Camel Knative HTTP