You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/04/04 10:14:48 UTC

[camel-k-runtime] branch release-1.17.x updated (524c2f0c -> ea6ade74)

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

pcongiusti pushed a change to branch release-1.17.x
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


    from 524c2f0c fix(doc): missing language documentation in camel-k 1.12.x version
     new fd8fd809 chore(deps): remove bouncycastle dependency
     new ea6ade74 chore(deps): camel-quarkus-kubernetes

The 2 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-k-core/deployment/pom.xml               | 4 ++++
 camel-k-core/support/pom.xml                  | 4 ++--
 camel-k-runtime/deployment/pom.xml            | 4 ----
 camel-k-runtime/runtime/pom.xml               | 8 ++------
 itests/camel-k-itests-core/pom.xml            | 5 -----
 itests/camel-k-itests-loader-js/pom.xml       | 5 -----
 itests/camel-k-itests-loader-polyglot/pom.xml | 5 -----
 itests/camel-k-itests-loader-xml/pom.xml      | 5 -----
 itests/camel-k-itests-loader-yaml/pom.xml     | 5 -----
 9 files changed, 8 insertions(+), 37 deletions(-)


[camel-k-runtime] 02/02: chore(deps): camel-quarkus-kubernetes

Posted by pc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch release-1.17.x
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit ea6ade74f84053900cdf6440e18ead5ea4fc009b
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Thu Mar 23 11:43:43 2023 +0100

    chore(deps): camel-quarkus-kubernetes
---
 camel-k-core/deployment/pom.xml | 4 ++++
 camel-k-core/support/pom.xml    | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/camel-k-core/deployment/pom.xml b/camel-k-core/deployment/pom.xml
index 094ad55e..de07fc5c 100644
--- a/camel-k-core/deployment/pom.xml
+++ b/camel-k-core/deployment/pom.xml
@@ -36,6 +36,10 @@
             <groupId>org.apache.camel.quarkus</groupId>
             <artifactId>camel-quarkus-core-deployment</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.apache.camel.quarkus</groupId>
+            <artifactId>camel-quarkus-kubernetes-deployment</artifactId>
+        </dependency>
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
diff --git a/camel-k-core/support/pom.xml b/camel-k-core/support/pom.xml
index b46807aa..31c4c5cc 100644
--- a/camel-k-core/support/pom.xml
+++ b/camel-k-core/support/pom.xml
@@ -52,8 +52,8 @@
             <artifactId>camel-endpointdsl</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.camel</groupId>
-            <artifactId>camel-kubernetes</artifactId>
+            <groupId>org.apache.camel.quarkus</groupId>
+            <artifactId>camel-quarkus-kubernetes</artifactId>
         </dependency>
 
         <!-- ****************************** -->


[camel-k-runtime] 01/02: chore(deps): remove bouncycastle dependency

Posted by pc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch release-1.17.x
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit fd8fd8097191c3af2be95562f52785c1f9274204
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Wed Mar 22 12:27:35 2023 +0100

    chore(deps): remove bouncycastle dependency
    
    As it seems to be unused
---
 camel-k-runtime/deployment/pom.xml            | 4 ----
 camel-k-runtime/runtime/pom.xml               | 8 ++------
 itests/camel-k-itests-core/pom.xml            | 5 -----
 itests/camel-k-itests-loader-js/pom.xml       | 5 -----
 itests/camel-k-itests-loader-polyglot/pom.xml | 5 -----
 itests/camel-k-itests-loader-xml/pom.xml      | 5 -----
 itests/camel-k-itests-loader-yaml/pom.xml     | 5 -----
 7 files changed, 2 insertions(+), 35 deletions(-)

diff --git a/camel-k-runtime/deployment/pom.xml b/camel-k-runtime/deployment/pom.xml
index 856f1701..ad8a1546 100644
--- a/camel-k-runtime/deployment/pom.xml
+++ b/camel-k-runtime/deployment/pom.xml
@@ -44,10 +44,6 @@
             <groupId>org.apache.camel.quarkus</groupId>
             <artifactId>camel-quarkus-kubernetes-deployment</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.apache.camel.quarkus</groupId>
-            <artifactId>camel-quarkus-support-bouncycastle-deployment</artifactId>
-        </dependency>
         <dependency>
             <groupId>io.quarkus</groupId>
             <artifactId>quarkus-logging-json-deployment</artifactId>
diff --git a/camel-k-runtime/runtime/pom.xml b/camel-k-runtime/runtime/pom.xml
index aedf357f..8fca692e 100644
--- a/camel-k-runtime/runtime/pom.xml
+++ b/camel-k-runtime/runtime/pom.xml
@@ -40,10 +40,6 @@
             <groupId>org.apache.camel.quarkus</groupId>
             <artifactId>camel-quarkus-kubernetes</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.apache.camel.quarkus</groupId>
-            <artifactId>camel-quarkus-support-bouncycastle</artifactId>
-        </dependency>
         <dependency>
             <groupId>io.quarkus</groupId>
             <artifactId>quarkus-logging-json</artifactId>
@@ -62,8 +58,8 @@
                         <runnerParentFirstArtifact>org.graalvm.js:js</runnerParentFirstArtifact>
                         <runnerParentFirstArtifact>org.graalvm.regex:regex</runnerParentFirstArtifact>
                         <runnerParentFirstArtifact>org.graalvm.truffle:truffle-api</runnerParentFirstArtifact>
-                    </runnerParentFirstArtifacts>                    
-                </configuration>                
+                    </runnerParentFirstArtifacts>
+                </configuration>
                 <executions>
                     <execution>
                         <goals>
diff --git a/itests/camel-k-itests-core/pom.xml b/itests/camel-k-itests-core/pom.xml
index 18bed4e3..0470213e 100644
--- a/itests/camel-k-itests-core/pom.xml
+++ b/itests/camel-k-itests-core/pom.xml
@@ -46,11 +46,6 @@
             <artifactId>quarkus-resteasy-jsonb</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>org.apache.camel.quarkus</groupId>
-            <artifactId>camel-quarkus-support-bouncycastle</artifactId>
-        </dependency>
-
         <!-- test dependencies -->
         <dependency>
             <groupId>io.quarkus</groupId>
diff --git a/itests/camel-k-itests-loader-js/pom.xml b/itests/camel-k-itests-loader-js/pom.xml
index d3b05057..00d2221e 100644
--- a/itests/camel-k-itests-loader-js/pom.xml
+++ b/itests/camel-k-itests-loader-js/pom.xml
@@ -51,11 +51,6 @@
             <artifactId>camel-quarkus-bean</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>org.apache.camel.quarkus</groupId>
-            <artifactId>camel-quarkus-support-bouncycastle</artifactId>
-        </dependency>
-
         <!-- test dependencies -->
         <dependency>
             <groupId>io.quarkus</groupId>
diff --git a/itests/camel-k-itests-loader-polyglot/pom.xml b/itests/camel-k-itests-loader-polyglot/pom.xml
index d7a89b55..712028c8 100644
--- a/itests/camel-k-itests-loader-polyglot/pom.xml
+++ b/itests/camel-k-itests-loader-polyglot/pom.xml
@@ -33,11 +33,6 @@
             <artifactId>camel-k-itests-loader-inspector</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>org.apache.camel.quarkus</groupId>
-            <artifactId>camel-quarkus-support-bouncycastle</artifactId>
-        </dependency>
-
         <!-- camel quarkus -->
         <dependency>
             <groupId>org.apache.camel</groupId>
diff --git a/itests/camel-k-itests-loader-xml/pom.xml b/itests/camel-k-itests-loader-xml/pom.xml
index cb6f201e..3021f414 100644
--- a/itests/camel-k-itests-loader-xml/pom.xml
+++ b/itests/camel-k-itests-loader-xml/pom.xml
@@ -51,11 +51,6 @@
             <artifactId>camel-quarkus-bean</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>org.apache.camel.quarkus</groupId>
-            <artifactId>camel-quarkus-support-bouncycastle</artifactId>
-        </dependency>
-
         <!-- test dependencies -->
         <dependency>
             <groupId>io.quarkus</groupId>
diff --git a/itests/camel-k-itests-loader-yaml/pom.xml b/itests/camel-k-itests-loader-yaml/pom.xml
index 7b562d7f..31c42df4 100644
--- a/itests/camel-k-itests-loader-yaml/pom.xml
+++ b/itests/camel-k-itests-loader-yaml/pom.xml
@@ -51,11 +51,6 @@
             <artifactId>camel-quarkus-bean</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>org.apache.camel.quarkus</groupId>
-            <artifactId>camel-quarkus-support-bouncycastle</artifactId>
-        </dependency>
-
         <!-- test dependencies -->
         <dependency>
             <groupId>io.quarkus</groupId>