[camel] branch main updated (7faf80c90c7 -> 2f5b987e219)

2022-05-25 Thread davsclaus
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.git


from 7faf80c90c7 Regen for commit 02cb41c7820656908086368ad2f96b7a124555bb
 new 1960c59a4c3 Upgrade jackson 2.13.3
 new 2f5b987e219 Upgrade micrometer 1.9.0

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-dependencies/pom.xml|  6 +++---
 .../micrometer/messagehistory/ManagedMessageHistoryTest.java  |  3 ++-
 .../routepolicy/ManagedMicrometerRoutePolicyTest.java | 11 ---
 parent/pom.xml|  8 
 4 files changed, 9 insertions(+), 19 deletions(-)



[camel] 02/02: Upgrade micrometer 1.9.0

2022-05-25 Thread davsclaus
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

commit 2f5b987e21997a4529ac9ceed8e0e16ece6aeb70
Author: Claus Ibsen 
AuthorDate: Thu May 26 07:56:52 2022 +0200

Upgrade micrometer 1.9.0
---
 camel-dependencies/pom.xml|  2 +-
 .../micrometer/messagehistory/ManagedMessageHistoryTest.java  |  3 ++-
 .../routepolicy/ManagedMicrometerRoutePolicyTest.java | 11 ---
 parent/pom.xml|  4 ++--
 4 files changed, 5 insertions(+), 15 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index f6a710174fc..278ea00eea2 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -399,7 +399,7 @@
 
3.0.0-M4
 3.3.1
 4.2.9
-1.8.5
+1.9.0
 2.0.1
 
3.0
 3.0.1
diff --git 
a/components/camel-micrometer/src/test/java/org/apache/camel/component/micrometer/messagehistory/ManagedMessageHistoryTest.java
 
b/components/camel-micrometer/src/test/java/org/apache/camel/component/micrometer/messagehistory/ManagedMessageHistoryTest.java
index 5877ff1b075..6d039407b3a 100644
--- 
a/components/camel-micrometer/src/test/java/org/apache/camel/component/micrometer/messagehistory/ManagedMessageHistoryTest.java
+++ 
b/components/camel-micrometer/src/test/java/org/apache/camel/component/micrometer/messagehistory/ManagedMessageHistoryTest.java
@@ -97,7 +97,8 @@ public class ManagedMessageHistoryTest extends 
CamelTestSupport {
 
 // there should be 3 mbeans
 Set set
-= getMBeanServer().queryNames(new 
ObjectName("org.apache.camel.micrometer:name=CamelMessageHistory.*"), null);
+= getMBeanServer().queryNames(new 
ObjectName("org.apache.camel.micrometer:type=timers,name=*"), null);
+System.out.println(set);
 assertEquals(3, set.size());
 
 ObjectName fooMBean = set.stream().filter(on -> 
on.getCanonicalName().contains("foo")).findFirst()
diff --git 
a/components/camel-micrometer/src/test/java/org/apache/camel/component/micrometer/routepolicy/ManagedMicrometerRoutePolicyTest.java
 
b/components/camel-micrometer/src/test/java/org/apache/camel/component/micrometer/routepolicy/ManagedMicrometerRoutePolicyTest.java
index 905798de733..e50b32a1359 100644
--- 
a/components/camel-micrometer/src/test/java/org/apache/camel/component/micrometer/routepolicy/ManagedMicrometerRoutePolicyTest.java
+++ 
b/components/camel-micrometer/src/test/java/org/apache/camel/component/micrometer/routepolicy/ManagedMicrometerRoutePolicyTest.java
@@ -17,7 +17,6 @@
 package org.apache.camel.component.micrometer.routepolicy;
 
 import java.util.List;
-import java.util.Set;
 
 import javax.management.MBeanServer;
 import javax.management.ObjectName;
@@ -66,16 +65,6 @@ public class ManagedMicrometerRoutePolicyTest extends 
AbstractMicrometerRoutePol
 assertFalse(json.contains("\"name\" : \"test\""));  // the 
MicrometerRoutePolicy does NOT display producer metrics
 assertTrue(json.contains("\"routeId\" : \"bar\""));
 assertTrue(json.contains("\"routeId\" : \"foo\""));
-
-// there should be 2 route policy meter mbeans
-Set set
-= getMBeanServer().queryNames(new 
ObjectName("org.apache.camel.micrometer:name=CamelRoutePolicy.*"), null);
-assertEquals(2, set.size());
-
-String camelContextName = context().getName();
-Long testCount = (Long) getMBeanServer().getAttribute(
-new 
ObjectName("org.apache.camel.micrometer:name=test.camelContext." + 
camelContextName), "Count");
-assertEquals(count / 2, testCount.longValue());
 }
 
 @Override
diff --git a/parent/pom.xml b/parent/pom.xml
index 5f50d24e447..e9ede1d77bd 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -386,7 +386,7 @@
 
3.0.0-M4
 3.3.1
 4.2.9
-1.8.5
+1.9.0
 2.0.1
 3.0.1
 
3.0
@@ -419,7 +419,7 @@
 3.1.12
 3.2.2
 3.10
-1.12.0
+1.13.0
 
${opentelemetry-version}-alpha
 0.33.0
 
0.1.8



[camel] 01/02: Upgrade jackson 2.13.3

2022-05-25 Thread davsclaus
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

commit 1960c59a4c3747a210c765b9bbcb56aba3eb40a9
Author: Claus Ibsen 
AuthorDate: Thu May 26 07:37:52 2022 +0200

Upgrade jackson 2.13.3
---
 camel-dependencies/pom.xml | 4 ++--
 parent/pom.xml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 20f82a0bb96..f6a710174fc 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -69,7 +69,7 @@
 4.29.1
 5.11.2
 1.5.1
-2.13.2
+2.13.3
 4.4.2
 
1.12.1
 
7.8.0
@@ -276,7 +276,7 @@
 2.5.0
 2.21.10
 1.9.12
-2.13.2
+2.13.3
 2.1.5
 2.0.2
 2.3.3
diff --git a/parent/pom.xml b/parent/pom.xml
index 48f54b99cec..5f50d24e447 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -83,7 +83,7 @@
 2.17.198
 2.6.1
 1.2.14
-2.13.2
+2.13.3
 4.29.1
 5.11.2
 1.5.1
@@ -256,7 +256,7 @@
 3.0.5
 2.5.0
 1.9.12
-2.13.2
+2.13.3
 2.21.10
 0.11
 2.4.2.Final



[camel] branch main updated: Regen for commit 02cb41c7820656908086368ad2f96b7a124555bb

2022-05-25 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

acosentino 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 7faf80c90c7 Regen for commit 02cb41c7820656908086368ad2f96b7a124555bb
7faf80c90c7 is described below

commit 7faf80c90c711c59a9cbb2747be10543dcf482a6
Author: oscerd 
AuthorDate: Thu May 26 05:23:42 2022 +

Regen for commit 02cb41c7820656908086368ad2f96b7a124555bb

Signed-off-by: GitHub 
---
 camel-dependencies/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index fa51008b430..20f82a0bb96 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -503,7 +503,7 @@
 5.5.11
 2.3.7.RELEASE
 2.4.2
-5.6.3
+5.6.4
 ${spring5-version}
 [5,6)
 3.1.3



[GitHub] [camel] oscerd merged pull request #7674: Generated sources regen

2022-05-25 Thread GitBox


oscerd merged PR #7674:
URL: https://github.com/apache/camel/pull/7674


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[camel] branch regen_bot updated (4320177e0e1 -> 8e0068c603e)

2022-05-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git


from 4320177e0e1 Update what-are-the-dependencies.adoc
 add 02cb41c7820 Bump spring-security-core from 5.6.3 to 5.6.4 in /parent
 add 8e0068c603e Regen for commit 02cb41c7820656908086368ad2f96b7a124555bb

No new revisions were added by this update.

Summary of changes:
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)



[GitHub] [camel] github-actions[bot] opened a new pull request, #7674: Generated sources regen

2022-05-25 Thread GitBox


github-actions[bot] opened a new pull request, #7674:
URL: https://github.com/apache/camel/pull/7674

   Regen bot :robot: found some uncommitted changes after running build on 
:camel: main.
   Please do not delete `regen_bot` branch after merge/rebase.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[camel-spring-boot] branch main updated: [create-pull-request] automated change

2022-05-25 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new 68cb1e8cb3f [create-pull-request] automated change
68cb1e8cb3f is described below

commit 68cb1e8cb3f40d6e9e1cda2e436107026c44e7d1
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu May 26 01:24:20 2022 +

[create-pull-request] automated change
---
 .../org/apache/camel/springboot/catalog/components/salesforce.json| 4 ++--
 .../camel-salesforce-starter/src/main/docs/salesforce.json| 2 +-
 .../salesforce/springboot/SalesforceComponentConfiguration.java   | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/salesforce.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/salesforce.json
index fe1e147a0c5..7914e010492 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/salesforce.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/salesforce.json
@@ -25,7 +25,7 @@
   "componentProperties": {
 "apexMethod": { "kind": "property", "displayName": "Apex Method", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "APEX method name" },
 "apexQueryParams": { "kind": "property", "displayName": "Apex Query 
Params", "group": "common", "label": "", "required": false, "type": "object", 
"javaType": "java.util.Map", "deprecated": 
false, "autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Query params for APEX method" },
-"apiVersion": { "kind": "property", "displayName": "Api Version", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "53.0", "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Salesforce API version." },
+"apiVersion": { "kind": "property", "displayName": "Api Version", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "54.0", "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Salesforce API version." },
 "backoffIncrement": { "kind": "property", "displayName": "Backoff 
Increment", "group": "common", "label": "", "required": false, "type": 
"duration", "javaType": "long", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "1000", "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Backoff interval increment for 
Streaming connection restart attempts for failures beyond CometD auto- [...]
 "batchId": { "kind": "property", "displayName": "Batch Id", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Bulk API Batch ID" },
 "contentType": { "kind": "property", "displayName": "Content Type", 
"group": "common", "label": "", "required": false, "type": "object", 
"javaType": "org.apache.camel.component.salesforce.api.dto.bulk.ContentType", 
"enum": [ "XML", "CSV", "JSON", "ZIP_XML", "ZIP_CSV", "ZIP_JSON" ], 
"deprecated": false, "autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Bulk API co [...]
@@ -141,7 +141,7 @@
 "topicName": { "kind": "path", "displayName": "Topic Name", "group": 
"consumer", "label": "consumer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "The name of the topic\/channel to use" },
 "apexMethod": { "kind": "parameter", "displayName": "Apex Method", 
"group": "common", "label": "", "required": false, "type": "string", 
"javaType": 

[GitHub] [camel-spring-boot] oscerd merged pull request #562: [Github Actions] Periodic Sync Camel Spring Boot Main Branch

2022-05-25 Thread GitBox


oscerd merged PR #562:
URL: https://github.com/apache/camel-spring-boot/pull/562


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[camel-karaf] branch main updated: [create-pull-request] automated change

2022-05-25 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new ebafb5cb [create-pull-request] automated change
ebafb5cb is described below

commit ebafb5cb1e470b64b34b17fd2b90311b65b6b5dd
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu May 26 01:35:31 2022 +

[create-pull-request] automated change
---
 .../org/apache/camel/catalog/karaf/components/salesforce.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/salesforce.json
 
b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/salesforce.json
index 448dab40..a215322f 100644
--- 
a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/salesforce.json
+++ 
b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/salesforce.json
@@ -25,7 +25,7 @@
   "componentProperties": {
 "apexMethod": { "kind": "property", "displayName": "Apex Method", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "APEX method name" },
 "apexQueryParams": { "kind": "property", "displayName": "Apex Query 
Params", "group": "common", "label": "", "required": false, "type": "object", 
"javaType": "java.util.Map", "deprecated": 
false, "autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Query params for APEX method" },
-"apiVersion": { "kind": "property", "displayName": "Api Version", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "53.0", "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Salesforce API version." },
+"apiVersion": { "kind": "property", "displayName": "Api Version", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "54.0", "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Salesforce API version." },
 "backoffIncrement": { "kind": "property", "displayName": "Backoff 
Increment", "group": "common", "label": "", "required": false, "type": 
"duration", "javaType": "long", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "1000", "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Backoff interval increment for 
Streaming connection restart attempts for failures beyond CometD auto- [...]
 "batchId": { "kind": "property", "displayName": "Batch Id", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Bulk API Batch ID" },
 "contentType": { "kind": "property", "displayName": "Content Type", 
"group": "common", "label": "", "required": false, "type": "object", 
"javaType": "org.apache.camel.component.salesforce.api.dto.bulk.ContentType", 
"enum": [ "XML", "CSV", "JSON", "ZIP_XML", "ZIP_CSV", "ZIP_JSON" ], 
"deprecated": false, "autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Bulk API co [...]
@@ -141,7 +141,7 @@
 "topicName": { "kind": "path", "displayName": "Topic Name", "group": 
"consumer", "label": "consumer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "The name of the topic\/channel to use" },
 "apexMethod": { "kind": "parameter", "displayName": "Apex Method", 
"group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "configuration", "description": 

[GitHub] [camel-karaf] oscerd merged pull request #156: [Github Actions] Periodic Sync Camel Karaf Main Branch

2022-05-25 Thread GitBox


oscerd merged PR #156:
URL: https://github.com/apache/camel-karaf/pull/156


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel] oscerd merged pull request #7673: Bump spring-security-core from 5.6.3 to 5.6.4 in /parent

2022-05-25 Thread GitBox


oscerd merged PR #7673:
URL: https://github.com/apache/camel/pull/7673


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[camel] branch main updated: Bump spring-security-core from 5.6.3 to 5.6.4 in /parent

2022-05-25 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

acosentino 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 02cb41c7820 Bump spring-security-core from 5.6.3 to 5.6.4 in /parent
02cb41c7820 is described below

commit 02cb41c7820656908086368ad2f96b7a124555bb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed May 25 23:12:39 2022 +

Bump spring-security-core from 5.6.3 to 5.6.4 in /parent

Bumps 
[spring-security-core](https://github.com/spring-projects/spring-security) from 
5.6.3 to 5.6.4.
- [Release 
notes](https://github.com/spring-projects/spring-security/releases)
- 
[Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)
- 
[Commits](https://github.com/spring-projects/spring-security/compare/5.6.3...5.6.4)

---
updated-dependencies:
- dependency-name: org.springframework.security:spring-security-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] 
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index a39897d6eb6..48f54b99cec 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -494,7 +494,7 @@
 ${spring5-version}
 5.3.19
 2.4.2
-5.6.3
+5.6.4
 3.1.3
 1.5
 3.14.7



[GitHub] [camel-k] tadayosi commented on issue #3296: Kamel run default service nodePort is invalid

2022-05-25 Thread GitBox


tadayosi commented on issue #3296:
URL: https://github.com/apache/camel-k/issues/3296#issuecomment-1138132351

   What are the `status.conditions` of your integration resource?  If the app 
includes an http service then Camel K automatically exposes a containerPort 
with the name `http` on the deployment/pod. If Camel K thinks otherwise it 
won't expose a containerPort but update the integration status conditions like 
this:
   ```
   $ kubectl get it simple -oyaml | yq e .status.conditions
   [...]
   - lastTransitionTime: "2022-05-26T04:01:58Z"
 lastUpdateTime: "2022-05-26T04:01:58Z"
 message: no http service required
 reason: ServiceNotAvailable
 status: "False"
 type: ServiceAvailable
   [...]
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[camel-kafka-connector] branch automatic-periodic-sync updated (c06eb6bfe -> d7c3d42af)

2022-05-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch automatic-periodic-sync
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git


omit c06eb6bfe [create-pull-request] automated change

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/automatic-periodic-sync (d7c3d42af)
\
 O -- O -- O   (c06eb6bfe)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../awscloudwatchsink/CamelAwscloudwatchsinkSinkConnector.java | 3 ++-
 .../awscloudwatchsink/CamelAwscloudwatchsinkSinkConnectorConfig.java   | 3 ++-
 .../awscloudwatchsink/CamelAwscloudwatchsinkSinkTask.java  | 3 ++-
 .../camel/kafkaconnector/awsddbsink/CamelAwsddbsinkSinkConnector.java  | 3 ++-
 .../kafkaconnector/awsddbsink/CamelAwsddbsinkSinkConnectorConfig.java  | 3 ++-
 .../camel/kafkaconnector/awsddbsink/CamelAwsddbsinkSinkTask.java   | 3 ++-
 .../awsddbstreamssource/CamelAwsddbstreamssourceSourceConnector.java   | 3 ++-
 .../CamelAwsddbstreamssourceSourceConnectorConfig.java | 3 ++-
 .../awsddbstreamssource/CamelAwsddbstreamssourceSourceTask.java| 3 ++-
 .../camel/kafkaconnector/awsec2sink/CamelAwsec2sinkSinkConnector.java  | 3 ++-
 .../kafkaconnector/awsec2sink/CamelAwsec2sinkSinkConnectorConfig.java  | 3 ++-
 .../camel/kafkaconnector/awsec2sink/CamelAwsec2sinkSinkTask.java   | 3 ++-
 .../CamelAwskinesisfirehosesinkSinkConnector.java  | 3 ++-
 .../CamelAwskinesisfirehosesinkSinkConnectorConfig.java| 3 ++-
 .../awskinesisfirehosesink/CamelAwskinesisfirehosesinkSinkTask.java| 3 ++-
 .../awskinesissink/CamelAwskinesissinkSinkConnector.java   | 3 ++-
 .../awskinesissink/CamelAwskinesissinkSinkConnectorConfig.java | 3 ++-
 .../kafkaconnector/awskinesissink/CamelAwskinesissinkSinkTask.java | 3 ++-
 .../awskinesissource/CamelAwskinesissourceSourceConnector.java | 3 ++-
 .../awskinesissource/CamelAwskinesissourceSourceConnectorConfig.java   | 3 ++-
 .../awskinesissource/CamelAwskinesissourceSourceTask.java  | 3 ++-
 .../kafkaconnector/awslambdasink/CamelAwslambdasinkSinkConnector.java  | 3 ++-
 .../awslambdasink/CamelAwslambdasinkSinkConnectorConfig.java   | 3 ++-
 .../camel/kafkaconnector/awslambdasink/CamelAwslambdasinkSinkTask.java | 3 ++-
 .../awsredshiftsink/CamelAwsredshiftsinkSinkConnector.java | 3 ++-
 .../awsredshiftsink/CamelAwsredshiftsinkSinkConnectorConfig.java   | 3 ++-
 .../kafkaconnector/awsredshiftsink/CamelAwsredshiftsinkSinkTask.java   | 3 ++-
 .../awsredshiftsource/CamelAwsredshiftsourceSourceConnector.java   | 3 ++-
 .../awsredshiftsource/CamelAwsredshiftsourceSourceConnectorConfig.java | 3 ++-
 .../awsredshiftsource/CamelAwsredshiftsourceSourceTask.java| 3 ++-
 .../camel/kafkaconnector/awss3sink/CamelAwss3sinkSinkConnector.java| 3 ++-
 .../kafkaconnector/awss3sink/CamelAwss3sinkSinkConnectorConfig.java| 3 ++-
 .../apache/camel/kafkaconnector/awss3sink/CamelAwss3sinkSinkTask.java  | 3 ++-
 .../kafkaconnector/awss3source/CamelAwss3sourceSourceConnector.java| 3 ++-
 .../awss3source/CamelAwss3sourceSourceConnectorConfig.java | 3 ++-
 .../camel/kafkaconnector/awss3source/CamelAwss3sourceSourceTask.java   | 3 ++-
 .../CamelAwss3streaminguploadsinkSinkConnector.java| 3 ++-
 .../CamelAwss3streaminguploadsinkSinkConnectorConfig.java  | 3 ++-
 .../CamelAwss3streaminguploadsinkSinkTask.java | 3 ++-
 .../awssecretsmanagersink/CamelAwssecretsmanagersinkSinkConnector.java | 3 ++-
 .../CamelAwssecretsmanagersinkSinkConnectorConfig.java | 3 ++-
 .../awssecretsmanagersink/CamelAwssecretsmanagersinkSinkTask.java  | 3 ++-
 .../camel/kafkaconnector/awssessink/CamelAwssessinkSinkConnector.java  | 3 ++-
 .../kafkaconnector/awssessink/CamelAwssessinkSinkConnectorConfig.java  | 3 ++-
 .../camel/kafkaconnector/awssessink/CamelAwssessinkSinkTask.java   | 3 ++-
 .../awssnsfifosink/CamelAwssnsfifosinkSinkConnector.java   | 3 ++-
 .../awssnsfifosink/CamelAwssnsfifosinkSinkConnectorConfig.java | 3 ++-
 .../kafkaconnector/awssnsfifosink/CamelAwssnsfifosinkSinkTask.java | 3 ++-
 .../camel/kafkaconnector/awssnssink/CamelAwssnssinkSinkConnector.java  | 3 ++-
 .../kafkaconnector/awssnssink/CamelAwssnssinkSinkConnectorConfig.java  | 3 ++-
 .../camel/kafkaconnector/awssnssink/CamelAwssnssinkSinkTask.java   | 3 ++-
 .../awssqsbatchsink/CamelAwssqsbatchsinkSinkConnector.java | 3 ++-
 .../awssqsbatchsink/CamelAwssqsbatchsinkSinkConnectorConfig.java   | 3 ++-
 

[GitHub] [camel-kafka-connector] github-actions[bot] closed pull request #1375: [Github Actions] Periodic Sync Camel-kafka-connector main Branch

2022-05-25 Thread GitBox


github-actions[bot] closed pull request #1375: [Github Actions] Periodic Sync 
Camel-kafka-connector main Branch
URL: https://github.com/apache/camel-kafka-connector/pull/1375


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[camel-quarkus] branch main updated: Updated CHANGELOG.md

2022-05-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
 new 1431d7fb09 Updated CHANGELOG.md
1431d7fb09 is described below

commit 1431d7fb0969ccda68714586ac538b0dec95a762
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu May 26 03:38:54 2022 +

Updated CHANGELOG.md
---
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 950055d8cc..4e3f2a1e8a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -42,6 +42,7 @@
 
 **Merged pull requests:**
 
+- Remove some superfluous runtime initialized classes from 
camel-quarkus-support-reactor-netty 
[\#3811](https://github.com/apache/camel-quarkus/pull/3811) 
([jamesnetherton](https://github.com/jamesnetherton))
 - Reinitialize ActiveMQ IdGenerator at runtime to ensure generated id 
uniqueness [\#3808](https://github.com/apache/camel-quarkus/pull/3808) 
([jamesnetherton](https://github.com/jamesnetherton))
 - Create an Azure Key Vault Extension 
[\#3806](https://github.com/apache/camel-quarkus/pull/3806) 
([oscerd](https://github.com/oscerd))
 - Use WireMock for xchange tests 
[\#3802](https://github.com/apache/camel-quarkus/pull/3802) 
([jamesnetherton](https://github.com/jamesnetherton))



[camel-k] branch main updated: Updated CHANGELOG.md

2022-05-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/main by this push:
 new fe997b9ac Updated CHANGELOG.md
fe997b9ac is described below

commit fe997b9ac1297884840ffb42bb41302bb5040ee5
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu May 26 03:36:40 2022 +

Updated CHANGELOG.md
---
 CHANGELOG.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 849736d8f..c30f614dc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,7 +7,10 @@
 **Closed issues:**
 
 - Helm Chart for camel-k 1.9.2 is invalid 
[\#3300](https://github.com/apache/camel-k/issues/3300)
+- Simple KameletBinding created with Errors 
[\#3299](https://github.com/apache/camel-k/issues/3299)
 - Cannot find RestProducerFactory in Registry or as a Component to use" 
[\#3290](https://github.com/apache/camel-k/issues/3290)
+- Never stale a bug issue 
[\#3283](https://github.com/apache/camel-k/issues/3283)
+- Add e2e test for kamel run --dev in a warmed-up environment 
[\#3211](https://github.com/apache/camel-k/issues/3211)
 - Release: scripting Renaming files for operator works 
[\#2984](https://github.com/apache/camel-k/issues/2984)
 - Autoscaling not working 
[\#2982](https://github.com/apache/camel-k/issues/2982)
 - Using REST as consumer and producer appends PATH to producer URL 
[\#2867](https://github.com/apache/camel-k/issues/2867)
@@ -107,7 +110,6 @@
 - Jitpack example deployment fails 
[\#3207](https://github.com/apache/camel-k/issues/3207)
 - Mount trait usage example 
[\#3140](https://github.com/apache/camel-k/issues/3140)
 - `Kamel kit create` to use mount/camel traits 
[\#2915](https://github.com/apache/camel-k/issues/2915)
-- Update readiness condition based on new Camel health check format 
[\#2886](https://github.com/apache/camel-k/issues/2886)
 - Make knative broker name configurable 
[\#2864](https://github.com/apache/camel-k/issues/2864)
 - \[CLI\] Format long subcommand descriptions 
[\#2318](https://github.com/apache/camel-k/issues/2318)
 - Camel K CLI asks for an OpenAPI v2 when also v3 is supported 
[\#2238](https://github.com/apache/camel-k/issues/2238)



[GitHub] [camel-k] tadayosi opened a new pull request, #3305: test(e2e): add test for 'kamel run --dev' in a warmed-up environment (1.9.x)

2022-05-25 Thread GitBox


tadayosi opened a new pull request, #3305:
URL: https://github.com/apache/camel-k/pull/3305

   
   
   Backport #3211 to 1.9.x
   
   
   
   
   **Release Note**
   ```release-note
   NONE
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel-quarkus] github-actions[bot] commented on issue #2927: [CI] - Camel Main Branch Build Failure

2022-05-25 Thread GitBox


github-actions[bot] commented on issue #2927:
URL: https://github.com/apache/camel-quarkus/issues/2927#issuecomment-1138099253

   The [camel-main](https://github.com/apache/camel-quarkus/tree/camel-main) 
branch build has failed:
   
   * Build ID: 2387866891-659-4526adea-1a4a-4fd4-a4ae-5202fa26acc9
   * Camel Quarkus Commit: d2fdeb918014f4eea2b25ec0bf28d28ae168fd98
   
   * Camel Main Commit: 14aef85f2bbe9e3cc11d553105b8aac22ae914c8
   * Link to build: 
https://github.com/apache/camel-quarkus/actions/runs/2387866891


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[camel-karaf] branch automatic-periodic-sync updated (e668306a -> 1b421be9)

2022-05-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch automatic-periodic-sync
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git


from e668306a Set version to 3.18.0-SNAPSHOT
 add 1b421be9 [create-pull-request] automated change

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/catalog/karaf/components/salesforce.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



[GitHub] [camel-karaf] github-actions[bot] opened a new pull request, #156: [Github Actions] Periodic Sync Camel Karaf Main Branch

2022-05-25 Thread GitBox


github-actions[bot] opened a new pull request, #156:
URL: https://github.com/apache/camel-karaf/pull/156

   Periodic Sync of Camel Karaf Main Branch with main Camel Main.
   see 
https://github.com/apache/camel-karaf/blob/main/.github/workflows/automatic-sync-main.yml


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[camel-spring-boot] branch automatic-periodic-sync updated (94c26c90ac5 -> b356fc6835b)

2022-05-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch automatic-periodic-sync
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


omit 94c26c90ac5 [create-pull-request] automated change
 add add230ff425 [create-pull-request] automated change
 add b356fc6835b [create-pull-request] automated change

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (94c26c90ac5)
\
 N -- N -- N   refs/heads/automatic-periodic-sync (b356fc6835b)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/springboot/catalog/components/salesforce.json| 4 ++--
 .../camel-salesforce-starter/src/main/docs/salesforce.json| 2 +-
 .../salesforce/springboot/SalesforceComponentConfiguration.java   | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)



[GitHub] [camel-spring-boot] github-actions[bot] opened a new pull request, #562: [Github Actions] Periodic Sync Camel Spring Boot Main Branch

2022-05-25 Thread GitBox


github-actions[bot] opened a new pull request, #562:
URL: https://github.com/apache/camel-spring-boot/pull/562

   Periodic Sync of Camel Spring Boot Main Branch with main Camel Main.
   see 
https://github.com/apache/camel-spring-boot/blob/main/.github/workflows/automatic-sync-main.yml


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel-k] github-actions[bot] commented on issue #3011: Standard/Incremental build option

2022-05-25 Thread GitBox


github-actions[bot] commented on issue #3011:
URL: https://github.com/apache/camel-k/issues/3011#issuecomment-1138007971

   This issue has been automatically marked as stale due to 90 days of 
inactivity. 
   It will be closed if no further activity occurs within 15 days.
   If you think that’s incorrect or the issue should never stale, please simply 
write any comment.
   Thanks for your contributions!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel] github-actions[bot] commented on pull request #7673: Bump spring-security-core from 5.6.3 to 5.6.4 in /parent

2022-05-25 Thread GitBox


github-actions[bot] commented on PR #7673:
URL: https://github.com/apache/camel/pull/7673#issuecomment-1138004784

   :no_entry_sign: There are (likely) no components to be tested in this PR


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel-quarkus] zhfeng opened a new pull request, #3814: Add zhfeng key

2022-05-25 Thread GitBox


zhfeng opened a new pull request, #3814:
URL: https://github.com/apache/camel-quarkus/pull/3814

   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[camel] branch dependabot/maven/parent/org.springframework.security-spring-security-core-5.6.4 created (now 1ab23ad4afd)

2022-05-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/parent/org.springframework.security-spring-security-core-5.6.4
in repository https://gitbox.apache.org/repos/asf/camel.git


  at 1ab23ad4afd Bump spring-security-core from 5.6.3 to 5.6.4 in /parent

No new revisions were added by this update.



[GitHub] [camel] dependabot[bot] opened a new pull request, #7673: Bump spring-security-core from 5.6.3 to 5.6.4 in /parent

2022-05-25 Thread GitBox


dependabot[bot] opened a new pull request, #7673:
URL: https://github.com/apache/camel/pull/7673

   Bumps 
[spring-security-core](https://github.com/spring-projects/spring-security) from 
5.6.3 to 5.6.4.
   
   Release notes
   Sourced from https://github.com/spring-projects/spring-security/releases;>spring-security-core's
 releases.
   
   5.6.4
   :star: New Features
   
   Check Samples should run against the current artifacts https://github-redirect.dependabot.com/spring-projects/spring-security/issues/11200;>#11200
   
   :beetle: Bug Fixes
   
   Fix setServletContext not being called for 
AuthorizationManagerWebInvocationPrivilegeEvaluator https://github-redirect.dependabot.com/spring-projects/spring-security/issues/11166;>#11166
   Multiple .requestMatchers().mvcMatchers() override previous one https://github-redirect.dependabot.com/spring-projects/spring-security/issues/11186;>#11186
   
   :hammer: Dependency Upgrades
   
   Update io.projectreactor to 2020.0.19 https://github-redirect.dependabot.com/spring-projects/spring-security/issues/11207;>#11207
   Update mockk to 1.12.4 https://github-redirect.dependabot.com/spring-projects/spring-security/issues/11206;>#11206
   Update org.springframework to 5.3.20 https://github-redirect.dependabot.com/spring-projects/spring-security/issues/11209;>#11209
   Update org.springframework.data to 2021.1.4 https://github-redirect.dependabot.com/spring-projects/spring-security/issues/11210;>#11210
   Update reactor-netty to 1.0.19 https://github-redirect.dependabot.com/spring-projects/spring-security/issues/11208;>#11208
   
   
   
   
   Commits
   
   https://github.com/spring-projects/spring-security/commit/c2d2914a4f02ce38a307530229f2704e8849fd22;>c2d2914
 Release 5.6.4
   https://github.com/spring-projects/spring-security/commit/a40f73521c0dd88b879ff6165d280e78bdf8154f;>a40f735
 Improve Upgrading
   https://github.com/spring-projects/spring-security/commit/70863952aeb9733499027714d38821db05654856;>7086395
 AntRegexRequestMatcher Optimization
   https://github.com/spring-projects/spring-security/commit/af95be34c65aa1bb59c6750d51c7d3ad145e077f;>af95be3
 Extract rejectNonPrintableAsciiCharactersInFieldName
   https://github.com/spring-projects/spring-security/commit/71478c2534faf4731cd74383212a606194c1c53f;>71478c2
 Update org.springframework.data to 2021.1.4
   https://github.com/spring-projects/spring-security/commit/b289d12aad4c042ee7e0f43ca0d72853c2b20fa4;>b289d12
 Update org.springframework to 5.3.20
   https://github.com/spring-projects/spring-security/commit/e2361c5c790d7776885150dd290b623fd45840ab;>e2361c5
 Update io.projectreactor to 2020.0.19
   https://github.com/spring-projects/spring-security/commit/8b9c8ca96c370c1e7270d92698cd5b14f5484418;>8b9c8ca
 Update mockk to 1.12.4
   https://github.com/spring-projects/spring-security/commit/44e672d9692a5f67abdea8283bd9e7f5611630de;>44e672d
 Use properties in the checkSamples job
   https://github.com/spring-projects/spring-security/commit/330f0f050d33e25c4347e07a9536c0a29f77;>330f0f0
 Add initScripts and projectProperties to IncludeCheckRemotePlugin
   Additional commits viewable in https://github.com/spring-projects/spring-security/compare/5.6.3...5.6.4;>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.springframework.security:spring-security-core=maven=5.6.3=5.6.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 

[GitHub] [camel-quarkus] ppalaga opened a new pull request, #3813: net.openhft:affinity included in flattened BOM only on Mac

2022-05-25 Thread GitBox


ppalaga opened a new pull request, #3813:
URL: https://github.com/apache/camel-quarkus/pull/3813

   Fix #3788


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel-k] astefanutti opened a new issue, #2886: Update readiness condition based on new Camel health check format

2022-05-25 Thread GitBox


astefanutti opened a new issue, #2886:
URL: https://github.com/apache/camel-k/issues/2886

   The parsing of the health check results from the integration Pod(s) 
readiness endpoint(s) should be adapted once apache/camel#6779 is pulled.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[camel-quarkus] branch main updated: Remove some superfluous runtime initialized classes from camel-quarkus-support-reactor-netty

2022-05-25 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new 14aef85f2b Remove some superfluous runtime initialized classes from 
camel-quarkus-support-reactor-netty
14aef85f2b is described below

commit 14aef85f2bbe9e3cc11d553105b8aac22ae914c8
Author: James Netherton 
AuthorDate: Wed May 25 12:53:16 2022 +0100

Remove some superfluous runtime initialized classes from 
camel-quarkus-support-reactor-netty
---
 .../support/reactor/netty/deployment/ReactorNettySupportProcessor.java  | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/extensions-support/reactor-netty/deployment/src/main/java/org/apache/camel/quarkus/support/reactor/netty/deployment/ReactorNettySupportProcessor.java
 
b/extensions-support/reactor-netty/deployment/src/main/java/org/apache/camel/quarkus/support/reactor/netty/deployment/ReactorNettySupportProcessor.java
index 1c61c4d29e..574eddea56 100644
--- 
a/extensions-support/reactor-netty/deployment/src/main/java/org/apache/camel/quarkus/support/reactor/netty/deployment/ReactorNettySupportProcessor.java
+++ 
b/extensions-support/reactor-netty/deployment/src/main/java/org/apache/camel/quarkus/support/reactor/netty/deployment/ReactorNettySupportProcessor.java
@@ -33,8 +33,6 @@ public class ReactorNettySupportProcessor {
  * to quarkus via 
https://github.com/quarkusio/quarkus/pull/14994
  * Keeping them here for now */
 io.netty.util.NetUtil.class.getName(),
-io.netty.channel.socket.InternetProtocolFamily.class.getName(),
-"io.netty.channel.socket.InternetProtocolFamily$1",
 "io.netty.channel.socket.nio.ProtocolFamilyConverter$1",
 io.netty.handler.ssl.OpenSsl.class.getName(),
 "io.netty.internal.tcnative.SSL",



[GitHub] [camel-quarkus] jamesnetherton merged pull request #3811: Remove some superfluous runtime initialized classes from camel-quarkus-support-reactor-netty

2022-05-25 Thread GitBox


jamesnetherton merged PR #3811:
URL: https://github.com/apache/camel-quarkus/pull/3811


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel-quarkus] aldettinger commented on pull request #3804: Aws SQS: Remove unnecessary headers from the test because of CAMEL-18…

2022-05-25 Thread GitBox


aldettinger commented on PR #3804:
URL: https://github.com/apache/camel-quarkus/pull/3804#issuecomment-1137475983

   The build failed, there is indeed other files to committed:
   ```
modified:   poms/bom/src/main/generated/flattened-full-pom.xml
modified:   poms/bom/src/main/generated/flattened-reduced-pom.xml
modified:   
poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel] ank19 opened a new pull request, #7672: [CAMEL-18144] Milo 0.6.6

2022-05-25 Thread GitBox


ank19 opened a new pull request, #7672:
URL: https://github.com/apache/camel/pull/7672

   Pls. refer to CAMEL-18144 for details.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel] github-actions[bot] commented on pull request #7672: [CAMEL-18144] Milo 0.6.6

2022-05-25 Thread GitBox


github-actions[bot] commented on PR #7672:
URL: https://github.com/apache/camel/pull/7672#issuecomment-1137430691

   :warning: This PR changes Camel components and will be tested automatically.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[camel-karavan] branch main updated: Update README.md

2022-05-25 Thread marat
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new 72ab631  Update README.md
72ab631 is described below

commit 72ab631bfa5a51d84a2faa013a593d5a94717dda
Author: Marat Gubaidullin 
AuthorDate: Wed May 25 11:06:18 2022 -0400

Update README.md
---
 README.md | 30 ++
 1 file changed, 18 insertions(+), 12 deletions(-)

diff --git a/README.md b/README.md
index a1bd8dc..f16848e 100644
--- a/README.md
+++ b/README.md
@@ -9,23 +9,35 @@
 ![karavan-logo](images/karavan-logo-dark.png#gh-dark-mode-only)
 ![karavan-logo](images/karavan-logo-light.png#gh-light-mode-only)
 
-## Apache Camel Karavan
-Mastering Tool for Apache Camel makes integration easy and fun through the 
visualization of pipelines and integration with runtimes.
 
-## Features
+Mastering Tool for Apache Camel makes integration easy and fun through the 
visualization of pipelines, integration with runtimes and package, image build 
and deploy to kubernetes out-of-the-box.
 
+## Features
+### Visual Designer for Integrations
 * Enterprise Integration Patterns DSL
-* REST DSL
+* REST DSL designer
+* OpenAPI to REST DSL generator
 * Beans and dependencies
 * 100+ Kamelets source/sink/action
 * 300+ Components consumer/producer
 * Read/Write Integration CRD (*.yaml with kind:Integration) and plain yaml 
routes
-* Integration with [Camel-K](https://camel.apache.org/camel-k/next/index.html) 
and [JBang](https://www.jbang.dev)
+### Runtimes
+* [Camel-K](https://camel.apache.org/camel-k/next/index.html)
+* [Camel JBang](https://camel.apache.org/manual/camel-jbang.html)
+* [Camel 
Quarkus](https://camel.apache.org/camel-quarkus/2.9.x/reference/extensions/yaml-dsl.html)
+### Build and Deploy
+* Package uber-jar
+* Build Docker/OCI Image
+* Deploy to Kubernetes/OpenShift
+### Documentation
+Build-in catalogues:
+* Enterprise Integration Patterns
+* Kamelets
+* Components
 
 ## VS Code extension
 Install Karavan VS Code extension from the 
[Marketplace](https://marketplace.visualstudio.com/items?itemName=camel-karavan.karavan)
 
-
 ![karavan-vscode](images/karavan-vscode.png)
 
 ## Standalone application
@@ -103,9 +115,3 @@ For SELinux
 ```shell script
 docker run -it -p 8080:8080 -v $(pwd):/deployments/integrations:z 
ghcr.io/apache/camel-karavan-native:latest
 ```
-
-## Running in GitOps mode
-[Karavan demo on OpenShift](karavan-demo/openshift/README.md)
-
-## Running in Serverless mode
-[Karavan demo on Kubernetes](karavan-demo/serverless/README.md)



[camel-k] 03/04: test(e2e): add E2E test for Service trait

2022-05-25 Thread tsato
This is an automated email from the ASF dual-hosted git repository.

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

commit d9657174aec119d4ea2343d13bf5c54cd02bffde
Author: Tadayoshi Sato 
AuthorDate: Thu May 12 15:39:17 2022 +0900

test(e2e): add E2E test for Service trait
---
 e2e/common/traits/service_test.go | 62 +++
 1 file changed, 62 insertions(+)

diff --git a/e2e/common/traits/service_test.go 
b/e2e/common/traits/service_test.go
new file mode 100644
index 0..0ee3569c6
--- /dev/null
+++ b/e2e/common/traits/service_test.go
@@ -0,0 +1,62 @@
+//go:build integration
+// +build integration
+
+// To enable compilation of this file in Goland, go to "Settings -> Go -> 
Vendoring & Build Tags -> Custom Tags" and add "integration"
+
+/*
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
+
+package traits
+
+import (
+   "testing"
+
+   . "github.com/onsi/gomega"
+
+   corev1 "k8s.io/api/core/v1"
+
+   . "github.com/apache/camel-k/e2e/support"
+)
+
+func TestServiceTrait(t *testing.T) {
+   WithNewTestNamespace(t, func(ns string) {
+   Expect(Kamel("install", "-n", ns).Execute()).To(Succeed())
+
+   t.Run("Default service (ClusterIP)", func(t *testing.T) {
+   // Service trait is enabled by default
+   Expect(Kamel("run", "-n", ns, 
"files/PlatformHttpServer.java").Execute()).To(Succeed())
+   Eventually(IntegrationPodPhase(ns, 
"platform-http-server"), TestTimeoutMedium).Should(Equal(corev1.PodRunning))
+   service := Service(ns, "platform-http-server")
+   Eventually(service, TestTimeoutShort).ShouldNot(BeNil())
+   
Expect(service().Spec.Type).Should(Equal(corev1.ServiceTypeClusterIP))
+
+   Expect(Kamel("delete", "--all", "-n", 
ns).Execute()).To(Succeed())
+   })
+
+   t.Run("NodePort service", func(t *testing.T) {
+   Expect(Kamel("run", "-n", ns, 
"files/PlatformHttpServer.java",
+   "-t", "service.enabled=true",
+   "-t", 
"service.node-port=true").Execute()).To(Succeed())
+   Eventually(IntegrationPodPhase(ns, 
"platform-http-server"), TestTimeoutMedium).Should(Equal(corev1.PodRunning))
+   service := Service(ns, "platform-http-server")
+   Eventually(service, TestTimeoutShort).ShouldNot(BeNil())
+   
Expect(service().Spec.Type).Should(Equal(corev1.ServiceTypeNodePort))
+
+   Expect(Kamel("delete", "--all", "-n", 
ns).Execute()).To(Succeed())
+   })
+   })
+}



[camel-k] branch release-1.9.x updated (d9591e427 -> a4b142b3d)

2022-05-25 Thread tsato
This is an automated email from the ASF dual-hosted git repository.

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


from d9591e427 Add acosentino to Helm Chart maintainers
 new f3eba62e6 fix(trait): disable NodePort by default for Service trait
 new 407a32048 chore(e2e): format test java files
 new d9657174a test(e2e): add E2E test for Service trait
 new a4b142b3d fix(e2e): stabilise service trait test

The 4 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:
 docs/modules/traits/pages/service.adoc |  2 +-
 e2e/common/traits/files/Java.java  | 14 -
 e2e/common/traits/files/Master.java| 14 -
 e2e/common/traits/files/PlatformHttpServer.java| 11 
 .../traits/{istio_test.go => service_test.go}  | 33 +-
 e2e/support/test_support.go| 10 +++
 pkg/trait/service.go   |  4 +--
 pkg/trait/service_test.go  |  8 --
 resources/traits.yaml  |  2 +-
 9 files changed, 58 insertions(+), 40 deletions(-)
 copy e2e/common/traits/{istio_test.go => service_test.go} (54%)



[camel-k] 01/04: fix(trait): disable NodePort by default for Service trait

2022-05-25 Thread tsato
This is an automated email from the ASF dual-hosted git repository.

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

commit f3eba62e65e6fadacd5ed1d82afa5e04776f0849
Author: Tadayoshi Sato 
AuthorDate: Wed May 11 17:44:01 2022 +0900

fix(trait): disable NodePort by default for Service trait

Fix #3253
---
 docs/modules/traits/pages/service.adoc | 2 +-
 pkg/trait/service.go   | 4 ++--
 pkg/trait/service_test.go  | 8 +---
 resources/traits.yaml  | 2 +-
 4 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/docs/modules/traits/pages/service.adoc 
b/docs/modules/traits/pages/service.adoc
index 7e474ad91..b79dcc728 100755
--- a/docs/modules/traits/pages/service.adoc
+++ b/docs/modules/traits/pages/service.adoc
@@ -34,7 +34,7 @@ The following configuration options are available:
 
 | service.node-port
 | bool
-| Enable Service to be exposed as NodePort
+| Enable Service to be exposed as NodePort (default `false`).
 
 |===
 
diff --git a/pkg/trait/service.go b/pkg/trait/service.go
index 5590a3581..a070c8160 100644
--- a/pkg/trait/service.go
+++ b/pkg/trait/service.go
@@ -36,7 +36,7 @@ type serviceTrait struct {
BaseTrait `property:",squash"`
// To automatically detect from the code if a Service needs to be 
created.
Auto *bool `property:"auto" json:"auto,omitempty"`
-   // Enable Service to be exposed as NodePort
+   // Enable Service to be exposed as NodePort (default `false`).
NodePort *bool `property:"node-port" json:"nodePort,omitempty"`
 }
 
@@ -105,7 +105,7 @@ func (t *serviceTrait) Apply(e *Environment) error {
if svc == nil {
svc = getServiceFor(e)
 
-   if IsNilOrTrue(t.NodePort) {
+   if IsTrue(t.NodePort) {
svc.Spec.Type = corev1.ServiceTypeNodePort
}
}
diff --git a/pkg/trait/service_test.go b/pkg/trait/service_test.go
index aea727905..f97d6bc2c 100644
--- a/pkg/trait/service_test.go
+++ b/pkg/trait/service_test.go
@@ -125,6 +125,8 @@ func TestServiceWithDefaults(t *testing.T) {
assert.Len(t, d.Spec.Template.Spec.Containers[0].Ports, 1)
assert.Equal(t, int32(8080), 
d.Spec.Template.Spec.Containers[0].Ports[0].ContainerPort)
assert.Equal(t, "http", 
d.Spec.Template.Spec.Containers[0].Ports[0].Name)
+
+   assert.Empty(t, s.Spec.Type) // empty means ClusterIP
 }
 
 func TestService(t *testing.T) {
@@ -329,9 +331,9 @@ func TestServiceWithNodePort(t *testing.T) {
},
Traits: map[string]v1.TraitSpec{
"service": test.TraitSpecFromMap(t, 
map[string]interface{}{
-   "enabled":   true,
-   "auto":  false,
-   "node-port": true,
+   "enabled":  true,
+   "auto": false,
+   "nodePort": true,
}),
},
},
diff --git a/resources/traits.yaml b/resources/traits.yaml
index 0b585671d..8317239b5 100755
--- a/resources/traits.yaml
+++ b/resources/traits.yaml
@@ -1144,7 +1144,7 @@ traits:
 description: To automatically detect from the code if a Service needs to 
be created.
   - name: node-port
 type: bool
-description: Enable Service to be exposed as NodePort
+description: Enable Service to be exposed as NodePort (default `false`).
 - name: 3scale
   platform: false
   profiles:



[camel-k] 04/04: fix(e2e): stabilise service trait test

2022-05-25 Thread tsato
This is an automated email from the ASF dual-hosted git repository.

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

commit a4b142b3d08c303356c425e5aa5d4522b9101bf7
Author: Tadayoshi Sato 
AuthorDate: Wed May 25 18:19:44 2022 +0900

fix(e2e): stabilise service trait test
---
 e2e/common/traits/service_test.go |  5 ++---
 e2e/support/test_support.go   | 10 ++
 2 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/e2e/common/traits/service_test.go 
b/e2e/common/traits/service_test.go
index 0ee3569c6..a8016e1ba 100644
--- a/e2e/common/traits/service_test.go
+++ b/e2e/common/traits/service_test.go
@@ -52,9 +52,8 @@ func TestServiceTrait(t *testing.T) {
"-t", "service.enabled=true",
"-t", 
"service.node-port=true").Execute()).To(Succeed())
Eventually(IntegrationPodPhase(ns, 
"platform-http-server"), TestTimeoutMedium).Should(Equal(corev1.PodRunning))
-   service := Service(ns, "platform-http-server")
-   Eventually(service, TestTimeoutShort).ShouldNot(BeNil())
-   
Expect(service().Spec.Type).Should(Equal(corev1.ServiceTypeNodePort))
+   Eventually(Service(ns, "platform-http-server"), 
TestTimeoutShort).ShouldNot(BeNil())
+   Eventually(ServiceType(ns, "platform-http-server"), 
TestTimeoutShort).Should(Equal(corev1.ServiceTypeNodePort))
 
Expect(Kamel("delete", "--all", "-n", 
ns).Execute()).To(Succeed())
})
diff --git a/e2e/support/test_support.go b/e2e/support/test_support.go
index 4f95e83bb..f337ec7a3 100644
--- a/e2e/support/test_support.go
+++ b/e2e/support/test_support.go
@@ -558,6 +558,16 @@ func Service(ns string, name string) func() 
*corev1.Service {
}
 }
 
+func ServiceType(ns string, name string) func() corev1.ServiceType {
+   return func() corev1.ServiceType {
+   svc := Service(ns, name)()
+   if svc == nil {
+   return ""
+   }
+   return svc.Spec.Type
+   }
+}
+
 func Route(ns string, name string) func() *routev1.Route {
return func() *routev1.Route {
route := routev1.Route{}



[camel-k] 02/04: chore(e2e): format test java files

2022-05-25 Thread tsato
This is an automated email from the ASF dual-hosted git repository.

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

commit 407a32048fecea944fd328d7adc5678a5c8f31fd
Author: Tadayoshi Sato 
AuthorDate: Thu May 12 15:11:23 2022 +0900

chore(e2e): format test java files
---
 e2e/common/traits/files/Java.java   | 14 +++---
 e2e/common/traits/files/Master.java | 14 +++---
 e2e/common/traits/files/PlatformHttpServer.java | 11 ++-
 3 files changed, 20 insertions(+), 19 deletions(-)

diff --git a/e2e/common/traits/files/Java.java 
b/e2e/common/traits/files/Java.java
index 66fef5fe8..30b1f459e 100644
--- a/e2e/common/traits/files/Java.java
+++ b/e2e/common/traits/files/Java.java
@@ -18,11 +18,11 @@
 import org.apache.camel.builder.RouteBuilder;
 
 public class Java extends RouteBuilder {
-  @Override
-  public void configure() throws Exception {
- from("timer:tick")
- .setHeader("m").constant("string!")
- .setBody().simple("Magic${header.m}")
-  .log("${body}");
-  }
+@Override
+public void configure() throws Exception {
+from("timer:tick")
+.setHeader("m").constant("string!")
+.setBody().simple("Magic${header.m}")
+.log("${body}");
+}
 }
diff --git a/e2e/common/traits/files/Master.java 
b/e2e/common/traits/files/Master.java
index 84fdeeb05..6f3a8d1ed 100644
--- a/e2e/common/traits/files/Master.java
+++ b/e2e/common/traits/files/Master.java
@@ -18,11 +18,11 @@
 import org.apache.camel.builder.RouteBuilder;
 
 public class Master extends RouteBuilder {
-  @Override
-  public void configure() throws Exception {
- from("master:lock:timer:tick")
- .setHeader("m").constant("string!")
- .setBody().simple("Magic${header.m}")
-  .log("${body}");
-  }
+@Override
+public void configure() throws Exception {
+from("master:lock:timer:tick")
+.setHeader("m").constant("string!")
+.setBody().simple("Magic${header.m}")
+.log("${body}");
+}
 }
diff --git a/e2e/common/traits/files/PlatformHttpServer.java 
b/e2e/common/traits/files/PlatformHttpServer.java
index 9e5251481..31d8d19f3 100644
--- a/e2e/common/traits/files/PlatformHttpServer.java
+++ b/e2e/common/traits/files/PlatformHttpServer.java
@@ -18,8 +18,9 @@
 import org.apache.camel.builder.RouteBuilder;
 
 public class PlatformHttpServer extends RouteBuilder {
-  @Override
-  public void configure() throws Exception {
-from("platform-http:/hello?httpMethodRestrict=GET").setBody(simple("Hello 
${header.name}"));
-  }
-}
\ No newline at end of file
+@Override
+public void configure() throws Exception {
+from("platform-http:/hello?httpMethodRestrict=GET")
+.setBody(simple("Hello ${header.name}"));
+}
+}



[GitHub] [camel-k] tadayosi merged pull request #3304: fix(trait): disable NodePort by default for Service trait (1.9.x)

2022-05-25 Thread GitBox


tadayosi merged PR #3304:
URL: https://github.com/apache/camel-k/pull/3304


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[camel-k] 01/02: test(e2e): add test for 'kamel run --dev' in a warmed-up environment

2022-05-25 Thread tsato
This is an automated email from the ASF dual-hosted git repository.

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

commit a092e8b7f6085683fe1be9d4b1fd6c34401c18dc
Author: Tadayoshi Sato 
AuthorDate: Wed May 25 13:55:15 2022 +0900

test(e2e): add test for 'kamel run --dev' in a warmed-up environment

Fix #3211
---
 e2e/common/cli/dev_mode_test.go | 46 +
 1 file changed, 46 insertions(+)

diff --git a/e2e/common/cli/dev_mode_test.go b/e2e/common/cli/dev_mode_test.go
index db7fd7309..180b1565d 100644
--- a/e2e/common/cli/dev_mode_test.go
+++ b/e2e/common/cli/dev_mode_test.go
@@ -29,9 +29,11 @@ import (
"io/ioutil"
"os"
"testing"
+   "time"
 
. "github.com/onsi/gomega"
"github.com/stretchr/testify/assert"
+   corev1 "k8s.io/api/core/v1"
 
. "github.com/apache/camel-k/e2e/support"
"github.com/apache/camel-k/e2e/support/util"
@@ -144,5 +146,49 @@ func TestRunDevMode(t *testing.T) {
// When the integration is deleted, then, also the 
autogenerated configmaps must be cleaned
Eventually(AutogeneratedConfigmapsCount(ns), 
TestTimeoutShort).Should(Equal(0))
})
+
+   // This test makes sure that `kamel run --dev` runs in seconds 
after initial build is
+   // already done for the same integration.
+   t.Run("dev mode rebuild in seconds", func(t *testing.T) {
+   /*
+* !!! NOTE !!!
+* If you find this test flaky, instead of thinking it 
as simply unstable, investigate
+* why it does not finish in a few seconds and remove 
the bottlenecks which are lagging
+* the integration startup.
+*/
+   RegisterTestingT(t)
+
+   // First run (warm up)
+   Expect(Kamel("run", "-n", ns, 
"files/yaml.yaml").Execute()).To(Succeed())
+   Eventually(IntegrationPodPhase(ns, "yaml"), 
TestTimeoutMedium).Should(Equal(corev1.PodRunning))
+   Eventually(IntegrationLogs(ns, "yaml"), 
TestTimeoutShort).Should(ContainSubstring("Magicstring!"))
+   Expect(Kamel("delete", "yaml", "-n", 
ns).Execute()).To(Succeed())
+   Eventually(Integration(ns, "yaml")).Should(BeNil())
+   Eventually(IntegrationPod(ns, "yaml")).Should(BeNil())
+
+   // Second run (rebuild)
+   ctx, cancel := context.WithCancel(TestContext)
+   defer cancel()
+   piper, pipew := io.Pipe()
+   defer pipew.Close()
+   defer piper.Close()
+
+   file := util.MakeTempCopy(t, "files/yaml.yaml")
+
+   kamelRun := KamelWithContext(ctx, "run", "-n", ns, 
file, "--dev")
+   kamelRun.SetOut(pipew)
+
+   logScanner := util.NewLogScanner(ctx, piper, 
`integration "yaml" in phase Running`, "Magicstring!")
+
+   args := os.Args
+   defer func() { os.Args = args }()
+   os.Args = []string{"kamel", "run", "-n", ns, file, 
"--dev"}
+   go kamelRun.Execute()
+
+   // Second run should start up within a few seconds
+   timeout := 10 * time.Second
+   Eventually(logScanner.IsFound(`integration "yaml" in 
phase Running`), timeout).Should(BeTrue())
+   Eventually(logScanner.IsFound("Magicstring!"), 
timeout).Should(BeTrue())
+   })
})
 }



[GitHub] [camel-k] tadayosi closed issue #3211: Add e2e test for kamel run --dev in a warmed-up environment

2022-05-25 Thread GitBox


tadayosi closed issue #3211: Add e2e test for kamel run --dev in a warmed-up 
environment
URL: https://github.com/apache/camel-k/issues/3211


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[camel-k] branch main updated (c5e0efece -> 573e969b7)

2022-05-25 Thread tsato
This is an automated email from the ASF dual-hosted git repository.

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


from c5e0efece Never stale a bug issue
 new a092e8b7f test(e2e): add test for 'kamel run --dev' in a warmed-up 
environment
 new 573e969b7 fix(e2e): stabilise service trait test

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:
 e2e/common/cli/dev_mode_test.go   | 46 +++
 e2e/common/traits/service_test.go |  5 ++---
 e2e/support/test_support.go   | 10 +
 3 files changed, 58 insertions(+), 3 deletions(-)



[camel-k] 02/02: fix(e2e): stabilise service trait test

2022-05-25 Thread tsato
This is an automated email from the ASF dual-hosted git repository.

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

commit 573e969b7010e27d97e72bdd1bfa92c89b13d61d
Author: Tadayoshi Sato 
AuthorDate: Wed May 25 18:21:26 2022 +0900

fix(e2e): stabilise service trait test
---
 e2e/common/traits/service_test.go |  5 ++---
 e2e/support/test_support.go   | 10 ++
 2 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/e2e/common/traits/service_test.go 
b/e2e/common/traits/service_test.go
index 0ee3569c6..a8016e1ba 100644
--- a/e2e/common/traits/service_test.go
+++ b/e2e/common/traits/service_test.go
@@ -52,9 +52,8 @@ func TestServiceTrait(t *testing.T) {
"-t", "service.enabled=true",
"-t", 
"service.node-port=true").Execute()).To(Succeed())
Eventually(IntegrationPodPhase(ns, 
"platform-http-server"), TestTimeoutMedium).Should(Equal(corev1.PodRunning))
-   service := Service(ns, "platform-http-server")
-   Eventually(service, TestTimeoutShort).ShouldNot(BeNil())
-   
Expect(service().Spec.Type).Should(Equal(corev1.ServiceTypeNodePort))
+   Eventually(Service(ns, "platform-http-server"), 
TestTimeoutShort).ShouldNot(BeNil())
+   Eventually(ServiceType(ns, "platform-http-server"), 
TestTimeoutShort).Should(Equal(corev1.ServiceTypeNodePort))
 
Expect(Kamel("delete", "--all", "-n", 
ns).Execute()).To(Succeed())
})
diff --git a/e2e/support/test_support.go b/e2e/support/test_support.go
index 4f95e83bb..f337ec7a3 100644
--- a/e2e/support/test_support.go
+++ b/e2e/support/test_support.go
@@ -558,6 +558,16 @@ func Service(ns string, name string) func() 
*corev1.Service {
}
 }
 
+func ServiceType(ns string, name string) func() corev1.ServiceType {
+   return func() corev1.ServiceType {
+   svc := Service(ns, name)()
+   if svc == nil {
+   return ""
+   }
+   return svc.Spec.Type
+   }
+}
+
 func Route(ns string, name string) func() *routev1.Route {
return func() *routev1.Route {
route := routev1.Route{}



[GitHub] [camel-k] tadayosi merged pull request #3303: test(e2e): add test for 'kamel run --dev' in a warmed-up environment

2022-05-25 Thread GitBox


tadayosi merged PR #3303:
URL: https://github.com/apache/camel-k/pull/3303


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[camel] branch regen_bot updated (3db2c4b7a00 -> 4320177e0e1)

2022-05-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git


from 3db2c4b7a00 Sync deps
 add 4320177e0e1 Update what-are-the-dependencies.adoc

No new revisions were added by this update.

Summary of changes:
 docs/user-manual/modules/ROOT/pages/what-are-the-dependencies.adoc | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)



[GitHub] [camel-quarkus] jamesnetherton opened a new issue, #3810: Review `camel-quarkus-support-reactor-netty` runtime initialized classes

2022-05-25 Thread GitBox


jamesnetherton opened a new issue, #3810:
URL: https://github.com/apache/camel-quarkus/issues/3810

   Since the Azure extensions switched to the Vert.x HTTP client, 
`camel-quarkus-support-reactor-netty` is now only used in the `stitch` 
extension. So there's potentially some cleaning that could be done in 
`camel-quarkus-support-reactor-netty` (maybe the extension could even be 
removed entirely). 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel] github-actions[bot] commented on pull request #7671: Update what-are-the-dependencies.adoc

2022-05-25 Thread GitBox


github-actions[bot] commented on PR #7671:
URL: https://github.com/apache/camel/pull/7671#issuecomment-1137127868

   :no_entry_sign: There are (likely) no components to be tested in this PR


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[camel-spring-boot-examples] branch main updated: Introduce profiles in routetemplate example (#62)

2022-05-25 Thread davsclaus
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-examples.git


The following commit(s) were added to refs/heads/main by this push:
 new cfab688  Introduce profiles in routetemplate example (#62)
cfab688 is described below

commit cfab688014d16690b1d2aa25dbfc5ce884266564
Author: Marco Carletti <79271996+mcarl...@users.noreply.github.com>
AuthorDate: Wed May 25 13:28:21 2022 +0200

Introduce profiles in routetemplate example (#62)

* Introduce profiles in routetemplate example

* Revert the title
---
 routetemplate/README.adoc   |  6 +-
 .../src/main/java/sample/camel/MyRouteTemplates.java|  5 -
 .../src/main/java/sample/camel/MyTemplateBuilder.java   |  5 -
 .../{application.yaml => application-xml.yaml}  |  2 --
 routetemplate/src/main/resources/application.yaml   | 17 -
 5 files changed, 17 insertions(+), 18 deletions(-)

diff --git a/routetemplate/README.adoc b/routetemplate/README.adoc
index a0ca5fe..fd966b2 100644
--- a/routetemplate/README.adoc
+++ b/routetemplate/README.adoc
@@ -14,7 +14,7 @@ An alternative to create routes is from Java which is done in 
the `MyTemplateBui
 
 See the `MyCamelApplication.java` where you can change the source to use java 
instead of property file for the template parameters.
 
-In case you would like to see how to create rules from a route template in 
Java, simply uncomment the annotation `@Component` in the classes 
`MyTemplateBuilder` and `MyRouteTemplates` to allow Spring Boot to 
automatically discover them.
+In case you would like to see how to create rules from a route template in 
Java, you can use the `java` Spring profile so that the classes 
`MyTemplateBuilder` and `MyRouteTemplates` will be automatically discovered.
 
 === Build
 
@@ -29,7 +29,11 @@ $ mvn compile
 You can run this example using
 
 
+#to use xml template
 $ mvn spring-boot:run
+
+#to use java template
+$ mvn spring-boot:run -Dspring-boot.run.profiles=java
 
 
 === Help and contributions
diff --git a/routetemplate/src/main/java/sample/camel/MyRouteTemplates.java 
b/routetemplate/src/main/java/sample/camel/MyRouteTemplates.java
index dff6fa3..d97f55e 100644
--- a/routetemplate/src/main/java/sample/camel/MyRouteTemplates.java
+++ b/routetemplate/src/main/java/sample/camel/MyRouteTemplates.java
@@ -18,12 +18,15 @@ package sample.camel;
 
 import org.apache.camel.builder.RouteBuilder;
 
+import org.springframework.context.annotation.Profile;
+
 /**
  * Route templates using {@link RouteBuilder} which allows
  * us to define a number of templates (parameterized routes)
  * which we can create routes from.
  */
-//@org.springframework.stereotype.Component
+@org.springframework.stereotype.Component
+@Profile("java")
 public class MyRouteTemplates extends RouteBuilder {
 
 @Override
diff --git a/routetemplate/src/main/java/sample/camel/MyTemplateBuilder.java 
b/routetemplate/src/main/java/sample/camel/MyTemplateBuilder.java
index cf6e5d7..5228be7 100644
--- a/routetemplate/src/main/java/sample/camel/MyTemplateBuilder.java
+++ b/routetemplate/src/main/java/sample/camel/MyTemplateBuilder.java
@@ -18,7 +18,10 @@ package sample.camel;
 
 import org.apache.camel.builder.RouteBuilder;
 
-//@org.springframework.stereotype.Component
+import org.springframework.context.annotation.Profile;
+
+@org.springframework.stereotype.Component
+@Profile("java")
 public class MyTemplateBuilder extends RouteBuilder {
 
 /**
diff --git a/routetemplate/src/main/resources/application.yaml 
b/routetemplate/src/main/resources/application-xml.yaml
similarity index 98%
copy from routetemplate/src/main/resources/application.yaml
copy to routetemplate/src/main/resources/application-xml.yaml
index 690d146..ab0e040 100644
--- a/routetemplate/src/main/resources/application.yaml
+++ b/routetemplate/src/main/resources/application-xml.yaml
@@ -17,9 +17,7 @@
 
 camel:
   springboot:
-name: MyCamel
 routes-include-pattern: classpath:mycamel/*.xml
-
   route-template:
 config:
   -0.template-id: myXmlTemplate
diff --git a/routetemplate/src/main/resources/application.yaml 
b/routetemplate/src/main/resources/application.yaml
index 690d146..e9fc3f4 100644
--- a/routetemplate/src/main/resources/application.yaml
+++ b/routetemplate/src/main/resources/application.yaml
@@ -15,19 +15,10 @@
 # limitations under the License.
 #
 
+spring:
+  profiles:
+active: xml
+
 camel:
   springboot:
 name: MyCamel
-routes-include-pattern: classpath:mycamel/*.xml
-
-  route-template:
-config:
-  -0.template-id: myXmlTemplate
-  -0.route-id: first
-  -0.name: one
-  -0.greeting: Hello
-  -1.template-id: myXmlTemplate
-  -1.route-id: second
-  -1.name: deux
-  -1.greeting: Bonjour
-  -1.my-period: 5s



[GitHub] [camel-spring-boot-examples] davsclaus merged pull request #62: Introduce profiles in routetemplate example

2022-05-25 Thread GitBox


davsclaus merged PR #62:
URL: https://github.com/apache/camel-spring-boot-examples/pull/62


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel-quarkus] jamesnetherton commented on issue #3809: Configuration of ActiveMQ broker URL properties may require reflective access

2022-05-25 Thread GitBox


jamesnetherton commented on issue #3809:
URL: https://github.com/apache/camel-quarkus/issues/3809#issuecomment-1137121387

   > Good catch! so @jamesnetherton you think we should apply these refections 
in that post into `camel-quarkus-activemq`?
   
   Maybe not all of them. `SSLSocketImpl` I assume would be registered if 
`quarkus.ssl.native=true`.
   
   There is probably extra stuff that needs registering too. I've not looked at 
the full list of possible broker URL properties.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[camel] branch main updated: Update what-are-the-dependencies.adoc

2022-05-25 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

acosentino 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 4320177e0e1 Update what-are-the-dependencies.adoc
4320177e0e1 is described below

commit 4320177e0e1c333b7215336e28bb5b60926827df
Author: Robert Scholte 
AuthorDate: Wed May 25 11:37:40 2022 +0200

Update what-are-the-dependencies.adoc

Be more explicit regarding the required/supported JDK ranges
---
 docs/user-manual/modules/ROOT/pages/what-are-the-dependencies.adoc | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/docs/user-manual/modules/ROOT/pages/what-are-the-dependencies.adoc 
b/docs/user-manual/modules/ROOT/pages/what-are-the-dependencies.adoc
index 25d5803c451..873e5399aa2 100644
--- a/docs/user-manual/modules/ROOT/pages/what-are-the-dependencies.adoc
+++ b/docs/user-manual/modules/ROOT/pages/what-are-the-dependencies.adoc
@@ -2,8 +2,10 @@
 
 == Java support
 
-- Camel 2 supports JDK 8
-- Camel 3 supports JDK 8 or 11
+- Camel 2 requires JDK 8
+- Camel 3 requires JDK 8 and supports JDK 11
+- Camel 3.15.0+ requires JDK 11
+- Camel 3.17.0+ requires JDK 11 and supports JDK 17
 
 == Camel JAR Dependencies
 



[GitHub] [camel] oscerd merged pull request #7671: Update what-are-the-dependencies.adoc

2022-05-25 Thread GitBox


oscerd merged PR #7671:
URL: https://github.com/apache/camel/pull/7671


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel-spring-boot-examples] davsclaus merged pull request #63: Introduce params for Jira example

2022-05-25 Thread GitBox


davsclaus merged PR #63:
URL: https://github.com/apache/camel-spring-boot-examples/pull/63


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[camel-spring-boot-examples] branch main updated: Introduce params for Jira example (#63)

2022-05-25 Thread davsclaus
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-examples.git


The following commit(s) were added to refs/heads/main by this push:
 new 3191408  Introduce params for Jira example (#63)
3191408 is described below

commit 31914088c4b55deb9d7de943b61b920e1f2235e8
Author: Marco Carletti <79271996+mcarl...@users.noreply.github.com>
AuthorDate: Wed May 25 13:06:15 2022 +0200

Introduce params for Jira example (#63)
---
 .../java/org/apache/camel/example/jira/AddIssueRoute.java  | 14 +++---
 .../org/apache/camel/example/jira/AttachFileRoute.java | 10 +++---
 .../org/apache/camel/example/jira/NewCommentsRoute.java|  2 +-
 jira/src/main/resources/application.properties |  7 +++
 4 files changed, 26 insertions(+), 7 deletions(-)

diff --git 
a/jira/src/main/java/org/apache/camel/example/jira/AddIssueRoute.java 
b/jira/src/main/java/org/apache/camel/example/jira/AddIssueRoute.java
index b39a857..d4eba78 100644
--- a/jira/src/main/java/org/apache/camel/example/jira/AddIssueRoute.java
+++ b/jira/src/main/java/org/apache/camel/example/jira/AddIssueRoute.java
@@ -21,6 +21,7 @@ import java.util.Date;
 import org.apache.camel.builder.RouteBuilder;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
+import org.springframework.beans.factory.annotation.Value;
 import org.springframework.stereotype.Component;
 
 import static 
org.apache.camel.component.jira.JiraConstants.ISSUE_PRIORITY_NAME;
@@ -33,14 +34,20 @@ public class AddIssueRoute extends RouteBuilder {
 
 private static final Logger LOG = 
LoggerFactory.getLogger(AddIssueRoute.class);
 
+@Value("${example.jira.project-key}")
+private String project;
+
+@Value("${example.jira.issue-type}")
+private String issueType;
+
 @Override
 public void configure() {
 
 LOG.info(" > jira example - add new issue");
 // change the fields accordingly to your target jira server
 from("timer://foo?fixedRate=true=5")
-.setHeader(ISSUE_PROJECT_KEY, () -> "COM")
-.setHeader(ISSUE_TYPE_NAME, () -> "Bug")
+.setHeader(ISSUE_PROJECT_KEY, () -> project)
+.setHeader(ISSUE_TYPE_NAME, () -> issueType)
 .setHeader(ISSUE_SUMMARY, () -> "Example Demo Bug jira " + 
(new Date()))
 .setHeader(ISSUE_PRIORITY_NAME, () -> "Low")
 
@@ -52,7 +59,8 @@ public class AddIssueRoute extends RouteBuilder {
 // })
 .setBody(constant("A small description for a test issue. "))
 .log("  JIRA new issue: ${body}")
-.to("jira://addIssue");
+.to("jira://addIssue")
+.log("Issue created: ${body.key}");
 }
 
 }
diff --git 
a/jira/src/main/java/org/apache/camel/example/jira/AttachFileRoute.java 
b/jira/src/main/java/org/apache/camel/example/jira/AttachFileRoute.java
index 2b0ad52..1bfe7b8 100644
--- a/jira/src/main/java/org/apache/camel/example/jira/AttachFileRoute.java
+++ b/jira/src/main/java/org/apache/camel/example/jira/AttachFileRoute.java
@@ -19,6 +19,7 @@ package org.apache.camel.example.jira;
 import org.apache.camel.builder.RouteBuilder;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
+import org.springframework.beans.factory.annotation.Value;
 import org.springframework.stereotype.Component;
 
 import static org.apache.camel.component.jira.JiraConstants.ISSUE_KEY;
@@ -28,13 +29,16 @@ public class AttachFileRoute extends RouteBuilder {
 
 private static final Logger LOG = 
LoggerFactory.getLogger(AttachFileRoute.class);
 
+@Value("${example.jira.issue-attach}")
+private String issue;
+
 @Override
 public void configure() {
 LOG.info(" > jira example - add attachment");
 // change the fields accordinly to your target jira server
-
from("file:///A_valid_directory?fileName=my_file.png=true=5")
-.setHeader(ISSUE_KEY, () -> "MYP-13")
-.log("  JIRA attach: ${header.camelFileName} to MYP-13")
+
from("file://{{example.jira.upload-directory}}?fileName={{example.jira.upload-file-name}}=true=5")
+.setHeader(ISSUE_KEY, () -> issue)
+.log("  JIRA attach: ${header.camelFileName} to 
${headers.IssueKey}")
 .to("jira://attach");
 
 
diff --git 
a/jira/src/main/java/org/apache/camel/example/jira/NewCommentsRoute.java 
b/jira/src/main/java/org/apache/camel/example/jira/NewCommentsRoute.java
index 0965764..aea74a4 100644
--- a/jira/src/main/java/org/apache/camel/example/jira/NewCommentsRoute.java
+++ b/jira/src/main/java/org/apache/camel/example/jira/NewCommentsRoute.java
@@ -32,7 +32,7 @@ public class NewCommentsRoute extends RouteBuilder {
 
 LOG.info(" > jira example - retrieve only new 

[GitHub] [camel-quarkus] zhfeng commented on issue #3809: Configuration of ActiveMQ broker URL properties may require reflective access

2022-05-25 Thread GitBox


zhfeng commented on issue #3809:
URL: https://github.com/apache/camel-quarkus/issues/3809#issuecomment-1137093280

   Good catch! so @jamesnetherton you think we should apply these refections in 
that post into `camel-quarkus-activemq`?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel] rfscholte opened a new pull request, #7671: Update what-are-the-dependencies.adoc

2022-05-25 Thread GitBox


rfscholte opened a new pull request, #7671:
URL: https://github.com/apache/camel/pull/7671

   Be more explicit regarding the required/supported JDK ranges
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel-quarkus] JiriOndrusek commented on pull request #3804: Aws SQS: Remove unnecessary headers from the test because of CAMEL-18…

2022-05-25 Thread GitBox


JiriOndrusek commented on PR #3804:
URL: https://github.com/apache/camel-quarkus/pull/3804#issuecomment-1137090346

   @aldettinger thanks for the solution. I updated the PR.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel-k] robertonav20 commented on issue #1238: Multi-architecture support

2022-05-25 Thread GitBox


robertonav20 commented on issue #1238:
URL: https://github.com/apache/camel-k/issues/1238#issuecomment-1137042501

   Yes i have a look yesterday, below i describe the code:
   
   Inside the package builder i add buildah.go file to manage buildah constants 
properties
   ```
   package builder
   
   const BuildahArchitecturePlatform = "BuildahArchitecturePlatform"
   const BuildahPlatform = "BuildahPlatform"
   ```
   
   Here you can find the mapping to buildah builder
   ```
case v1.IntegrationPlatformBuildPublishStrategyBuildah:
var architecture string
var found bool
if architecture, found = 
e.Platform.Status.Build.PublishStrategyOptions[builder.BuildahPlatform]; !found 
{
architecture = platforms.DefaultSpec().OS + "/" + 
platforms.DefaultSpec().Architecture + "/" + platforms.DefaultSpec().Variant
}
   
e.BuildTasks = append(e.BuildTasks, v1.Task{Buildah: 
{
BaseTask: v1.BaseTask{
Name: "buildah",
},
PublishTask: v1.PublishTask{
Architecture: architecture,
Image:getImageName(e),
Registry: e.Platform.Status.Build.Registry,
},
Verbose: t.Verbose,
}})
   ```
   Then map architecture attribute to buildah command.
   
   I see a difference between https://github.com/apache/camel-k/pull/3032 and 
this task, that task introduce a command parameter for **install**, but in our 
case we must manage the architecture of build for integration kit, so it's 
necessary introduce this parameter inside **run** command
   
   My questions are:
   -  Where is the point of the code ? I suppose **run.go** inside **pkg/cmd** 
and here i can add the new buildah parameter (exmaple: **buildah-platform**)
   - The variable `platform` inside `run.go` method `createOrUpdateIntegration` 
is empty, How to fill it ?
   - How to check if that map `PublishStrategyOptions` contains that parameter?
   
   I'm hope you understand my questions.
   
   Thanks in advance


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel-spring-boot-examples] mcarlett commented on a diff in pull request #62: Introduce profiles in routetemplate example

2022-05-25 Thread GitBox


mcarlett commented on code in PR #62:
URL: 
https://github.com/apache/camel-spring-boot-examples/pull/62#discussion_r881462941


##
routetemplate/README.adoc:
##
@@ -1,4 +1,4 @@
-== Camel Example Spring Boot Route Template
+#== Camel Example Spring Boot Route Template#

Review Comment:
   no, maybe typo error, thanks!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel-k] tadayosi opened a new pull request, #3304: fix(trait): disable NodePort by default for Service trait (1.9.x)

2022-05-25 Thread GitBox


tadayosi opened a new pull request, #3304:
URL: https://github.com/apache/camel-k/pull/3304

   
   
   Backport #3253 to 1.9.x.
   
   
   
   
   **Release Note**
   ```release-note
   fix(trait): NodePort is disabled by default for Service trait
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel-k] squakez commented on issue #1238: Multi-architecture support

2022-05-25 Thread GitBox


squakez commented on issue #1238:
URL: https://github.com/apache/camel-k/issues/1238#issuecomment-1137004908

   Sure, you can have a look at #3032 where we used that for the "Kaniko" 
options. We may mimick that and include any "Buildah" option as well.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel-k] f39516046 commented on issue #3296: Kamel run default service nodePort is invalid

2022-05-25 Thread GitBox


f39516046 commented on issue #3296:
URL: https://github.com/apache/camel-k/issues/3296#issuecomment-1136993172

   > Hi,
   > 
   > `targetPort` can be string such as `http` when the pod has the port named 
`http`: https://kubernetes.io/docs/concepts/services-networking/service/
   > 
   > So why is it considered invalid? Could it be a problem with the console 
you are using?
   
   ok,i get it. but also i have no idea about why kamel run default generate a 
service use targetPort http,but the PODs ports is none, there is no port named 
http. We only use the Platform-Http-Vertx component, anything works well(kit 
build successfully,and pods run well). The default service truely can not works 
well due to the targetPort http, there is no POD named it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel-karavan] mgubaidullin closed issue #268: Add property placeholder support

2022-05-25 Thread GitBox


mgubaidullin closed issue #268: Add property placeholder support
URL: https://github.com/apache/camel-karavan/issues/268


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel-spring-boot-examples] davsclaus commented on a diff in pull request #62: Introduce profiles in routetemplate example

2022-05-25 Thread GitBox


davsclaus commented on code in PR #62:
URL: 
https://github.com/apache/camel-spring-boot-examples/pull/62#discussion_r881372882


##
routetemplate/README.adoc:
##
@@ -1,4 +1,4 @@
-== Camel Example Spring Boot Route Template
+#== Camel Example Spring Boot Route Template#

Review Comment:
   Is this correct, did you mean to change the title?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel-spring-boot-examples] mcarlett opened a new pull request, #63: Introduce params for Jira example

2022-05-25 Thread GitBox


mcarlett opened a new pull request, #63:
URL: https://github.com/apache/camel-spring-boot-examples/pull/63

   to avoid to change code to make the example working on a specific 
environment, it externalizes variables used in the routes


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel-k] utherp0 commented on issue #3297: Integration Platform issues when using the Operator

2022-05-25 Thread GitBox


utherp0 commented on issue #3297:
URL: https://github.com/apache/camel-k/issues/3297#issuecomment-1136931350

   The Operator is deployed into the namespace rather than across the Cluster, 
by local I mean namespace bound
   https://user-images.githubusercontent.com/2233236/170214330-3ebdcb7c-e7a9-4e56-8ebc-99e9826a9762.png;>
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel-k] christophd commented on issue #3297: Integration Platform issues when using the Operator

2022-05-25 Thread GitBox


christophd commented on issue #3297:
URL: https://github.com/apache/camel-k/issues/3297#issuecomment-1136924610

   what does it mean if you say ` the operator is running locally`? you are 
running the operator namespace scoped on a single namespace or on your local 
machine?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel-k] utherp0 commented on issue #3297: Integration Platform issues when using the Operator

2022-05-25 Thread GitBox


utherp0 commented on issue #3297:
URL: https://github.com/apache/camel-k/issues/3297#issuecomment-1136907840

   So, replicated it; there are no errors in the Operator log other than a 
repeat of:
   
   {"level":"error","ts":1653463966.870432,"logger":"cmd","msg":"couldn't get 
resource list for metrics.k8s.io/v1beta1: the server is currently unable to 
handle the 
request\n","stacktrace":"github.com/apache/camel-k/vendor/k8s.io/klog/v2.(*loggingT).output\n\tgithub.com/apache/camel-k/vendor/k8s.io/klog/v2/klog.go:914\ngithub.com/apache/camel-k/vendor/k8s.io/klog/v2.(*loggingT).printDepth\n\tgithub.com/apache/camel-k/vendor/k8s.io/klog/v2/klog.go:733\ngithub.com/apache/camel-k/vendor/k8s.io/klog/v2.ErrorDepth\n\tgithub.com/apache/camel-k/vendor/k8s.io/klog/v2/klog.go:1451\ngithub.com/apache/camel-k/vendor/k8s.io/apimachinery/pkg/util/runtime.logError\n\tgithub.com/apache/camel-k/vendor/k8s.io/apimachinery/pkg/util/runtime/runtime.go:114\ngithub.com/apache/camel-k/vendor/k8s.io/apimachinery/pkg/util/runtime.HandleError\n\tgithub.com/apache/camel-k/vendor/k8s.io/apimachinery/pkg/util/runtime/runtime.go:108\ngithub.com/apache/camel-k/vendor/k8s.io/client-go/discovery/cached/memory.(*mem
 
CacheClient).ServerResourcesForGroupVersion\n\tgithub.com/apache/camel-k/vendor/k8s.io/client-go/discovery/cached/memory/memcache.go:101\ngithub.com/apache/camel-k/vendor/k8s.io/client-go/discovery.fetchGroupVersionResources.func1\n\tgithub.com/apache/camel-k/vendor/k8s.io/client-go/discovery/discovery_client.go:361"}
   
   The Camel-k Pod is in crash loop backoff (the behaviour I see when I have 
the ip issues):
   
   Caused by: org.apache.camel.ResolveEndpointFailedException: Failed to 
resolve endpoint: knative://event/techtalkevent due to: Cannot load Knative 
configuration from file or env variable
at 
org.apache.camel.impl.engine.AbstractCamelContext.doGetEndpoint(AbstractCamelContext.java:962)
at 
org.apache.camel.impl.engine.AbstractCamelContext.getEndpoint(AbstractCamelContext.java:844)
at 
org.apache.camel.support.CamelContextHelper.getMandatoryEndpoint(CamelContextHelper.java:58)
at 
org.apache.camel.reifier.AbstractReifier.resolveEndpoint(AbstractReifier.java:177)
at 
org.apache.camel.reifier.RouteReifier.doCreateRoute(RouteReifier.java:94)
at 
org.apache.camel.reifier.RouteReifier.createRoute(RouteReifier.java:74)
... 30 more
   Caused by: java.lang.IllegalStateException: Cannot load Knative 
configuration from file or env variable
at 
org.apache.camel.component.knative.KnativeComponent.getKnativeConfiguration(KnativeComponent.java:278)
at 
org.apache.camel.component.knative.KnativeComponent.createEndpoint(KnativeComponent.java:226)
at 
org.apache.camel.support.DefaultComponent.createEndpoint(DefaultComponent.java:171)
at 
org.apache.camel.impl.engine.AbstractCamelContext.doGetEndpoint(AbstractCamelContext.java:928)
... 35 more
   
   This error goes away if I remove the ip I created and use 'kamel run' to 
create the Integration. It only occurs when I create an ip from the Operator 
page and take all the defaults (i.e. just hit create). When I do that the ip 
does create - it is in a state of running when I create the integration.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel-spring-boot-examples] mcarlett opened a new pull request, #62: Introduce profiles in routetemplate example

2022-05-25 Thread GitBox


mcarlett opened a new pull request, #62:
URL: https://github.com/apache/camel-spring-boot-examples/pull/62

   using Spring Boot profiles to load templates


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel-quarkus] github-actions[bot] commented on issue #2926: [CI] - Quarkus Main Branch Build Failure

2022-05-25 Thread GitBox


github-actions[bot] commented on issue #2926:
URL: https://github.com/apache/camel-quarkus/issues/2926#issuecomment-1136827657

   The 
[quarkus-main](https://github.com/apache/camel-quarkus/tree/quarkus-main) 
branch build has failed:
   
   * Build ID: 2381798747-762-1ce6a413-13f4-448f-967b-44c19d081ace
   * Camel Quarkus Commit: c6b2487c3b7e24c3569ad60b7b5d23859f9c8c89
   
   * Quarkus Main Commit: f117bdeb41e132137c0f1aeea4d1492e2ac5a24a
   * Link to build: 
https://github.com/apache/camel-quarkus/actions/runs/2381798747


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[camel] branch regen_bot updated (887a190c85d -> 3db2c4b7a00)

2022-05-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git


from 887a190c85d camel-salesforce: Upgrade to v54.0 API.
 add 653e1678503 Upgrade AWS SDK v2 to version 2.17.198
 add 3db2c4b7a00 Sync deps

No new revisions were added by this update.

Summary of changes:
 camel-dependencies/pom.xml  | 2 +-
 .../resources/org/apache/camel/catalog/components/salesforce.json   | 4 ++--
 .../builder/component/dsl/SalesforceComponentBuilderFactory.java| 2 +-
 .../builder/endpoint/dsl/SalesforceEndpointBuilderFactory.java  | 6 +++---
 parent/pom.xml  | 2 +-
 5 files changed, 8 insertions(+), 8 deletions(-)