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/31 05:12:04 UTC

[camel-spring-boot] branch main updated (673f8109f1e -> f4988b30d0d)

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

davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


    from 673f8109f1e Polished
     new 68193232f75 Move to dsl starter
     new 2e82ff627a6 Move to dsl starter
     new f4988b30d0d Polished

The 3 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:
 .../camel-cli-connector-starter/pom.xml            | 48 ----------------------
 components-starter/pom.xml                         |  1 -
 .../pom.xml                                        | 13 +++---
 .../src/main/docs/cli-connector.json               |  0
 .../connector/CliConnectorAutoConfiguration.java   |  0
 .../cli/connector/CliConnectorConfiguration.java   |  0
 .../cli/connector/SpringCliConnectorFactory.java   |  0
 .../cli/connector/SpringLocalCliConnector.java     |  0
 .../src/main/resources/META-INF/LICENSE.txt        |  0
 .../src/main/resources/META-INF/NOTICE.txt         |  0
 .../src/main/resources/META-INF/spring.factories   |  0
 .../src/main/resources/META-INF/spring.provides    |  0
 dsl-starter/camel-dsl-modeline-starter/pom.xml     |  2 +-
 dsl-starter/camel-groovy-dsl-starter/pom.xml       |  2 +-
 dsl-starter/camel-java-joor-dsl-starter/pom.xml    |  2 +-
 dsl-starter/camel-js-dsl-starter/pom.xml           |  2 +-
 dsl-starter/camel-jsh-dsl-starter/pom.xml          |  2 +-
 dsl-starter/camel-kotlin-dsl-starter/pom.xml       |  2 +-
 dsl-starter/camel-xml-io-dsl-starter/pom.xml       |  2 +-
 dsl-starter/camel-xml-jaxb-dsl-starter/pom.xml     |  4 +-
 dsl-starter/camel-yaml-dsl-starter/pom.xml         |  2 +-
 dsl-starter/pom.xml                                |  1 +
 tooling/camel-spring-boot-bom/pom.xml              |  5 ---
 tooling/camel-spring-boot-dependencies/pom.xml     |  5 ---
 24 files changed, 17 insertions(+), 76 deletions(-)
 delete mode 100644 components-starter/camel-cli-connector-starter/pom.xml
 copy dsl-starter/{camel-kotlin-dsl-starter => camel-cli-connector-starter}/pom.xml (79%)
 rename {components-starter => dsl-starter}/camel-cli-connector-starter/src/main/docs/cli-connector.json (100%)
 rename {components-starter => dsl-starter}/camel-cli-connector-starter/src/main/java/org/apache/camel/springboot/cli/connector/CliConnectorAutoConfiguration.java (100%)
 rename {components-starter => dsl-starter}/camel-cli-connector-starter/src/main/java/org/apache/camel/springboot/cli/connector/CliConnectorConfiguration.java (100%)
 rename {components-starter => dsl-starter}/camel-cli-connector-starter/src/main/java/org/apache/camel/springboot/cli/connector/SpringCliConnectorFactory.java (100%)
 rename {components-starter => dsl-starter}/camel-cli-connector-starter/src/main/java/org/apache/camel/springboot/cli/connector/SpringLocalCliConnector.java (100%)
 rename {components-starter => dsl-starter}/camel-cli-connector-starter/src/main/resources/META-INF/LICENSE.txt (100%)
 rename {components-starter => dsl-starter}/camel-cli-connector-starter/src/main/resources/META-INF/NOTICE.txt (100%)
 rename {components-starter => dsl-starter}/camel-cli-connector-starter/src/main/resources/META-INF/spring.factories (100%)
 rename {components-starter => dsl-starter}/camel-cli-connector-starter/src/main/resources/META-INF/spring.provides (100%)


[camel-spring-boot] 02/03: Move to dsl starter

Posted by da...@apache.org.
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-spring-boot.git

commit 2e82ff627a60627d70576844faadf84e1222b14b
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Aug 31 07:06:46 2022 +0200

    Move to dsl starter
---
 dsl-starter/camel-cli-connector-starter/pom.xml | 54 ++++++++++++-------------
 tooling/camel-spring-boot-bom/pom.xml           |  5 ---
 tooling/camel-spring-boot-dependencies/pom.xml  |  5 ---
 3 files changed, 27 insertions(+), 37 deletions(-)

diff --git a/dsl-starter/camel-cli-connector-starter/pom.xml b/dsl-starter/camel-cli-connector-starter/pom.xml
index 0d0a4a5802d..41deca50a47 100644
--- a/dsl-starter/camel-cli-connector-starter/pom.xml
+++ b/dsl-starter/camel-cli-connector-starter/pom.xml
@@ -18,31 +18,31 @@
 
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.apache.camel.springboot</groupId>
-    <artifactId>components-starter</artifactId>
-    <version>3.19.0-SNAPSHOT</version>
-  </parent>
-  <artifactId>camel-cli-connector-starter</artifactId>
-  <packaging>jar</packaging>
-  <name>Camel SB Starters :: CLI Connector</name>
-  <dependencies>
-    <dependency>
-      <groupId>org.springframework.boot</groupId>
-      <artifactId>spring-boot-starter</artifactId>
-      <version>${spring-boot-version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.camel</groupId>
-      <artifactId>camel-cli-connector</artifactId>
-      <version>${camel-version}</version>
-    </dependency>
-    <!--START OF GENERATED CODE-->
-    <dependency>
-      <groupId>org.apache.camel.springboot</groupId>
-      <artifactId>camel-core-starter</artifactId>
-    </dependency>
-    <!--END OF GENERATED CODE-->
-  </dependencies>
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.camel.springboot</groupId>
+        <artifactId>dsl-starter</artifactId>
+        <version>3.19.0-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+
+    <artifactId>camel-cli-connector-starter</artifactId>
+    <packaging>jar</packaging>
+    <name>Camel SB DSL Starters :: CLI Connector</name>
+    <description>Spring-Boot Starter for Camel DSL :: CLI Connector</description>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter</artifactId>
+            <version>${spring-boot-version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.camel</groupId>
+            <artifactId>camel-cli-connector</artifactId>
+            <version>${camel-version}</version>
+        </dependency>
+    </dependencies>
 </project>
diff --git a/tooling/camel-spring-boot-bom/pom.xml b/tooling/camel-spring-boot-bom/pom.xml
index 805dd82d041..392ad3114ba 100644
--- a/tooling/camel-spring-boot-bom/pom.xml
+++ b/tooling/camel-spring-boot-bom/pom.xml
@@ -328,11 +328,6 @@
         <artifactId>camel-chunk-starter</artifactId>
         <version>${project.version}</version>
       </dependency>
-      <dependency>
-        <groupId>org.apache.camel.springboot</groupId>
-        <artifactId>camel-cli-connector-starter</artifactId>
-        <version>${project.version}</version>
-      </dependency>
       <dependency>
         <groupId>org.apache.camel.springboot</groupId>
         <artifactId>camel-cloudevents-starter</artifactId>
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml b/tooling/camel-spring-boot-dependencies/pom.xml
index 7a06ad5c469..6e7057ea5cc 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -521,11 +521,6 @@
         <artifactId>camel-chunk-starter</artifactId>
         <version>${project.version}</version>
       </dependency>
-      <dependency>
-        <groupId>org.apache.camel.springboot</groupId>
-        <artifactId>camel-cli-connector-starter</artifactId>
-        <version>${project.version}</version>
-      </dependency>
       <dependency>
         <groupId>org.apache.camel.springboot</groupId>
         <artifactId>camel-cloudevents-starter</artifactId>


[camel-spring-boot] 03/03: Polished

Posted by da...@apache.org.
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-spring-boot.git

commit f4988b30d0d9cbd71783bbaaa746c22cbbd66728
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Aug 31 07:11:54 2022 +0200

    Polished
---
 dsl-starter/camel-dsl-modeline-starter/pom.xml  | 2 +-
 dsl-starter/camel-groovy-dsl-starter/pom.xml    | 2 +-
 dsl-starter/camel-java-joor-dsl-starter/pom.xml | 2 +-
 dsl-starter/camel-js-dsl-starter/pom.xml        | 2 +-
 dsl-starter/camel-jsh-dsl-starter/pom.xml       | 2 +-
 dsl-starter/camel-kotlin-dsl-starter/pom.xml    | 2 +-
 dsl-starter/camel-xml-io-dsl-starter/pom.xml    | 2 +-
 dsl-starter/camel-xml-jaxb-dsl-starter/pom.xml  | 4 ++--
 dsl-starter/camel-yaml-dsl-starter/pom.xml      | 2 +-
 9 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/dsl-starter/camel-dsl-modeline-starter/pom.xml b/dsl-starter/camel-dsl-modeline-starter/pom.xml
index 97a254d2b1a..24fe2a235e5 100644
--- a/dsl-starter/camel-dsl-modeline-starter/pom.xml
+++ b/dsl-starter/camel-dsl-modeline-starter/pom.xml
@@ -31,7 +31,7 @@
 
     <artifactId>camel-dsl-modeline-starter</artifactId>
     <packaging>jar</packaging>
-    <name>Camel SB DSL Starters :: DSL Modeline Starter</name>
+    <name>Camel SB DSL Starters :: DSL Modeline</name>
     <description>Spring-Boot Starter for Camel DSL :: DSL Modeline</description>
 
     <dependencies>
diff --git a/dsl-starter/camel-groovy-dsl-starter/pom.xml b/dsl-starter/camel-groovy-dsl-starter/pom.xml
index bcc0b0c9717..0d32ca16fce 100644
--- a/dsl-starter/camel-groovy-dsl-starter/pom.xml
+++ b/dsl-starter/camel-groovy-dsl-starter/pom.xml
@@ -31,7 +31,7 @@
 
     <artifactId>camel-groovy-dsl-starter</artifactId>
     <packaging>jar</packaging>
-    <name>Camel SB DSL Starters :: Groovy Starter</name>
+    <name>Camel SB DSL Starters :: Groovy DSL</name>
     <description>Spring-Boot Starter for Camel DSL :: Groovy</description>
 
     <dependencies>
diff --git a/dsl-starter/camel-java-joor-dsl-starter/pom.xml b/dsl-starter/camel-java-joor-dsl-starter/pom.xml
index 03168c097da..5702f3768ff 100644
--- a/dsl-starter/camel-java-joor-dsl-starter/pom.xml
+++ b/dsl-starter/camel-java-joor-dsl-starter/pom.xml
@@ -31,7 +31,7 @@
 
     <artifactId>camel-java-joor-dsl-starter</artifactId>
     <packaging>jar</packaging>
-    <name>Camel SB DSL Starters :: Java Joor Starter</name>
+    <name>Camel SB DSL Starters :: Java Joor DSL</name>
     <description>Spring-Boot Starter for Camel DSL :: Java Joor</description>
 
     <dependencies>
diff --git a/dsl-starter/camel-js-dsl-starter/pom.xml b/dsl-starter/camel-js-dsl-starter/pom.xml
index c3064f5ce08..6bbbe80e216 100644
--- a/dsl-starter/camel-js-dsl-starter/pom.xml
+++ b/dsl-starter/camel-js-dsl-starter/pom.xml
@@ -31,7 +31,7 @@
 
     <artifactId>camel-js-dsl-starter</artifactId>
     <packaging>jar</packaging>
-    <name>Camel SB DSL Starters :: JavaScript Starter</name>
+    <name>Camel SB DSL Starters :: JavaScript DSL</name>
     <description>Spring-Boot Starter for Camel DSL :: JavaScript</description>
 
     <dependencies>
diff --git a/dsl-starter/camel-jsh-dsl-starter/pom.xml b/dsl-starter/camel-jsh-dsl-starter/pom.xml
index 0ccfe726560..c2d862b6be9 100644
--- a/dsl-starter/camel-jsh-dsl-starter/pom.xml
+++ b/dsl-starter/camel-jsh-dsl-starter/pom.xml
@@ -31,7 +31,7 @@
 
     <artifactId>camel-jsh-dsl-starter</artifactId>
     <packaging>jar</packaging>
-    <name>Camel SB DSL Starters :: JavaShell Starter</name>
+    <name>Camel SB DSL Starters :: JavaShell DSL</name>
     <description>Spring-Boot Starter for Camel DSL :: JavaShell</description>
 
     <dependencies>
diff --git a/dsl-starter/camel-kotlin-dsl-starter/pom.xml b/dsl-starter/camel-kotlin-dsl-starter/pom.xml
index 15628df5c1c..11d3b098543 100644
--- a/dsl-starter/camel-kotlin-dsl-starter/pom.xml
+++ b/dsl-starter/camel-kotlin-dsl-starter/pom.xml
@@ -31,7 +31,7 @@
 
     <artifactId>camel-kotlin-dsl-starter</artifactId>
     <packaging>jar</packaging>
-    <name>Camel SB DSL Starters :: Kotlin Starter</name>
+    <name>Camel SB DSL Starters :: Kotlin DSL</name>
     <description>Spring-Boot Starter for Camel DSL :: Kotlin</description>
 
     <dependencies>
diff --git a/dsl-starter/camel-xml-io-dsl-starter/pom.xml b/dsl-starter/camel-xml-io-dsl-starter/pom.xml
index be3908e0796..ec434b072b3 100644
--- a/dsl-starter/camel-xml-io-dsl-starter/pom.xml
+++ b/dsl-starter/camel-xml-io-dsl-starter/pom.xml
@@ -31,7 +31,7 @@
 
     <artifactId>camel-xml-io-dsl-starter</artifactId>
     <packaging>jar</packaging>
-    <name>Camel SB DSL Starters :: XML IO Starter</name>
+    <name>Camel SB DSL Starters :: XML IO DSL</name>
     <description>Spring-Boot Starter for Camel DSL :: XML IO</description>
 
     <dependencies>
diff --git a/dsl-starter/camel-xml-jaxb-dsl-starter/pom.xml b/dsl-starter/camel-xml-jaxb-dsl-starter/pom.xml
index fe2efc9c6d1..c58529babc0 100644
--- a/dsl-starter/camel-xml-jaxb-dsl-starter/pom.xml
+++ b/dsl-starter/camel-xml-jaxb-dsl-starter/pom.xml
@@ -31,8 +31,8 @@
 
     <artifactId>camel-xml-jaxb-dsl-starter</artifactId>
     <packaging>jar</packaging>
-    <name>Camel SB DSL Starters :: XML Jaxb Starter</name>
-    <description>Spring-Boot Starter for Camel DSL :: XML Jaxb</description>
+    <name>Camel SB DSL Starters :: XML JAXB DSL</name>
+    <description>Spring-Boot Starter for Camel DSL :: XML JAXB</description>
 
     <dependencies>
         <dependency>
diff --git a/dsl-starter/camel-yaml-dsl-starter/pom.xml b/dsl-starter/camel-yaml-dsl-starter/pom.xml
index a8aff8a7caf..7775da3ac69 100644
--- a/dsl-starter/camel-yaml-dsl-starter/pom.xml
+++ b/dsl-starter/camel-yaml-dsl-starter/pom.xml
@@ -31,7 +31,7 @@
 
     <artifactId>camel-yaml-dsl-starter</artifactId>
     <packaging>jar</packaging>
-    <name>Camel SB DSL Starters :: YAML Starter</name>
+    <name>Camel SB DSL Starters :: YAML DSL</name>
     <description>Spring-Boot Starter for Camel DSL :: YAML</description>
 
     <dependencies>


[camel-spring-boot] 01/03: Move to dsl starter

Posted by da...@apache.org.
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-spring-boot.git

commit 68193232f75c710c6800b06f17bd8d812f04ba4a
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Aug 31 07:03:35 2022 +0200

    Move to dsl starter
---
 components-starter/pom.xml                                               | 1 -
 {components-starter => dsl-starter}/camel-cli-connector-starter/pom.xml  | 0
 .../camel-cli-connector-starter/src/main/docs/cli-connector.json         | 0
 .../camel/springboot/cli/connector/CliConnectorAutoConfiguration.java    | 0
 .../apache/camel/springboot/cli/connector/CliConnectorConfiguration.java | 0
 .../apache/camel/springboot/cli/connector/SpringCliConnectorFactory.java | 0
 .../apache/camel/springboot/cli/connector/SpringLocalCliConnector.java   | 0
 .../camel-cli-connector-starter/src/main/resources/META-INF/LICENSE.txt  | 0
 .../camel-cli-connector-starter/src/main/resources/META-INF/NOTICE.txt   | 0
 .../src/main/resources/META-INF/spring.factories                         | 0
 .../src/main/resources/META-INF/spring.provides                          | 0
 dsl-starter/pom.xml                                                      | 1 +
 12 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/components-starter/pom.xml b/components-starter/pom.xml
index bc9148b46d1..4a8f6a70a14 100644
--- a/components-starter/pom.xml
+++ b/components-starter/pom.xml
@@ -168,7 +168,6 @@
     <module>camel-cbor-starter</module>
     <module>camel-chatscript-starter</module>
     <module>camel-chunk-starter</module>
-    <module>camel-cli-connector-starter</module>
     <module>camel-cloudevents-starter</module>
     <module>camel-cm-sms-starter</module>
     <module>camel-cmis-starter</module>
diff --git a/components-starter/camel-cli-connector-starter/pom.xml b/dsl-starter/camel-cli-connector-starter/pom.xml
similarity index 100%
rename from components-starter/camel-cli-connector-starter/pom.xml
rename to dsl-starter/camel-cli-connector-starter/pom.xml
diff --git a/components-starter/camel-cli-connector-starter/src/main/docs/cli-connector.json b/dsl-starter/camel-cli-connector-starter/src/main/docs/cli-connector.json
similarity index 100%
rename from components-starter/camel-cli-connector-starter/src/main/docs/cli-connector.json
rename to dsl-starter/camel-cli-connector-starter/src/main/docs/cli-connector.json
diff --git a/components-starter/camel-cli-connector-starter/src/main/java/org/apache/camel/springboot/cli/connector/CliConnectorAutoConfiguration.java b/dsl-starter/camel-cli-connector-starter/src/main/java/org/apache/camel/springboot/cli/connector/CliConnectorAutoConfiguration.java
similarity index 100%
rename from components-starter/camel-cli-connector-starter/src/main/java/org/apache/camel/springboot/cli/connector/CliConnectorAutoConfiguration.java
rename to dsl-starter/camel-cli-connector-starter/src/main/java/org/apache/camel/springboot/cli/connector/CliConnectorAutoConfiguration.java
diff --git a/components-starter/camel-cli-connector-starter/src/main/java/org/apache/camel/springboot/cli/connector/CliConnectorConfiguration.java b/dsl-starter/camel-cli-connector-starter/src/main/java/org/apache/camel/springboot/cli/connector/CliConnectorConfiguration.java
similarity index 100%
rename from components-starter/camel-cli-connector-starter/src/main/java/org/apache/camel/springboot/cli/connector/CliConnectorConfiguration.java
rename to dsl-starter/camel-cli-connector-starter/src/main/java/org/apache/camel/springboot/cli/connector/CliConnectorConfiguration.java
diff --git a/components-starter/camel-cli-connector-starter/src/main/java/org/apache/camel/springboot/cli/connector/SpringCliConnectorFactory.java b/dsl-starter/camel-cli-connector-starter/src/main/java/org/apache/camel/springboot/cli/connector/SpringCliConnectorFactory.java
similarity index 100%
rename from components-starter/camel-cli-connector-starter/src/main/java/org/apache/camel/springboot/cli/connector/SpringCliConnectorFactory.java
rename to dsl-starter/camel-cli-connector-starter/src/main/java/org/apache/camel/springboot/cli/connector/SpringCliConnectorFactory.java
diff --git a/components-starter/camel-cli-connector-starter/src/main/java/org/apache/camel/springboot/cli/connector/SpringLocalCliConnector.java b/dsl-starter/camel-cli-connector-starter/src/main/java/org/apache/camel/springboot/cli/connector/SpringLocalCliConnector.java
similarity index 100%
rename from components-starter/camel-cli-connector-starter/src/main/java/org/apache/camel/springboot/cli/connector/SpringLocalCliConnector.java
rename to dsl-starter/camel-cli-connector-starter/src/main/java/org/apache/camel/springboot/cli/connector/SpringLocalCliConnector.java
diff --git a/components-starter/camel-cli-connector-starter/src/main/resources/META-INF/LICENSE.txt b/dsl-starter/camel-cli-connector-starter/src/main/resources/META-INF/LICENSE.txt
similarity index 100%
rename from components-starter/camel-cli-connector-starter/src/main/resources/META-INF/LICENSE.txt
rename to dsl-starter/camel-cli-connector-starter/src/main/resources/META-INF/LICENSE.txt
diff --git a/components-starter/camel-cli-connector-starter/src/main/resources/META-INF/NOTICE.txt b/dsl-starter/camel-cli-connector-starter/src/main/resources/META-INF/NOTICE.txt
similarity index 100%
rename from components-starter/camel-cli-connector-starter/src/main/resources/META-INF/NOTICE.txt
rename to dsl-starter/camel-cli-connector-starter/src/main/resources/META-INF/NOTICE.txt
diff --git a/components-starter/camel-cli-connector-starter/src/main/resources/META-INF/spring.factories b/dsl-starter/camel-cli-connector-starter/src/main/resources/META-INF/spring.factories
similarity index 100%
rename from components-starter/camel-cli-connector-starter/src/main/resources/META-INF/spring.factories
rename to dsl-starter/camel-cli-connector-starter/src/main/resources/META-INF/spring.factories
diff --git a/components-starter/camel-cli-connector-starter/src/main/resources/META-INF/spring.provides b/dsl-starter/camel-cli-connector-starter/src/main/resources/META-INF/spring.provides
similarity index 100%
rename from components-starter/camel-cli-connector-starter/src/main/resources/META-INF/spring.provides
rename to dsl-starter/camel-cli-connector-starter/src/main/resources/META-INF/spring.provides
diff --git a/dsl-starter/pom.xml b/dsl-starter/pom.xml
index c9935e6a50e..ebddcdc8154 100644
--- a/dsl-starter/pom.xml
+++ b/dsl-starter/pom.xml
@@ -35,6 +35,7 @@
     <description>Camel DSL Starter</description>
 
     <modules>
+        <module>camel-cli-connector-starter</module>
         <module>camel-componentdsl-starter</module>
         <module>camel-dsl-modeline-starter</module>
         <module>camel-endpointdsl-starter</module>