This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 889c8861732 CAMEL-20361: camel-jbang - Make jolokia pluggable for 
camel-platform-http-main (#12985)
889c8861732 is described below

commit 889c88617324bf6394e0ad3b2807b2843552666a
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Sun Feb 18 08:17:05 2024 +0100

    CAMEL-20361: camel-jbang - Make jolokia pluggable for 
camel-platform-http-main (#12985)
---
 .../generated/resources/org/apache/camel/catalog/others.properties    | 1 +
 .../org/apache/camel/catalog/others}/platform-http-jolokia.json       | 4 ++--
 .../META-INF/services/org/apache/camel/camel-platform-http-jolokia    | 2 ++
 .../src/generated/resources/platform-http-jolokia.json                | 4 ++--
 .../camel/component-platform-http-platform-http-plugin-registry       | 2 ++
 5 files changed, 9 insertions(+), 4 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
index cf4372d2792..9b64a3dd84a 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
@@ -36,6 +36,7 @@ microprofile-health
 observation
 openapi-java
 opentelemetry
+platform-http-jolokia
 platform-http-main
 platform-http-vertx
 reactive-executor-tomcat
diff --git 
a/components/camel-platform-http-jolokia/src/generated/resources/platform-http-jolokia.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/platform-http-jolokia.json
similarity index 85%
copy from 
components/camel-platform-http-jolokia/src/generated/resources/platform-http-jolokia.json
copy to 
catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/platform-http-jolokia.json
index 1d6ac0f464c..81f51f310cb 100644
--- 
a/components/camel-platform-http-jolokia/src/generated/resources/platform-http-jolokia.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/platform-http-jolokia.json
@@ -5,11 +5,11 @@
     "title": "Platform Http Jolokia",
     "description": "Jolokia plugin for standalone Camel HTTP Platform",
     "deprecated": false,
-    "firstVersion": "4.4.0",
+    "firstVersion": "4.5.0",
     "label": "http,monitoring",
     "supportLevel": "Preview",
     "groupId": "org.apache.camel",
     "artifactId": "camel-platform-http-jolokia",
-    "version": "4.4.0-SNAPSHOT"
+    "version": "4.5.0-SNAPSHOT"
   }
 }
diff --git 
a/components/camel-platform-http-jolokia/src/generated/resources/META-INF/services/org/apache/camel/camel-platform-http-jolokia
 
b/components/camel-platform-http-jolokia/src/generated/resources/META-INF/services/org/apache/camel/camel-platform-http-jolokia
new file mode 100644
index 00000000000..f37dca58d47
--- /dev/null
+++ 
b/components/camel-platform-http-jolokia/src/generated/resources/META-INF/services/org/apache/camel/camel-platform-http-jolokia
@@ -0,0 +1,2 @@
+# Generated by camel build tools - do NOT edit this file!
+class=org.apache.camel.component.platform.http.plugin.DefaultJolokiaPlatformHttpPlugin
diff --git 
a/components/camel-platform-http-jolokia/src/generated/resources/platform-http-jolokia.json
 
b/components/camel-platform-http-jolokia/src/generated/resources/platform-http-jolokia.json
index 1d6ac0f464c..81f51f310cb 100644
--- 
a/components/camel-platform-http-jolokia/src/generated/resources/platform-http-jolokia.json
+++ 
b/components/camel-platform-http-jolokia/src/generated/resources/platform-http-jolokia.json
@@ -5,11 +5,11 @@
     "title": "Platform Http Jolokia",
     "description": "Jolokia plugin for standalone Camel HTTP Platform",
     "deprecated": false,
-    "firstVersion": "4.4.0",
+    "firstVersion": "4.5.0",
     "label": "http,monitoring",
     "supportLevel": "Preview",
     "groupId": "org.apache.camel",
     "artifactId": "camel-platform-http-jolokia",
-    "version": "4.4.0-SNAPSHOT"
+    "version": "4.5.0-SNAPSHOT"
   }
 }
diff --git 
a/components/camel-platform-http/src/generated/resources/META-INF/services/org/apache/camel/component-platform-http-platform-http-plugin-registry
 
b/components/camel-platform-http/src/generated/resources/META-INF/services/org/apache/camel/component-platform-http-platform-http-plugin-registry
new file mode 100644
index 00000000000..a845295309d
--- /dev/null
+++ 
b/components/camel-platform-http/src/generated/resources/META-INF/services/org/apache/camel/component-platform-http-platform-http-plugin-registry
@@ -0,0 +1,2 @@
+# Generated by camel build tools - do NOT edit this file!
+class=org.apache.camel.component.platform.http.PlatformHttpPluginRegistry

Reply via email to