You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/08/09 05:04:15 UTC

[camel] branch camel-3.18.x updated: Add/refine labels on core JARs

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

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


The following commit(s) were added to refs/heads/camel-3.18.x by this push:
     new 153f44246fd Add/refine labels on core JARs
153f44246fd is described below

commit 153f44246fd7a7f45eaff59443cb4e7dde40d76d
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Aug 9 07:03:51 2022 +0200

    Add/refine labels on core JARs
---
 .../src/generated/resources/org/apache/camel/catalog/others/cloud.json  | 2 +-
 .../generated/resources/org/apache/camel/catalog/others/console.json    | 2 +-
 .../src/generated/resources/org/apache/camel/catalog/others/health.json | 2 +-
 core/camel-api/pom.xml                                                  | 1 +
 core/camel-api/src/generated/resources/api.json                         | 1 +
 core/camel-base-engine/pom.xml                                          | 1 +
 core/camel-base-engine/src/generated/resources/base-engine.json         | 1 +
 core/camel-base/pom.xml                                                 | 1 +
 core/camel-base/src/generated/resources/base.json                       | 1 +
 core/camel-cloud/pom.xml                                                | 2 +-
 core/camel-cloud/src/generated/resources/cloud.json                     | 2 +-
 core/camel-console/pom.xml                                              | 2 +-
 core/camel-console/src/generated/resources/console.json                 | 2 +-
 core/camel-core-catalog/pom.xml                                         | 1 +
 core/camel-core-catalog/src/generated/resources/core-catalog.json       | 1 +
 core/camel-core-languages/pom.xml                                       | 2 +-
 core/camel-core-xml/pom.xml                                             | 1 +
 core/camel-core-xml/src/generated/resources/core-xml.json               | 1 +
 core/camel-health/pom.xml                                               | 2 +-
 core/camel-health/src/generated/resources/health.json                   | 2 +-
 core/camel-support/pom.xml                                              | 1 +
 core/camel-support/src/generated/resources/support.json                 | 1 +
 core/camel-util/pom.xml                                                 | 1 +
 core/camel-util/src/generated/resources/util.json                       | 1 +
 core/camel-xml-io-util/pom.xml                                          | 1 +
 core/camel-xml-io-util/src/generated/resources/xml-io-util.json         | 1 +
 core/camel-xml-io/pom.xml                                               | 1 +
 core/camel-xml-io/src/generated/resources/xml-io.json                   | 1 +
 core/camel-xml-jaxb/pom.xml                                             | 1 +
 core/camel-xml-jaxb/src/generated/resources/xml-jaxb.json               | 1 +
 core/camel-xml-jaxp/pom.xml                                             | 2 +-
 31 files changed, 31 insertions(+), 11 deletions(-)

diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/cloud.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/cloud.json
index 76c2535e1cf..54d8fa4e26b 100644
--- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/cloud.json
+++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/cloud.json
@@ -6,7 +6,7 @@
     "description": "Camel Cloud support",
     "deprecated": false,
     "firstVersion": "3.0",
-    "label": "cloud",
+    "label": "core,cloud",
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-cloud",
diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/console.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/console.json
index 1de3066bb5e..412eb5d6feb 100644
--- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/console.json
+++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/console.json
@@ -6,7 +6,7 @@
     "description": "Camel Developer Console",
     "deprecated": false,
     "firstVersion": "3.15.0",
-    "label": "core",
+    "label": "core,management",
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-console",
diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/health.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/health.json
index d0b00270069..fef537cca7a 100644
--- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/health.json
+++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/health.json
@@ -6,7 +6,7 @@
     "description": "Camel Health Support",
     "deprecated": false,
     "firstVersion": "3.4.0",
-    "label": "core",
+    "label": "core,management",
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-health",
diff --git a/core/camel-api/pom.xml b/core/camel-api/pom.xml
index 08444d2bb10..b00135ae299 100644
--- a/core/camel-api/pom.xml
+++ b/core/camel-api/pom.xml
@@ -34,6 +34,7 @@
 
     <properties>
         <firstVersion>3.0.0</firstVersion>
+        <label>core</label>
         <camel.osgi.export.pkg>$${replace;{local-packages};;;\;},org.apache.camel.spi.annotations
         </camel.osgi.export.pkg>
         <camel.osgi.import>
diff --git a/core/camel-api/src/generated/resources/api.json b/core/camel-api/src/generated/resources/api.json
index f1de501a53a..8f18cce3ced 100644
--- a/core/camel-api/src/generated/resources/api.json
+++ b/core/camel-api/src/generated/resources/api.json
@@ -6,6 +6,7 @@
     "description": "The Camel API",
     "deprecated": false,
     "firstVersion": "3.0.0",
+    "label": "core",
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-api",
diff --git a/core/camel-base-engine/pom.xml b/core/camel-base-engine/pom.xml
index e34dddcf6f8..89ecacd5a1b 100644
--- a/core/camel-base-engine/pom.xml
+++ b/core/camel-base-engine/pom.xml
@@ -34,6 +34,7 @@
 
     <properties>
         <firstVersion>3.7.0</firstVersion>
+        <label>core</label>
     </properties>
 
     <dependencies>
diff --git a/core/camel-base-engine/src/generated/resources/base-engine.json b/core/camel-base-engine/src/generated/resources/base-engine.json
index 2ab5906cfd0..a2cc00ba554 100644
--- a/core/camel-base-engine/src/generated/resources/base-engine.json
+++ b/core/camel-base-engine/src/generated/resources/base-engine.json
@@ -6,6 +6,7 @@
     "description": "The Base Engine Camel Framework",
     "deprecated": false,
     "firstVersion": "3.7.0",
+    "label": "core",
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-base-engine",
diff --git a/core/camel-base/pom.xml b/core/camel-base/pom.xml
index fbcfbd19372..bd7a59138a8 100644
--- a/core/camel-base/pom.xml
+++ b/core/camel-base/pom.xml
@@ -34,6 +34,7 @@
 
     <properties>
         <firstVersion>3.0.0</firstVersion>
+        <label>core</label>
     </properties>
 
     <dependencies>
diff --git a/core/camel-base/src/generated/resources/base.json b/core/camel-base/src/generated/resources/base.json
index 3665fd83f3d..45d16b84a64 100644
--- a/core/camel-base/src/generated/resources/base.json
+++ b/core/camel-base/src/generated/resources/base.json
@@ -6,6 +6,7 @@
     "description": "The Base Camel Framework",
     "deprecated": false,
     "firstVersion": "3.0.0",
+    "label": "core",
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-base",
diff --git a/core/camel-cloud/pom.xml b/core/camel-cloud/pom.xml
index 69903de57cd..099f0445151 100644
--- a/core/camel-cloud/pom.xml
+++ b/core/camel-cloud/pom.xml
@@ -33,7 +33,7 @@
 
     <properties>
         <firstVersion>3.0</firstVersion>
-        <label>cloud</label>
+        <label>core,cloud</label>
     </properties>
 
     <dependencies>
diff --git a/core/camel-cloud/src/generated/resources/cloud.json b/core/camel-cloud/src/generated/resources/cloud.json
index 76c2535e1cf..54d8fa4e26b 100644
--- a/core/camel-cloud/src/generated/resources/cloud.json
+++ b/core/camel-cloud/src/generated/resources/cloud.json
@@ -6,7 +6,7 @@
     "description": "Camel Cloud support",
     "deprecated": false,
     "firstVersion": "3.0",
-    "label": "cloud",
+    "label": "core,cloud",
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-cloud",
diff --git a/core/camel-console/pom.xml b/core/camel-console/pom.xml
index 10cf5a1bded..800b2a8a1ac 100644
--- a/core/camel-console/pom.xml
+++ b/core/camel-console/pom.xml
@@ -34,7 +34,7 @@
 
     <properties>
         <firstVersion>3.15.0</firstVersion>
-        <label>core</label>
+        <label>core,management</label>
         <camel-prepare-component>false</camel-prepare-component>
     </properties>
 
diff --git a/core/camel-console/src/generated/resources/console.json b/core/camel-console/src/generated/resources/console.json
index 1de3066bb5e..412eb5d6feb 100644
--- a/core/camel-console/src/generated/resources/console.json
+++ b/core/camel-console/src/generated/resources/console.json
@@ -6,7 +6,7 @@
     "description": "Camel Developer Console",
     "deprecated": false,
     "firstVersion": "3.15.0",
-    "label": "core",
+    "label": "core,management",
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-console",
diff --git a/core/camel-core-catalog/pom.xml b/core/camel-core-catalog/pom.xml
index 915430a9942..6dcbb4ed27c 100644
--- a/core/camel-core-catalog/pom.xml
+++ b/core/camel-core-catalog/pom.xml
@@ -34,6 +34,7 @@
 
     <properties>
         <firstVersion>3.1.0</firstVersion>
+        <label>core,tooling</label>
     </properties>
 
     <dependencies>
diff --git a/core/camel-core-catalog/src/generated/resources/core-catalog.json b/core/camel-core-catalog/src/generated/resources/core-catalog.json
index 2c378b30be6..5c935c53de2 100644
--- a/core/camel-core-catalog/src/generated/resources/core-catalog.json
+++ b/core/camel-core-catalog/src/generated/resources/core-catalog.json
@@ -6,6 +6,7 @@
     "description": "The Camel Core Catalog",
     "deprecated": false,
     "firstVersion": "3.1.0",
+    "label": "core,tooling",
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-core-catalog",
diff --git a/core/camel-core-languages/pom.xml b/core/camel-core-languages/pom.xml
index 4aa9673cf25..cee2ca11e62 100644
--- a/core/camel-core-languages/pom.xml
+++ b/core/camel-core-languages/pom.xml
@@ -34,7 +34,7 @@
 
     <properties>
         <firstVersion>3.2.0</firstVersion>
-        <label>core</label>
+        <label>core,language</label>
         <camel-prepare-component>true</camel-prepare-component>
     </properties>
 
diff --git a/core/camel-core-xml/pom.xml b/core/camel-core-xml/pom.xml
index 4c61270cd0c..97aa53dacd9 100644
--- a/core/camel-core-xml/pom.xml
+++ b/core/camel-core-xml/pom.xml
@@ -33,6 +33,7 @@
 
     <properties>
         <firstVersion>2.4.0</firstVersion>
+        <label>dsl</label>
         <camel.osgi.import>
             javax.xml.bind*;version="[2.2,3.0)",
             *
diff --git a/core/camel-core-xml/src/generated/resources/core-xml.json b/core/camel-core-xml/src/generated/resources/core-xml.json
index 922363e7545..378350ef0f6 100644
--- a/core/camel-core-xml/src/generated/resources/core-xml.json
+++ b/core/camel-core-xml/src/generated/resources/core-xml.json
@@ -6,6 +6,7 @@
     "description": "Camel Core XML support",
     "deprecated": false,
     "firstVersion": "2.4.0",
+    "label": "dsl",
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-core-xml",
diff --git a/core/camel-health/pom.xml b/core/camel-health/pom.xml
index a649b60c527..70d017d01f2 100644
--- a/core/camel-health/pom.xml
+++ b/core/camel-health/pom.xml
@@ -34,7 +34,7 @@
 
     <properties>
         <firstVersion>3.4.0</firstVersion>
-        <label>core</label>
+        <label>core,management</label>
         <camel-prepare-component>false</camel-prepare-component>
     </properties>
 
diff --git a/core/camel-health/src/generated/resources/health.json b/core/camel-health/src/generated/resources/health.json
index d0b00270069..fef537cca7a 100644
--- a/core/camel-health/src/generated/resources/health.json
+++ b/core/camel-health/src/generated/resources/health.json
@@ -6,7 +6,7 @@
     "description": "Camel Health Support",
     "deprecated": false,
     "firstVersion": "3.4.0",
-    "label": "core",
+    "label": "core,management",
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-health",
diff --git a/core/camel-support/pom.xml b/core/camel-support/pom.xml
index 04cb06a2bba..9313b563a68 100644
--- a/core/camel-support/pom.xml
+++ b/core/camel-support/pom.xml
@@ -34,6 +34,7 @@
 
     <properties>
         <firstVersion>3.0.0</firstVersion>
+        <label>core</label>
     </properties>
 
     <dependencies>
diff --git a/core/camel-support/src/generated/resources/support.json b/core/camel-support/src/generated/resources/support.json
index 1b9e8af101b..f9047a6d7fb 100644
--- a/core/camel-support/src/generated/resources/support.json
+++ b/core/camel-support/src/generated/resources/support.json
@@ -6,6 +6,7 @@
     "description": "The Camel Support",
     "deprecated": false,
     "firstVersion": "3.0.0",
+    "label": "core",
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-support",
diff --git a/core/camel-util/pom.xml b/core/camel-util/pom.xml
index 08d5ed3e612..f1835f6abec 100644
--- a/core/camel-util/pom.xml
+++ b/core/camel-util/pom.xml
@@ -34,6 +34,7 @@
 
     <properties>
         <firstVersion>3.0.0</firstVersion>
+        <label>core</label>
     </properties>
 
     <dependencies>
diff --git a/core/camel-util/src/generated/resources/util.json b/core/camel-util/src/generated/resources/util.json
index 61938e6ea48..39ff4418b18 100644
--- a/core/camel-util/src/generated/resources/util.json
+++ b/core/camel-util/src/generated/resources/util.json
@@ -6,6 +6,7 @@
     "description": "The Camel Utilities",
     "deprecated": false,
     "firstVersion": "3.0.0",
+    "label": "core",
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-util",
diff --git a/core/camel-xml-io-util/pom.xml b/core/camel-xml-io-util/pom.xml
index b5f25f3927a..b5599c5dc78 100644
--- a/core/camel-xml-io-util/pom.xml
+++ b/core/camel-xml-io-util/pom.xml
@@ -33,6 +33,7 @@
 
     <properties>
         <firstVersion>3.10.0</firstVersion>
+        <label>core,xml</label>
     </properties>
 
     <dependencies>
diff --git a/core/camel-xml-io-util/src/generated/resources/xml-io-util.json b/core/camel-xml-io-util/src/generated/resources/xml-io-util.json
index 6590b163387..9fc9b53a0cd 100644
--- a/core/camel-xml-io-util/src/generated/resources/xml-io-util.json
+++ b/core/camel-xml-io-util/src/generated/resources/xml-io-util.json
@@ -6,6 +6,7 @@
     "description": "Camel XML IO Utilities",
     "deprecated": false,
     "firstVersion": "3.10.0",
+    "label": "core,xml",
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-xml-io-util",
diff --git a/core/camel-xml-io/pom.xml b/core/camel-xml-io/pom.xml
index f2cde4fd6bc..3dbecc4a0df 100644
--- a/core/camel-xml-io/pom.xml
+++ b/core/camel-xml-io/pom.xml
@@ -32,6 +32,7 @@
 
     <properties>
         <firstVersion>3.1.0</firstVersion>
+        <label>dsl</label>
         <camel-generate-xml-parser>true</camel-generate-xml-parser>
     </properties>
 
diff --git a/core/camel-xml-io/src/generated/resources/xml-io.json b/core/camel-xml-io/src/generated/resources/xml-io.json
index 87a9e55ac5b..3075754533a 100644
--- a/core/camel-xml-io/src/generated/resources/xml-io.json
+++ b/core/camel-xml-io/src/generated/resources/xml-io.json
@@ -6,6 +6,7 @@
     "description": "Camel XML IO",
     "deprecated": false,
     "firstVersion": "3.1.0",
+    "label": "dsl",
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-xml-io",
diff --git a/core/camel-xml-jaxb/pom.xml b/core/camel-xml-jaxb/pom.xml
index 8bb814992c9..a25622739fa 100644
--- a/core/camel-xml-jaxb/pom.xml
+++ b/core/camel-xml-jaxb/pom.xml
@@ -33,6 +33,7 @@
 
     <properties>
         <firstVersion>3.1.0</firstVersion>
+        <label>dsl</label>
         <camel.osgi.import>
             org.apache.camel.model;${camel.osgi.import.camel.version},
             org.apache.camel.model.cloud;${camel.osgi.import.camel.version},
diff --git a/core/camel-xml-jaxb/src/generated/resources/xml-jaxb.json b/core/camel-xml-jaxb/src/generated/resources/xml-jaxb.json
index f2c6861754f..f09252f85dc 100644
--- a/core/camel-xml-jaxb/src/generated/resources/xml-jaxb.json
+++ b/core/camel-xml-jaxb/src/generated/resources/xml-jaxb.json
@@ -6,6 +6,7 @@
     "description": "Camel XML JAXB",
     "deprecated": false,
     "firstVersion": "3.1.0",
+    "label": "dsl",
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-xml-jaxb",
diff --git a/core/camel-xml-jaxp/pom.xml b/core/camel-xml-jaxp/pom.xml
index d5005571d27..89acf82d510 100644
--- a/core/camel-xml-jaxp/pom.xml
+++ b/core/camel-xml-jaxp/pom.xml
@@ -33,7 +33,7 @@
 
     <properties>
         <firstVersion>3.0.0</firstVersion>
-        <label>core</label>
+        <label>core,xml</label>
         <camel-prepare-component>true</camel-prepare-component>
     </properties>