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 13:11:23 UTC

[camel-k-runtime] branch release-1.15.x updated (c10e1ba3 -> d97d77da)

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

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


    from c10e1ba3 fix: wrong camel version from cherry-pick
     new bfef9b82 chore(deps): remove bouncycastle dependency
     new d97d77da 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.15.x
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit d97d77daeb318921b072ab0bf0d515e45e417f98
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 20433ef5..2ac4a385 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 7263165d..8f6035ef 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.15.x
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit bfef9b8248f2f2ff488c7f887c62fcc57ad765d0
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 6db1d61d..f7d21520 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 f7de144d..64d19c3e 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 f21c61d3..10ea6a79 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 a508d941..2ede1d67 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 6883dcbc..325edfd4 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 7136262f..4fff7a62 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 4494f411..1b55ef00 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>