[GitHub] [camel-quarkus] zhfeng commented on issue #5180: `jms-ibmmq-client` integration test native build runs on CI despite being commented out

2023-08-14 Thread via GitHub


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

   OK, the following change looks fixing our issue.
   ```
   diff --git a/devtools/maven/src/main/java/io/quarkus/maven/BuildMojo.java 
b/devtools/maven/src/main/java/io/quarkus/maven/BuildMojo.java
   index 0c7146ddb16..fefb7457970 100644
   --- a/devtools/maven/src/main/java/io/quarkus/maven/BuildMojo.java
   +++ b/devtools/maven/src/main/java/io/quarkus/maven/BuildMojo.java
   @@ -118,7 +118,7 @@ protected void doExecute() throws MojoExecutionException 
{
// Essentially what this does is to enable the native package 
type even if a different package type is set
// in application properties. This is done to preserve what 
users expect to happen when
// they execute "mvn package -Dnative" even if 
quarkus.package.type has been set in application.properties
   -if (!setPackageTypeSystemPropertyIfNativeProfileEnabled()) {
   +if (setPackageTypeSystemPropertyIfNativeProfileEnabled()) {
propertiesToClear.add(PACKAGE_TYPE_PROP);
}
   
   ```


-- 
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 stub updated (460d6d0cbba -> 57aac609757)

2023-08-14 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch stub
in repository https://gitbox.apache.org/repos/asf/camel.git


from 460d6d0cbba CAMEL-19739: camel run - Add stub option to run in stub 
mode
 add 57aac609757 CAMEL-19739: camel run - Add stub option to run in stub 
mode

No new revisions were added by this update.

Summary of changes:
 .../camel/main/download/DependencyDownloaderComponentResolver.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[GitHub] [camel-quarkus] zhfeng commented on issue #5180: `jms-ibmmq-client` integration test native build runs on CI despite being commented out

2023-08-14 Thread via GitHub


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

   There is a related commit 
https://github.com/quarkusio/quarkus/commit/3747c0d85b68ca33b58871d9cf3b2d4b3bb304a4#diff-784b0a28679cfd7486e574f42e90ece03e187bae1e132d5c408f72eaa7ecfdf0
   
   I wonder the `if` statement should check 
`setPackageTypeSystemPropertyIfNativeProfileEnabled` is true?


-- 
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 stub updated (4d6ab4752e6 -> 460d6d0cbba)

2023-08-14 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch stub
in repository https://gitbox.apache.org/repos/asf/camel.git


from 4d6ab4752e6 CAMEL-19739: camel run - Add stub option to run in stub 
mode
 add 460d6d0cbba CAMEL-19739: camel run - Add stub option to run in stub 
mode

No new revisions were added by this update.

Summary of changes:
 .../src/main/java/org/apache/camel/dsl/jbang/core/commands/Run.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



[camel] branch stub updated (6ec0ab0f96e -> 4d6ab4752e6)

2023-08-14 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch stub
in repository https://gitbox.apache.org/repos/asf/camel.git


from 6ec0ab0f96e CAMEL-19739: camel run - Add stub option to run in stub 
mode
 add 4d6ab4752e6 CAMEL-19739: camel run - Add stub option to run in stub 
mode

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/catalog/components/stub.json   |  2 +-
 .../resources/org/apache/camel/component/stub/stub.json |  2 +-
 .../org/apache/camel/component/stub/StubComponent.java  |  6 +++---
 .../component/dsl/StubComponentBuilderFactory.java  | 17 +
 .../main/java/org/apache/camel/main/KameletMain.java|  3 ++-
 5 files changed, 24 insertions(+), 6 deletions(-)



[camel-spring-boot] branch main updated: Regen

2023-08-14 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.git


The following commit(s) were added to refs/heads/main by this push:
 new fa113d085c4 Regen
fa113d085c4 is described below

commit fa113d085c4846285e7f25e9278f021721c62884
Author: Claus Ibsen 
AuthorDate: Tue Aug 15 06:28:55 2023 +0200

Regen
---
 .../apache/camel/springboot/catalog/components/aws2-sns.json |  4 ++--
 .../camel-aws2-sns-starter/src/main/docs/aws2-sns.json   |  4 ++--
 .../aws2/sns/springboot/Sns2ComponentConfiguration.java  | 12 ++--
 3 files changed, 10 insertions(+), 10 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-sns.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-sns.json
index 44c3cd70b8a..61b891cf56b 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-sns.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-sns.json
@@ -31,7 +31,7 @@
 "messageStructure": { "index": 6, "kind": "property", "displayName": 
"Message Structure", "group": "producer", "label": "", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.aws2.sns.Sns2Configuration", "configurationField": 
"configuration", "description": "The message structure to use such as json" },
 "overrideEndpoint": { "index": 7, "kind": "property", "displayName": 
"Override Endpoint", "group": "producer", "label": "", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.aws2.sns.Sns2Configuration", "configurationField": 
"configuration", "description": "Set the need for overidding the endpoint. This 
option needs to be used in combination wi [...]
 "policy": { "index": 8, "kind": "property", "displayName": "Policy", 
"group": "producer", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "supportFileReference": true, 
"configurationClass": "org.apache.camel.component.aws2.sns.Sns2Configuration", 
"configurationField": "configuration", "description": "The policy for this 
topic. Is loaded by default from classpath, but you [...]
-"queueUrl": { "index": 9, "kind": "property", "displayName": "Queue Url", 
"group": "producer", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.aws2.sns.Sns2Configuration", "configurationField": 
"configuration", "description": "The queueUrl to subscribe to" },
+"queueArn": { "index": 9, "kind": "property", "displayName": "Queue Arn", 
"group": "producer", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.aws2.sns.Sns2Configuration", "configurationField": 
"configuration", "description": "The ARN endpoint to subscribe to" },
 "region": { "index": 10, "kind": "property", "displayName": "Region", 
"group": "producer", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.aws2.sns.Sns2Configuration", "configurationField": 
"configuration", "description": "The region in which SNS client needs to work. 
When using this parameter, the configuration will expect the lowercase name o 
[...]
 "serverSideEncryptionEnabled": { "index": 11, "kind": "property", 
"displayName": "Server Side Encryption Enabled", "group": "producer", "label": 
"", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": 
false, "autowired": false, "secret": false, "defaultValue": false, 
"configurationClass": "org.apache.camel.component.aws2.sns.Sns2Configuration", 
"configurationField": "configuration", "description": "Define if Server Side 
Encryption is enabled or not on the topic" },
 "subject": { "index": 12, "kind": "property", "displayName": "Subject", 
"group": "producer", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.aws2.sns.Sns2Configuration", "configurationField": 
"configuration", "description": "The subject which is used if the 

[GitHub] [camel-quarkus] zhfeng commented on issue #5180: `jms-ibmmq-client` integration test native build runs on CI despite being commented out

2023-08-14 Thread via GitHub


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

   It seems that the only way is to add 
`true` to skip quarkus build.


-- 
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

2023-08-14 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 88210e2506 Updated CHANGELOG.md
88210e2506 is described below

commit 88210e25063be753b0d1a55543c0d356e9149bf5
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 15 03:16:59 2023 +

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 95221341c5..dd769afd16 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -26,11 +26,14 @@
 
 **Merged pull requests:**
 
+- Bump io.quarkiverse.amazonservices:quarkus-amazon-services-bom from 2.4.3 to 
2.4.4 [\#5182](https://github.com/apache/camel-quarkus/pull/5182) 
([dependabot[bot]](https://github.com/apps/dependabot))
+- Upgrade to Quarkus CXF 2.2.1 
[\#5181](https://github.com/apache/camel-quarkus/pull/5181) 
([ppalaga](https://github.com/ppalaga))
 - Generated sources regen for SBOM 
[\#5176](https://github.com/apache/camel-quarkus/pull/5176) 
([github-actions[bot]](https://github.com/apps/github-actions))
 - Unban com.google.code.findbugs:jsr305 for gRPC extension 
[\#5175](https://github.com/apache/camel-quarkus/pull/5175) 
([jamesnetherton](https://github.com/jamesnetherton))
 - Add org.mapstruct:mapstruct-processor to the BOM 
[\#5172](https://github.com/apache/camel-quarkus/pull/5172) 
([jamesnetherton](https://github.com/jamesnetherton))
 - Bump quarkiverse-pooled-jms.version from 2.0.1 to 2.0.2 
[\#5171](https://github.com/apache/camel-quarkus/pull/5171) 
([dependabot[bot]](https://github.com/apps/dependabot))
 - \[5162\] Add elasticsearch tests 
[\#5170](https://github.com/apache/camel-quarkus/pull/5170) 
([llowinge](https://github.com/llowinge))
+- Camel 4.0.0 upgrade 
[\#5169](https://github.com/apache/camel-quarkus/pull/5169) 
([JiriOndrusek](https://github.com/JiriOndrusek))
 - Extend test coverage of gRPC extension 
[\#5168](https://github.com/apache/camel-quarkus/pull/5168) 
([jamesnetherton](https://github.com/jamesnetherton))
 - Reclaim disk space before running integration tests 
[\#5159](https://github.com/apache/camel-quarkus/pull/5159) 
([jamesnetherton](https://github.com/jamesnetherton))
 - Bump io.quarkiverse.amazonservices:quarkus-amazon-services-bom from 2.4.2 to 
2.4.3 [\#5158](https://github.com/apache/camel-quarkus/pull/5158) 
([dependabot[bot]](https://github.com/apps/dependabot))



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

2023-08-14 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-kamelets.git


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

commit 47073653b35d51501e286746d1eb29b8f4ecdd10
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 15 03:08:20 2023 +

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4642a4c8..11a9c846 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@
 
 **Closed issues:**
 
+- Remove forbidden parameter names list in validator 
[\#1577](https://github.com/apache/camel-kamelets/issues/1577)
 - Switch from Fabric 8 Camel K Extension to Camel K CRDS in Catalog 
[\#1539](https://github.com/apache/camel-kamelets/issues/1539)
 - Support personal token authentication in jira kamelet 
[\#1529](https://github.com/apache/camel-kamelets/issues/1529)
 - Release Camel Kamelets 4.0.0-RC1 
[\#1525](https://github.com/apache/camel-kamelets/issues/1525)
@@ -13,10 +14,28 @@
 
 **Merged pull requests:**
 
+- Generated sources regen 
[\#1580](https://github.com/apache/camel-kamelets/pull/1580) 
([github-actions[bot]](https://github.com/apps/github-actions))
+- Remove no more needed check on reserved keyword for kamelet 
[\#1578](https://github.com/apache/camel-kamelets/pull/1578) 
([apupier](https://github.com/apupier))
+- Update GitHub Action version 
[\#1575](https://github.com/apache/camel-kamelets/pull/1575) 
([apupier](https://github.com/apupier))
+- Fix typo on Jbang --\> JBang 
[\#1574](https://github.com/apache/camel-kamelets/pull/1574) 
([apupier](https://github.com/apupier))
+- Fix typos in readme of infra 
[\#1573](https://github.com/apache/camel-kamelets/pull/1573) 
([apupier](https://github.com/apupier))
+- Remove mention to SVN in readme 
[\#1572](https://github.com/apache/camel-kamelets/pull/1572) 
([apupier](https://github.com/apupier))
 - Generated sources regen for SBOM 
[\#1571](https://github.com/apache/camel-kamelets/pull/1571) 
([github-actions[bot]](https://github.com/apps/github-actions))
+- Fix typo Ceritificate 
[\#1570](https://github.com/apache/camel-kamelets/pull/1570) 
([apupier](https://github.com/apupier))
+- Fix typos in GitHub kamelets 
[\#1569](https://github.com/apache/camel-kamelets/pull/1569) 
([apupier](https://github.com/apupier))
+- Remove Nicola Ferraro from assignees of PR automatically created for 
[\#1568](https://github.com/apache/camel-kamelets/pull/1568) 
([apupier](https://github.com/apupier))
 - Generated sources regen 
[\#1567](https://github.com/apache/camel-kamelets/pull/1567) 
([github-actions[bot]](https://github.com/apps/github-actions))
+- Use https instead of http for maven metadata information of the 
[\#1564](https://github.com/apache/camel-kamelets/pull/1564) 
([apupier](https://github.com/apupier))
 - CAMEL-19561 - align Artemis version with Camel 4.0.0 
[\#1563](https://github.com/apache/camel-kamelets/pull/1563) 
([apupier](https://github.com/apupier))
+- Fix typo in doc [\#1561](https://github.com/apache/camel-kamelets/pull/1561) 
([apupier](https://github.com/apupier))
+- Remove unused attribute in camel-kamelet-utils 
[\#1560](https://github.com/apache/camel-kamelets/pull/1560) 
([apupier](https://github.com/apupier))
+- Use generics in camel-kamelet-utils 
[\#1559](https://github.com/apache/camel-kamelets/pull/1559) 
([apupier](https://github.com/apupier))
+- Remove unused imports in camel-kamelet-utils 
[\#1558](https://github.com/apache/camel-kamelets/pull/1558) 
([apupier](https://github.com/apupier))
+- Upgrade maven-rat-plugin from 0.14 to 0.15 
[\#1557](https://github.com/apache/camel-kamelets/pull/1557) 
([apupier](https://github.com/apupier))
+- Upgrade maven-assembly-plugin from 3.4.2 to 3.6.0 
[\#1556](https://github.com/apache/camel-kamelets/pull/1556) 
([apupier](https://github.com/apupier))
 - Fix indentation in pom.xml \(tab used instead of spaces\) 
[\#1555](https://github.com/apache/camel-kamelets/pull/1555) 
([apupier](https://github.com/apupier))
+- Upgrade maven-javadoc-plugin from 3.4.0 to 3.5.0 
[\#1554](https://github.com/apache/camel-kamelets/pull/1554) 
([apupier](https://github.com/apupier))
+- Upgrade maven-surefire-plugin from 3.0.0-M7 to 3.1.2 
[\#1553](https://github.com/apache/camel-kamelets/pull/1553) 
([apupier](https://github.com/apupier))
 - Upgrade Camel K CRD from 1.12 to 2.0.0 
[\#1551](https://github.com/apache/camel-kamelets/pull/1551) 
([apupier](https://github.com/apupier))
 - Generated sources regen for SBOM 
[\#1550](https://github.com/apache/camel-kamelets/pull/1550) 
([github-actions[bot]](https://github.com/apps/github-actions))
 - Generated sources regen for SBOM 
[\#1548](https://github.com/apache/camel-kamelets/pull/1548) 

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

2023-08-14 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-kafka-connector.git


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

commit f073d01575957c5fdbe51f0ecde3daca419dc70a
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 15 03:04:03 2023 +

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index cc610ebc5..57cced4d9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@
 **Closed issues:**
 
 - \[Question\] Amazon Opensearch Compatibility? 
[\#1546](https://github.com/apache/camel-kafka-connector/issues/1546)
+- Upgrade to Camel 3.20.6 
[\#1531](https://github.com/apache/camel-kafka-connector/issues/1531)
 
 **Merged pull requests:**
 



[camel-quarkus] branch dependabot/maven/io.quarkiverse.amazonservices-quarkus-amazon-services-bom-2.4.4 deleted (was 248ac66f66)

2023-08-14 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/io.quarkiverse.amazonservices-quarkus-amazon-services-bom-2.4.4
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


 was 248ac66f66 Bump 
io.quarkiverse.amazonservices:quarkus-amazon-services-bom

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[camel-quarkus] branch main updated: Bump io.quarkiverse.amazonservices:quarkus-amazon-services-bom (#5182)

2023-08-14 Thread zhfeng
This is an automated email from the ASF dual-hosted git repository.

zhfeng 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 10b43aee86 Bump 
io.quarkiverse.amazonservices:quarkus-amazon-services-bom (#5182)
10b43aee86 is described below

commit 10b43aee8660a513d27621ba275b843cba72c294
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 15 09:57:14 2023 +0800

Bump io.quarkiverse.amazonservices:quarkus-amazon-services-bom (#5182)

Bumps 
[io.quarkiverse.amazonservices:quarkus-amazon-services-bom](https://github.com/quarkiverse/quarkus-amazon-services)
 from 2.4.3 to 2.4.4.
- [Release 
notes](https://github.com/quarkiverse/quarkus-amazon-services/releases)
- 
[Commits](https://github.com/quarkiverse/quarkus-amazon-services/compare/2.4.3...2.4.4)

---
updated-dependencies:
- dependency-name: io.quarkiverse.amazonservices:quarkus-amazon-services-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 
Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6b69c774bd..31f015663d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,7 @@
 1.2.0
 ${debezium-version}
 9.37.0.Final
-
2.4.3
+
2.4.4
 3.0.1
 2.2.1
 
1.0.0



[GitHub] [camel-quarkus] zhfeng merged pull request #5182: Bump io.quarkiverse.amazonservices:quarkus-amazon-services-bom from 2.4.3 to 2.4.4

2023-08-14 Thread via GitHub


zhfeng merged PR #5182:
URL: https://github.com/apache/camel-quarkus/pull/5182


-- 
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 release-2.0.x updated: chore: nightly SBOM update

2023-08-14 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/release-2.0.x by this push:
 new 25c669ebb chore: nightly SBOM update
25c669ebb is described below

commit 25c669ebbcf614753ab918b09bc8e483a7a390d6
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 15 00:47:48 2023 +

chore: nightly SBOM update
---
 camel-k-sbom/camel-k-sbom.json | 54 +-
 1 file changed, 27 insertions(+), 27 deletions(-)

diff --git a/camel-k-sbom/camel-k-sbom.json b/camel-k-sbom/camel-k-sbom.json
index e8f984d76..f5db61a80 100644
--- a/camel-k-sbom/camel-k-sbom.json
+++ b/camel-k-sbom/camel-k-sbom.json
@@ -2,10 +2,10 @@
   "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json;,
   "bomFormat": "CycloneDX",
   "specVersion": "1.4",
-  "serialNumber": "urn:uuid:f302e6e1-705a-4b14-ab46-4353ec1fa7fa",
+  "serialNumber": "urn:uuid:fb6b00c4-cd71-4096-bb41-9eeb8f1cc809",
   "version": 1,
   "metadata": {
-"timestamp": "2023-08-14T00:50:10Z",
+"timestamp": "2023-08-15T00:47:48Z",
 "tools": [
   {
 "vendor": "CycloneDX",
@@ -46,11 +46,11 @@
   }
 ],
 "component": {
-  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20230812004810-397097b94c5a?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20230814005010-45ed52faf105?type=module",
   "type": "application",
   "name": "github.com/apache/camel-k/v2",
-  "version": "v0.0.0-20230812004810-397097b94c5a",
-  "purl": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20230812004810-397097b94c5a?type=module\u0026goos=linux\u0026goarch=amd64",
+  "version": "v0.0.0-20230814005010-45ed52faf105",
+  "purl": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20230814005010-45ed52faf105?type=module\u0026goos=linux\u0026goarch=amd64",
   "externalReferences": [
 {
   "url": "https://github.com/apache/camel-k;,
@@ -423,18 +423,18 @@
   }
 },
 {
-  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/apis/camel@v0.0.0-20230812004810-397097b94c5a?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/apis/camel@v0.0.0-20230814005010-45ed52faf105?type=module",
   "type": "library",
   "name": "github.com/apache/camel-k/v2/pkg/apis/camel",
-  "version": "v0.0.0-20230812004810-397097b94c5a",
+  "version": "v0.0.0-20230814005010-45ed52faf105",
   "scope": "required",
   "hashes": [
 {
   "alg": "SHA-256",
-  "content": 
"1db2a74dda74f9ee30e58da884f967ac9aa59c5c482c4a5f2b13d4ee08b7d9f9"
+  "content": 
"4b0e8a06fccc525fd521db6fee486fec5f75a322961eea3bea69a491e3c946ee"
 }
   ],
-  "purl": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/apis/camel@v0.0.0-20230812004810-397097b94c5a?type=module\u0026goos=linux\u0026goarch=amd64",
+  "purl": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/apis/camel@v0.0.0-20230814005010-45ed52faf105?type=module\u0026goos=linux\u0026goarch=amd64",
   "externalReferences": [
 {
   "url": "https://github.com/apache/camel-k/v2/pkg/apis/camel;,
@@ -443,18 +443,18 @@
   ]
 },
 {
-  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/client/camel@v0.0.0-20230812004810-397097b94c5a?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/client/camel@v0.0.0-20230814005010-45ed52faf105?type=module",
   "type": "library",
   "name": "github.com/apache/camel-k/v2/pkg/client/camel",
-  "version": "v0.0.0-20230812004810-397097b94c5a",
+  "version": "v0.0.0-20230814005010-45ed52faf105",
   "scope": "required",
   "hashes": [
 {
   "alg": "SHA-256",
-  "content": 
"99d10ce676a718b7d5f71324e1f017ca428a79912351f8e6f4f04a0143560fe8"
+  "content": 
"98d50414b1e56e4497c1a74395c30f1740df5be5d1a779febb114611fd64c35e"
 }
   ],
-  "purl": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/client/camel@v0.0.0-20230812004810-397097b94c5a?type=module\u0026goos=linux\u0026goarch=amd64",
+  "purl": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/client/camel@v0.0.0-20230814005010-45ed52faf105?type=module\u0026goos=linux\u0026goarch=amd64",
   "externalReferences": [
 {
   "url": "https://github.com/apache/camel-k/v2/pkg/client/camel;,
@@ -463,18 +463,18 @@
   ]
 },
 {
-  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/kamelet/repository@v0.0.0-20230812004810-397097b94c5a?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/kamelet/repository@v0.0.0-20230814005010-45ed52faf105?type=module",
   "type": "library",
   "name": "github.com/apache/camel-k/v2/pkg/kamelet/repository",
-  

[camel-k] branch release-1.12.x updated: Periodic Sync of Camel K Main Branch for SBOM Generation

2023-08-14 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/release-1.12.x by this push:
 new 57fed36e7 Periodic Sync of Camel K Main Branch for SBOM Generation
57fed36e7 is described below

commit 57fed36e7d32295a1cab6d66254e6604ee0d2c96
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 15 00:35:33 2023 +

Periodic Sync of Camel K Main Branch for SBOM Generation
---
 camel-k-sbom/camel-k-sbom.json | 54 +-
 1 file changed, 27 insertions(+), 27 deletions(-)

diff --git a/camel-k-sbom/camel-k-sbom.json b/camel-k-sbom/camel-k-sbom.json
index 9c1b89c56..869dfef01 100644
--- a/camel-k-sbom/camel-k-sbom.json
+++ b/camel-k-sbom/camel-k-sbom.json
@@ -2,10 +2,10 @@
   "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json;,
   "bomFormat": "CycloneDX",
   "specVersion": "1.4",
-  "serialNumber": "urn:uuid:afb94eea-11ce-4d78-9382-5974ef784dfc",
+  "serialNumber": "urn:uuid:8d87f9f4-0fff-44b6-80fd-307e9a6c20c8",
   "version": 1,
   "metadata": {
-"timestamp": "2023-08-14T00:36:28Z",
+"timestamp": "2023-08-15T00:35:33Z",
 "tools": [
   {
 "vendor": "CycloneDX",
@@ -46,11 +46,11 @@
   }
 ],
 "component": {
-  "bom-ref": 
"pkg:golang/github.com/apache/camel-k@v0.0.0-20230812003555-cffe9bc2d0ae?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k@v0.0.0-20230814003628-4d61dabd50c6?type=module",
   "type": "application",
   "name": "github.com/apache/camel-k",
-  "version": "v0.0.0-20230812003555-cffe9bc2d0ae",
-  "purl": 
"pkg:golang/github.com/apache/camel-k@v0.0.0-20230812003555-cffe9bc2d0ae?type=module\u0026goos=linux\u0026goarch=amd64",
+  "version": "v0.0.0-20230814003628-4d61dabd50c6",
+  "purl": 
"pkg:golang/github.com/apache/camel-k@v0.0.0-20230814003628-4d61dabd50c6?type=module\u0026goos=linux\u0026goarch=amd64",
   "externalReferences": [
 {
   "url": "https://github.com/apache/camel-k;,
@@ -510,18 +510,18 @@
   }
 },
 {
-  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/pkg/apis/camel@v0.0.0-20230812003555-cffe9bc2d0ae?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/pkg/apis/camel@v0.0.0-20230814003628-4d61dabd50c6?type=module",
   "type": "library",
   "name": "github.com/apache/camel-k/pkg/apis/camel",
-  "version": "v0.0.0-20230812003555-cffe9bc2d0ae",
+  "version": "v0.0.0-20230814003628-4d61dabd50c6",
   "scope": "required",
   "hashes": [
 {
   "alg": "SHA-256",
-  "content": 
"e06ff2f8959a51b7951c4392d28a29a58a274d817cc9ecae2cb361c12eb79464"
+  "content": 
"7051e8e6db695a2c5dabde480e77d3f592211545ac54c3916f996a85cec191b5"
 }
   ],
-  "purl": 
"pkg:golang/github.com/apache/camel-k/pkg/apis/camel@v0.0.0-20230812003555-cffe9bc2d0ae?type=module\u0026goos=linux\u0026goarch=amd64",
+  "purl": 
"pkg:golang/github.com/apache/camel-k/pkg/apis/camel@v0.0.0-20230814003628-4d61dabd50c6?type=module\u0026goos=linux\u0026goarch=amd64",
   "externalReferences": [
 {
   "url": "https://github.com/apache/camel-k/pkg/apis/camel;,
@@ -530,18 +530,18 @@
   ]
 },
 {
-  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/pkg/client/camel@v0.0.0-20230812003555-cffe9bc2d0ae?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/pkg/client/camel@v0.0.0-20230814003628-4d61dabd50c6?type=module",
   "type": "library",
   "name": "github.com/apache/camel-k/pkg/client/camel",
-  "version": "v0.0.0-20230812003555-cffe9bc2d0ae",
+  "version": "v0.0.0-20230814003628-4d61dabd50c6",
   "scope": "required",
   "hashes": [
 {
   "alg": "SHA-256",
-  "content": 
"ca875dd623811496a7d5f9fc834facef7985c477f696481997c671a47b58d782"
+  "content": 
"af869797195f4878d0ef0e3fe42a32557d9446bb3dad4495c813a2f275f9d141"
 }
   ],
-  "purl": 
"pkg:golang/github.com/apache/camel-k/pkg/client/camel@v0.0.0-20230812003555-cffe9bc2d0ae?type=module\u0026goos=linux\u0026goarch=amd64",
+  "purl": 
"pkg:golang/github.com/apache/camel-k/pkg/client/camel@v0.0.0-20230814003628-4d61dabd50c6?type=module\u0026goos=linux\u0026goarch=amd64",
   "externalReferences": [
 {
   "url": "https://github.com/apache/camel-k/pkg/client/camel;,
@@ -550,18 +550,18 @@
   ]
 },
 {
-  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/pkg/kamelet/repository@v0.0.0-20230812003555-cffe9bc2d0ae?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/pkg/kamelet/repository@v0.0.0-20230814003628-4d61dabd50c6?type=module",
   "type": "library",
   "name": "github.com/apache/camel-k/pkg/kamelet/repository",
-  

[GitHub] [camel-spring-boot] github-actions[bot] opened a new pull request, #911: [Github Actions] Periodic Sync Camel Spring Boot (Camel 4)

2023-08-14 Thread via GitHub


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

   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



[camel-k] branch main updated: chore: nightly SBOM update

2023-08-14 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 c02e9c757 chore: nightly SBOM update
c02e9c757 is described below

commit c02e9c757aa196468ab7e7bf3a25550f76583158
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 14 23:47:59 2023 +

chore: nightly SBOM update
---
 camel-k-sbom/camel-k-sbom.json | 54 +-
 1 file changed, 27 insertions(+), 27 deletions(-)

diff --git a/camel-k-sbom/camel-k-sbom.json b/camel-k-sbom/camel-k-sbom.json
index 1e76824e8..cdf147893 100644
--- a/camel-k-sbom/camel-k-sbom.json
+++ b/camel-k-sbom/camel-k-sbom.json
@@ -2,10 +2,10 @@
   "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json;,
   "bomFormat": "CycloneDX",
   "specVersion": "1.4",
-  "serialNumber": "urn:uuid:12fa84f3-f742-4ecb-a0d1-bf5949a6daa1",
+  "serialNumber": "urn:uuid:fdcb8cf5-02f8-4f90-aad3-c824eacf3041",
   "version": 1,
   "metadata": {
-"timestamp": "2023-08-13T23:46:50Z",
+"timestamp": "2023-08-14T23:47:59Z",
 "tools": [
   {
 "vendor": "CycloneDX",
@@ -46,11 +46,11 @@
   }
 ],
 "component": {
-  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20230812234548-a0474d09edbd?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20230813234650-612a4155afc7?type=module",
   "type": "application",
   "name": "github.com/apache/camel-k/v2",
-  "version": "v0.0.0-20230812234548-a0474d09edbd",
-  "purl": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20230812234548-a0474d09edbd?type=module\u0026goos=linux\u0026goarch=amd64",
+  "version": "v0.0.0-20230813234650-612a4155afc7",
+  "purl": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20230813234650-612a4155afc7?type=module\u0026goos=linux\u0026goarch=amd64",
   "externalReferences": [
 {
   "url": "https://github.com/apache/camel-k;,
@@ -423,18 +423,18 @@
   }
 },
 {
-  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/apis/camel@v0.0.0-20230812234548-a0474d09edbd?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/apis/camel@v0.0.0-20230813234650-612a4155afc7?type=module",
   "type": "library",
   "name": "github.com/apache/camel-k/v2/pkg/apis/camel",
-  "version": "v0.0.0-20230812234548-a0474d09edbd",
+  "version": "v0.0.0-20230813234650-612a4155afc7",
   "scope": "required",
   "hashes": [
 {
   "alg": "SHA-256",
-  "content": 
"2f7c462d5bc6028efff63f6c6017a857246f084a1b94f87b89b2fcfa5438cba8"
+  "content": 
"b3dc7d6000b8cd157fc16f77d2088dc603f2215060b7f17f05f38e7d6134fb73"
 }
   ],
-  "purl": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/apis/camel@v0.0.0-20230812234548-a0474d09edbd?type=module\u0026goos=linux\u0026goarch=amd64",
+  "purl": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/apis/camel@v0.0.0-20230813234650-612a4155afc7?type=module\u0026goos=linux\u0026goarch=amd64",
   "externalReferences": [
 {
   "url": "https://github.com/apache/camel-k/v2/pkg/apis/camel;,
@@ -443,18 +443,18 @@
   ]
 },
 {
-  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/client/camel@v0.0.0-20230812234548-a0474d09edbd?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/client/camel@v0.0.0-20230813234650-612a4155afc7?type=module",
   "type": "library",
   "name": "github.com/apache/camel-k/v2/pkg/client/camel",
-  "version": "v0.0.0-20230812234548-a0474d09edbd",
+  "version": "v0.0.0-20230813234650-612a4155afc7",
   "scope": "required",
   "hashes": [
 {
   "alg": "SHA-256",
-  "content": 
"e15dcbb0d8fb2141d37f58bf02d597cd3af80c505701415762a29c0b53f65889"
+  "content": 
"9e79a25a73d286efc23b6bca6f909d62758a7d2a9449361a48cf67b0d77f0215"
 }
   ],
-  "purl": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/client/camel@v0.0.0-20230812234548-a0474d09edbd?type=module\u0026goos=linux\u0026goarch=amd64",
+  "purl": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/client/camel@v0.0.0-20230813234650-612a4155afc7?type=module\u0026goos=linux\u0026goarch=amd64",
   "externalReferences": [
 {
   "url": "https://github.com/apache/camel-k/v2/pkg/client/camel;,
@@ -463,18 +463,18 @@
   ]
 },
 {
-  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/kamelet/repository@v0.0.0-20230812234548-a0474d09edbd?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/kamelet/repository@v0.0.0-20230813234650-612a4155afc7?type=module",
   "type": "library",
   "name": "github.com/apache/camel-k/v2/pkg/kamelet/repository",
-  "version": 

[GitHub] [camel] github-actions[bot] commented on pull request #11108: fixed bad spelling in whatsapp-component TemplateMessage

2023-08-14 Thread via GitHub


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

   :star2: Thank you for your contribution to the Apache Camel project! :star2: 
   
   :camel: Maintainers, please note that first-time contributors *require 
manual approval* for the GitHub Actions to run.
   
   :warning: Please note that the changes on this PR may be **tested 
automatically** if they change components.
   
   :robot: Use the command `/component-test (camel-)component-name1 
(camel-)component-name2..` to request a test from the test bot.
   
   If necessary Apache Camel Committers may access logs and test results in the 
job summaries!


-- 
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] jaimesalvador opened a new pull request, #11108: fixed bad spelling in whatsapp-component TemplateMessage

2023-08-14 Thread via GitHub


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

   # Description
   
   
   There is a bad spellig in whatsapp-component class 
`org.apache.camel.component.whatsapp.model.TempalteMessage`. I have changed the 
name to `org.apache.camel.component.whatsapp.model.TemplateMessage`
   
   # Target
   
   - [ ] I checked that the commit is targeting the correct branch (note that 
Camel 3 uses `camel-3.x`, whereas Camel 4 uses the `main` branch)
   
   # Tracking
   - [ ] If this is a large change, bug fix, or code improvement, I checked 
there is a [JIRA issue](https://issues.apache.org/jira/browse/CAMEL) filed for 
the change (usually before you start working on it).
   
   
   
   # Apache Camel coding standards and style
   
   - [ ] I checked that each commit in the pull request has a meaningful 
subject line and body.
   
   
   
   - [ ] I have run `mvn clean install -DskipTests` locally and I have 
committed all auto-generated changes
   
   
   
   


-- 
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 dependabot/maven/io.quarkiverse.amazonservices-quarkus-amazon-services-bom-2.4.4 created (now 248ac66f66)

2023-08-14 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/io.quarkiverse.amazonservices-quarkus-amazon-services-bom-2.4.4
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


  at 248ac66f66 Bump 
io.quarkiverse.amazonservices:quarkus-amazon-services-bom

No new revisions were added by this update.



[GitHub] [camel-quarkus] dependabot[bot] opened a new pull request, #5182: Bump io.quarkiverse.amazonservices:quarkus-amazon-services-bom from 2.4.3 to 2.4.4

2023-08-14 Thread via GitHub


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

   Bumps 
[io.quarkiverse.amazonservices:quarkus-amazon-services-bom](https://github.com/quarkiverse/quarkus-amazon-services)
 from 2.4.3 to 2.4.4.
   
   Release notes
   Sourced from https://github.com/quarkiverse/quarkus-amazon-services/releases;>io.quarkiverse.amazonservices:quarkus-amazon-services-bom's
 releases.
   
   2.4.4
   What's Changed
   
   support explicitly disabling dev services for cognito user pools by https://github.com/emattheis;>@​emattheis in https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/882;>quarkiverse/quarkus-amazon-services#882
   chore: release 2.4..4 by https://github.com/scrocquesel;>@​scrocquesel in https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/890;>quarkiverse/quarkus-amazon-services#890
   
   Full Changelog: https://github.com/quarkiverse/quarkus-amazon-services/compare/2.4.3...2.4.4;>https://github.com/quarkiverse/quarkus-amazon-services/compare/2.4.3...2.4.4
   
   
   
   Commits
   
   https://github.com/quarkiverse/quarkus-amazon-services/commit/ea6045b6140d4e3193f1ce7582a6d285bf609ae8;>ea6045b
 [maven-release-plugin] prepare release 2.4.4
   https://github.com/quarkiverse/quarkus-amazon-services/commit/b15b75a46e9e39bc23a05d679efdc775688733f2;>b15b75a
 Update the latest release version 2.4.4 in documentation
   https://github.com/quarkiverse/quarkus-amazon-services/commit/4230a8fcb660e0bebe7a0b445409bfc80c4c2aca;>4230a8f
 chore: release 2.4..4 (https://redirect.github.com/quarkiverse/quarkus-amazon-services/issues/890;>#890)
   https://github.com/quarkiverse/quarkus-amazon-services/commit/c31de6337674bac64481ee95e212438473d4e565;>c31de63
 fix: support explicitly disabling dev services for cognito user pools (https://redirect.github.com/quarkiverse/quarkus-amazon-services/issues/882;>#882)
   https://github.com/quarkiverse/quarkus-amazon-services/commit/4ac8b51fa5395994accea1a4230c57b5d597b18d;>4ac8b51
 [maven-release-plugin] prepare for next development iteration
   See full diff in https://github.com/quarkiverse/quarkus-amazon-services/compare/2.4.3...2.4.4;>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.quarkiverse.amazonservices:quarkus-amazon-services-bom=maven=2.4.3=2.4.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 show  ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@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 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


-- 
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: Upgrade to Quarkus CXF 2.2.1

2023-08-14 Thread ppalaga
This is an automated email from the ASF dual-hosted git repository.

ppalaga 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 2ec1fcaca7 Upgrade to Quarkus CXF 2.2.1
2ec1fcaca7 is described below

commit 2ec1fcaca7d674f0eee74f6bc3e4b82e79713ad0
Author: Peter Palaga 
AuthorDate: Mon Aug 14 19:34:02 2023 +0200

Upgrade to Quarkus CXF 2.2.1
---
 pom.xml|   2 +-
 poms/bom/src/main/generated/flattened-full-pom.xml | 494 +++--
 .../src/main/generated/flattened-reduced-pom.xml   |  72 ++-
 .../generated/flattened-reduced-verbose-pom.xml| 494 +++--
 4 files changed, 576 insertions(+), 486 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4e87e21fb2..6b69c774bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@
 9.37.0.Final
 
2.4.3
 3.0.1
-2.2.0
+2.2.1
 
1.0.0
 3.2.2
 
2.0.1
diff --git a/poms/bom/src/main/generated/flattened-full-pom.xml 
b/poms/bom/src/main/generated/flattened-full-pom.xml
index 46a3677243..fdece605a3 100644
--- a/poms/bom/src/main/generated/flattened-full-pom.xml
+++ b/poms/bom/src/main/generated/flattened-full-pom.xml
@@ -6705,406 +6705,436 @@
 3.6.4
   
   
-org.apache.cxf
-cxf-core
-4.0.2
+org.apache.cxf
+cxf-core
+4.0.2
   
   
-org.apache.cxf
-cxf-rt-features-logging
-4.0.2
+org.apache.cxf
+cxf-rt-features-logging
+4.0.2
   
   
-org.apache.cxf
-cxf-rt-features-metrics
-4.0.2
+org.apache.cxf
+cxf-rt-features-metrics
+4.0.2
   
   
-org.apache.cxf
-cxf-rt-frontend-jaxws
-4.0.2
+org.apache.cxf
+cxf-rt-frontend-jaxws
+4.0.2
 
   
-org.ow2.asm
-asm
+org.ow2.asm
+asm
   
 
   
   
-org.apache.cxf
-cxf-rt-transports-http
-4.0.2
+org.apache.cxf
+cxf-rt-transports-http
+4.0.2
   
   
-org.apache.cxf
-cxf-rt-transports-http-hc5
-4.0.2
+org.apache.cxf
+cxf-rt-transports-http-hc5
+4.0.2
 
   
-org.slf4j
-jcl-over-slf4j
+org.slf4j
+jcl-over-slf4j
   
 
   
   
-org.apache.cxf
-cxf-rt-ws-mex
-4.0.2
+org.apache.cxf
+cxf-rt-ws-mex
+4.0.2
   
   
-org.apache.cxf
-cxf-rt-ws-security
-4.0.2
+org.apache.cxf
+cxf-rt-ws-security
+4.0.2
   
   
-org.apache.cxf
-cxf-rt-ws-rm
-4.0.2
+org.apache.cxf
+cxf-rt-ws-rm
+4.0.2
   
   
-org.apache.cxf
-cxf-rt-wsdl
-4.0.2
+org.apache.cxf
+cxf-rt-wsdl
+4.0.2
 
   
-org.ow2.asm
-asm
+org.ow2.asm
+asm
   
 
   
   
-org.apache.cxf.services.sts
-cxf-services-sts-core
-4.0.2
+org.apache.cxf.services.sts
+cxf-services-sts-core
+4.0.2
   
   
-org.apache.cxf.xjcplugins
-cxf-xjc-boolean
-4.0.0
+org.apache.cxf.xjcplugins
+cxf-xjc-boolean
+4.0.0
   
   
-org.apache.cxf.xjcplugins
-cxf-xjc-dv
-4.0.0
+org.apache.cxf.xjcplugins
+cxf-xjc-dv
+4.0.0
   
   
-org.apache.cxf.xjcplugins
-cxf-xjc-javadoc
-4.0.0
+org.apache.cxf.xjcplugins
+cxf-xjc-javadoc
+4.0.0
   
   
-org.apache.cxf.xjcplugins
-cxf-xjc-pl
-4.0.0
+org.apache.cxf.xjcplugins
+cxf-xjc-pl
+4.0.0
   
   
-org.apache.cxf.xjcplugins
-cxf-xjc-ts
-4.0.0
+org.apache.cxf.xjcplugins
+cxf-xjc-ts
+4.0.0
   
   
-org.apache.cxf.xjcplugins
-cxf-xjc-wsdlextension
-4.0.0
+org.apache.cxf.xjcplugins
+cxf-xjc-wsdlextension
+4.0.0
   
   
-org.apache.cxf.xjc-utils
-cxf-xjc-runtime
-4.0.0
+org.apache.cxf.xjc-utils
+cxf-xjc-runtime
+4.0.0
   
   
-io.quarkiverse.cxf
-quarkus-cxf
-2.2.0
+io.quarkiverse.cxf
+quarkus-cxf
+2.2.1
   
   
-io.quarkiverse.cxf
-quarkus-cxf-axiom-api-stub
-2.2.0
+io.quarkiverse.cxf
+quarkus-cxf-axiom-api-stub
+2.2.1
   
   
-io.quarkiverse.cxf
-quarkus-cxf-deployment
-2.2.0
+  

[GitHub] [camel-quarkus] ppalaga merged pull request #5181: Upgrade to Quarkus CXF 2.2.1

2023-08-14 Thread via GitHub


ppalaga merged PR #5181:
URL: https://github.com/apache/camel-quarkus/pull/5181


-- 
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] cziesman commented on pull request #11076: [Camel-18635] Added ability to generate route coverage reports in HTML and XLSX format

2023-08-14 Thread via GitHub


cziesman commented on PR #11076:
URL: https://github.com/apache/camel/pull/11076#issuecomment-1678004859

   I removed the Excel generator code. It had a few bugs anyway and can be 
added back later if there is a need for it. I also removed the need for online 
access to CSS and JS.


-- 
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] cziesman commented on a diff in pull request #11076: [Camel-18635] Added ability to generate route coverage reports in HTML and XLSX format

2023-08-14 Thread via GitHub


cziesman commented on code in PR #11076:
URL: https://github.com/apache/camel/pull/11076#discussion_r1293931721


##
catalog/camel-report-maven-plugin/pom.xml:
##
@@ -145,12 +188,82 @@
 
 org.apache.logging.log4j
 log4j-core
+
+
+
+
+org.junit.jupiter
+junit-jupiter
+5.9.2
+test
+
+
+org.junit.jupiter
+junit-jupiter-params
+5.9.2
+test
+
+
+org.assertj
+assertj-core
+3.24.2
+test
+
+
+org.mockito
+mockito-inline
+5.2.0
+test
+
+
+org.mockito
+mockito-junit-jupiter
+5.2.0
 test
 
+
 
 
 
 
+
+org.apache.maven.plugins
+maven-surefire-plugin
+3.1.2

Review Comment:
   Done



-- 
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] cziesman commented on a diff in pull request #11076: [Camel-18635] Added ability to generate route coverage reports in HTML and XLSX format

2023-08-14 Thread via GitHub


cziesman commented on code in PR #11076:
URL: https://github.com/apache/camel/pull/11076#discussion_r1293931488


##
catalog/camel-report-maven-plugin/pom.xml:
##
@@ -33,6 +33,15 @@
 Camel :: Catalog :: Camel Report Maven Plugin
 Maven plugin with tools to generate reports on your Camel 
projects
 
+

Review Comment:
   Done



##
catalog/camel-report-maven-plugin/pom.xml:
##
@@ -145,12 +188,82 @@
 
 org.apache.logging.log4j
 log4j-core
+
+
+
+
+org.junit.jupiter
+junit-jupiter
+5.9.2
+test
+
+

Review Comment:
   Done



-- 
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-website] github-actions[bot] commented on pull request #1053: Camel 4 whats new. WIP

2023-08-14 Thread via GitHub


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

    Preview is available at https://pr-1053--camel.netlify.app


-- 
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



Error while running github feature from .asf.yaml in camel-website-pub!

2023-08-14 Thread Apache Infrastructure


An error occurred while running github feature in .asf.yaml!:
422 {"message": "Validation Failed", "errors": [{"message": "Sorry, you need to 
allow at least one merge strategy. (no_merge_method)", "resource": 
"Repository", "field": "merge_commit_allowed", "code": "invalid"}], 
"documentation_url": 
"https://docs.github.com/rest/repos/repos#update-a-repository"}



[camel] branch regen_bot updated (b2c0b5c896b -> c5ff7cbf85e)

2023-08-14 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 b2c0b5c896b CAMEL-19684: avoid a possible NPE getting the mock endpoint
 add c5ff7cbf85e Polished docs

No new revisions were added by this update.

Summary of changes:
 .../src/main/docs/aws2-step-functions-component.adoc   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)



[camel] branch main updated: Polished docs

2023-08-14 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


The following commit(s) were added to refs/heads/main by this push:
 new c5ff7cbf85e Polished docs
c5ff7cbf85e is described below

commit c5ff7cbf85e09587659dab3e4785fb3a37e8d26e
Author: Claus Ibsen 
AuthorDate: Mon Aug 14 20:51:27 2023 +0200

Polished docs
---
 .../src/main/docs/aws2-step-functions-component.adoc   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/components/camel-aws/camel-aws2-step-functions/src/main/docs/aws2-step-functions-component.adoc
 
b/components/camel-aws/camel-aws2-step-functions/src/main/docs/aws2-step-functions-component.adoc
index b61b01964c0..3ac24548ded 100644
--- 
a/components/camel-aws/camel-aws2-step-functions/src/main/docs/aws2-step-functions-component.adoc
+++ 
b/components/camel-aws/camel-aws2-step-functions/src/main/docs/aws2-step-functions-component.adoc
@@ -16,7 +16,8 @@
 *{component-header}*
 
 The AWS2 Step Functions component supports following operations on
-https://aws.amazon.com/step-functions/[AWS Step Functions]
+https://aws.amazon.com/step-functions/[AWS Step Functions]:
+
 - Create, delete, update, describe, list state machines.
 - Create, delete, describe, list activities.
 - Start, start sync, stop, list, describe executions.



[camel] branch camel-4.0.x updated: Polished docs

2023-08-14 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/camel-4.0.x by this push:
 new 8a0b5963d99 Polished docs
8a0b5963d99 is described below

commit 8a0b5963d99b0fd87c21761a98e80c5175e4c841
Author: Claus Ibsen 
AuthorDate: Mon Aug 14 20:51:27 2023 +0200

Polished docs
---
 .../src/main/docs/aws2-step-functions-component.adoc   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/components/camel-aws/camel-aws2-step-functions/src/main/docs/aws2-step-functions-component.adoc
 
b/components/camel-aws/camel-aws2-step-functions/src/main/docs/aws2-step-functions-component.adoc
index b61b01964c0..3ac24548ded 100644
--- 
a/components/camel-aws/camel-aws2-step-functions/src/main/docs/aws2-step-functions-component.adoc
+++ 
b/components/camel-aws/camel-aws2-step-functions/src/main/docs/aws2-step-functions-component.adoc
@@ -16,7 +16,8 @@
 *{component-header}*
 
 The AWS2 Step Functions component supports following operations on
-https://aws.amazon.com/step-functions/[AWS Step Functions]
+https://aws.amazon.com/step-functions/[AWS Step Functions]:
+
 - Create, delete, update, describe, list state machines.
 - Create, delete, describe, list activities.
 - Start, start sync, stop, list, describe executions.



[GitHub] [camel-website] github-actions[bot] commented on pull request #1057: Add Camel 4.0.x LTS docs to website

2023-08-14 Thread via GitHub


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

    Preview is available at https://pr-1057--camel.netlify.app


-- 
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] davsclaus closed pull request #910: [Github Actions] Periodic Sync Camel Spring Boot (Camel 4)

2023-08-14 Thread via GitHub


davsclaus closed pull request #910: [Github Actions] Periodic Sync Camel Spring 
Boot (Camel 4)
URL: https://github.com/apache/camel-spring-boot/pull/910


-- 
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-website] branch news4 updated (3cbf9c0e -> b495326a)

2023-08-14 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

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


from 3cbf9c0e Camel 4 whats new. WIP
 add b495326a Camel 4 whats new. WIP

No new revisions were added by this update.

Summary of changes:
 content/blog/2023/08/camel4-whatsnew/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[GitHub] [camel-website] oscerd commented on pull request #1057: Add Camel 4.0.x LTS docs to website

2023-08-14 Thread via GitHub


oscerd commented on PR #1057:
URL: https://github.com/apache/camel-website/pull/1057#issuecomment-1677853316

   No, but glad it worked out. Still on PTO :-)


-- 
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-website] davsclaus commented on pull request #1057: Add Camel 4.0.x LTS docs to website

2023-08-14 Thread via GitHub


davsclaus commented on PR #1057:
URL: https://github.com/apache/camel-website/pull/1057#issuecomment-1677847503

   I think you rebuild camel-kamelets


-- 
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-website] oscerd commented on pull request #1057: Add Camel 4.0.x LTS docs to website

2023-08-14 Thread via GitHub


oscerd commented on PR #1057:
URL: https://github.com/apache/camel-website/pull/1057#issuecomment-1677846357

   I did nothing, or not?


-- 
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-website] davsclaus closed issue #1055: Add Camel 4 docs

2023-08-14 Thread via GitHub


davsclaus closed issue #1055: Add Camel 4 docs
URL: https://github.com/apache/camel-website/issues/1055


-- 
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-website] branch 4docs deleted (was aaaca71c)

2023-08-14 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch 4docs
in repository https://gitbox.apache.org/repos/asf/camel-website.git


 was aaaca71c Disable camel-karaf checks as camel-karaf is discontinued

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[camel-website] branch main updated: Add Camel 4.0.x LTS docs to website (#1057)

2023-08-14 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-website.git


The following commit(s) were added to refs/heads/main by this push:
 new 633bef05 Add Camel 4.0.x LTS docs to website (#1057)
633bef05 is described below

commit 633bef059ad67c233b313e34ef0615c9b0576dd9
Author: Claus Ibsen 
AuthorDate: Mon Aug 14 20:14:31 2023 +0200

Add Camel 4.0.x LTS docs to website (#1057)

* Add Camel 4.0.x LTS docs to website
* Remove CEQ 3.0.x from docs (its only RC builds that are EOL)
* Disable camel-karaf checks as camel-karaf is discontinued
---
 antora-playbook-snippets/antora-playbook.yml |  3 ++-
 tests/redirect.sh| 20 ++--
 2 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/antora-playbook-snippets/antora-playbook.yml 
b/antora-playbook-snippets/antora-playbook.yml
index cf698c9b..981a5e99 100644
--- a/antora-playbook-snippets/antora-playbook.yml
+++ b/antora-playbook-snippets/antora-playbook.yml
@@ -17,6 +17,7 @@ content:
 - url: https://github.com/apache/camel.git
   branches:
 - main
+- camel-4.0.x
 - camel-3.21.x
 - camel-3.20.x
 - camel-3.19.x
@@ -63,7 +64,6 @@ content:
 - url: https://github.com/apache/camel-quarkus.git
   branches:
 - main
-- 3.0.x
 - 2.16.x
 - 2.15.x
 - 2.14.x
@@ -85,6 +85,7 @@ content:
 - url: https://github.com/apache/camel-spring-boot.git
   branches:
 - main
+- camel-spring-boot-4.0.x
 - camel-spring-boot-3.21.x
 - camel-spring-boot-3.20.x
 - camel-spring-boot-3.19.x
diff --git a/tests/redirect.sh b/tests/redirect.sh
index a12ef22f..afbc7302 100755
--- a/tests/redirect.sh
+++ b/tests/redirect.sh
@@ -180,16 +180,16 @@ test "$BASE_URL/camel-k/latest/traits/master.html" 302 
"$BASE_URL/camel-k/${CAME
 test "$BASE_URL/camel-k/${CAMEL_K_VERSION}/traits/master.html" 200
 test "$BASE_URL/camel-k/next/traits/master.html" 200
 
-test "$BASE_URL/camel-karaf" 302 "$BASE_URL/camel-karaf/${COMPONENTS_VERSION}/"
-test "$BASE_URL/camel-karaf/" 302 
"$BASE_URL/camel-karaf/${COMPONENTS_VERSION}/"
-test "$BASE_URL/camel-karaf/next" 301 "$BASE_URL/camel-karaf/next/"
-test "$BASE_URL/camel-karaf/next/" 200
-test "$BASE_URL/camel-karaf/latest" 302 
"$BASE_URL/camel-karaf/${COMPONENTS_VERSION}"
-test "$BASE_URL/camel-karaf/latest/" 302 
"$BASE_URL/camel-karaf/${COMPONENTS_VERSION}/"
-test "$BASE_URL/camel-karaf/latest/components.html" 302 
"$BASE_URL/camel-karaf/${COMPONENTS_VERSION}/components.html"
-test "$BASE_URL/camel-karaf/latest/components.html" 302 
"$BASE_URL/camel-karaf/${COMPONENTS_VERSION}/components.html"
-test "$BASE_URL/camel-karaf/${COMPONENTS_VERSION}/components.html" 200
-test "$BASE_URL/camel-karaf/next/components.html" 200
+#test "$BASE_URL/camel-karaf" 302 
"$BASE_URL/camel-karaf/${COMPONENTS_VERSION}/"
+#test "$BASE_URL/camel-karaf/" 302 
"$BASE_URL/camel-karaf/${COMPONENTS_VERSION}/"
+#test "$BASE_URL/camel-karaf/next" 301 "$BASE_URL/camel-karaf/next/"
+#test "$BASE_URL/camel-karaf/next/" 200
+#test "$BASE_URL/camel-karaf/latest" 302 
"$BASE_URL/camel-karaf/${COMPONENTS_VERSION}"
+#test "$BASE_URL/camel-karaf/latest/" 302 
"$BASE_URL/camel-karaf/${COMPONENTS_VERSION}/"
+#test "$BASE_URL/camel-karaf/latest/components.html" 302 
"$BASE_URL/camel-karaf/${COMPONENTS_VERSION}/components.html"
+#test "$BASE_URL/camel-karaf/latest/components.html" 302 
"$BASE_URL/camel-karaf/${COMPONENTS_VERSION}/components.html"
+#test "$BASE_URL/camel-karaf/${COMPONENTS_VERSION}/components.html" 200
+#test "$BASE_URL/camel-karaf/next/components.html" 200
 
 test "$BASE_URL/camel-kafka-connector" 302 
"$BASE_URL/camel-kafka-connector/${CAMEL_KAFKA_CONNECTOR_VERSION}/"
 test "$BASE_URL/camel-kafka-connector/" 302 
"$BASE_URL/camel-kafka-connector/${CAMEL_KAFKA_CONNECTOR_VERSION}/"



[GitHub] [camel-website] davsclaus merged pull request #1057: Add Camel 4.0.x LTS docs to website

2023-08-14 Thread via GitHub


davsclaus merged PR #1057:
URL: https://github.com/apache/camel-website/pull/1057


-- 
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-website] davsclaus commented on pull request #1057: Add Camel 4.0.x LTS docs to website

2023-08-14 Thread via GitHub


davsclaus commented on PR #1057:
URL: https://github.com/apache/camel-website/pull/1057#issuecomment-1677841488

   Thanks @oscerd for helping with the kamelets build error


-- 
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] ppalaga opened a new pull request, #5181: Upgrade to Quarkus CXF 2.2.1

2023-08-14 Thread via GitHub


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

   (no comment)


-- 
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 (a912f9e63ef -> b2c0b5c896b)

2023-08-14 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 a912f9e63ef CAMEL-19518: replaced Thread.sleep() in camel-disruptor 
tests (#11061)
 add dd940e52ddc CAMEL-19741: applied concurency configuration to pom file 
(#11105)
 add 7a470be871e CAMEL-19684: avoid running 2 containers unnecessarily
 add b2c0b5c896b CAMEL-19684: avoid a possible NPE getting the mock endpoint

No new revisions were added by this update.

Summary of changes:
 .../component/rocketmq/RocketMQRouteTest.java  |  8 ++--
 components/camel-sjms/pom.xml  |  7 ++-
 .../infra/rocketmq/services/RocketMQContainer.java |  5 -
 .../src/test/resources/broker2/broker2.conf| 24 --
 4 files changed, 12 insertions(+), 32 deletions(-)
 delete mode 100644 
test-infra/camel-test-infra-rocketmq/src/test/resources/broker2/broker2.conf



[camel] branch main updated (dd940e52ddc -> b2c0b5c896b)

2023-08-14 Thread orpiske
This is an automated email from the ASF dual-hosted git repository.

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


from dd940e52ddc CAMEL-19741: applied concurency configuration to pom file 
(#11105)
 new 7a470be871e CAMEL-19684: avoid running 2 containers unnecessarily
 new b2c0b5c896b CAMEL-19684: avoid a possible NPE getting the mock endpoint

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:
 .../component/rocketmq/RocketMQRouteTest.java  |  8 ++--
 .../infra/rocketmq/services/RocketMQContainer.java |  5 -
 .../src/test/resources/broker2/broker2.conf| 24 --
 3 files changed, 6 insertions(+), 31 deletions(-)
 delete mode 100644 
test-infra/camel-test-infra-rocketmq/src/test/resources/broker2/broker2.conf



[camel] 02/02: CAMEL-19684: avoid a possible NPE getting the mock endpoint

2023-08-14 Thread orpiske
This is an automated email from the ASF dual-hosted git repository.

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

commit b2c0b5c896bace1448de40d809aa98b824c523bd
Author: Otavio Rodolfo Piske 
AuthorDate: Mon Aug 14 17:02:07 2023 +0200

CAMEL-19684: avoid a possible NPE getting the mock endpoint
---
 .../org/apache/camel/component/rocketmq/RocketMQRouteTest.java| 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git 
a/components/camel-rocketmq/src/test/java/org/apache/camel/component/rocketmq/RocketMQRouteTest.java
 
b/components/camel-rocketmq/src/test/java/org/apache/camel/component/rocketmq/RocketMQRouteTest.java
index ea7745fd751..78d090b336a 100644
--- 
a/components/camel-rocketmq/src/test/java/org/apache/camel/component/rocketmq/RocketMQRouteTest.java
+++ 
b/components/camel-rocketmq/src/test/java/org/apache/camel/component/rocketmq/RocketMQRouteTest.java
@@ -18,10 +18,12 @@
 package org.apache.camel.component.rocketmq;
 
 import java.io.IOException;
+import java.time.Duration;
 
 import org.apache.camel.CamelContext;
 import org.apache.camel.builder.RouteBuilder;
 import org.apache.camel.component.mock.MockEndpoint;
+import org.awaitility.Awaitility;
 import org.junit.jupiter.api.AfterAll;
 import org.junit.jupiter.api.BeforeAll;
 import org.junit.jupiter.api.BeforeEach;
@@ -46,7 +48,7 @@ public class RocketMQRouteTest extends RocketMQTestSupport {
 @BeforeEach
 public void setUp() throws Exception {
 super.setUp();
-resultEndpoint = (MockEndpoint) 
context.getEndpoint(RESULT_ENDPOINT_URI);
+
 }
 
 @Override
@@ -54,6 +56,7 @@ public class RocketMQRouteTest extends RocketMQTestSupport {
 CamelContext camelContext = super.createCamelContext();
 RocketMQComponent rocketMQComponent = new RocketMQComponent();
 rocketMQComponent.setNamesrvAddr(rocketMQService.nameserverAddress());
+
 camelContext.addComponent("rocketmq", rocketMQComponent);
 return camelContext;
 }
@@ -71,13 +74,14 @@ public class RocketMQRouteTest extends RocketMQTestSupport {
 
 @Test
 public void testSimpleRoute() throws Exception {
+resultEndpoint = (MockEndpoint) 
context.getEndpoint(RESULT_ENDPOINT_URI);
 resultEndpoint.expectedBodiesReceived(EXPECTED_MESSAGE);
 
resultEndpoint.message(0).header(RocketMQConstants.TOPIC).isEqualTo("START_TOPIC");
 
resultEndpoint.message(0).header(RocketMQConstants.TAG).isEqualTo("startTag");
 
 template.sendBody(START_ENDPOINT_URI, EXPECTED_MESSAGE);
 
-resultEndpoint.assertIsSatisfied();
+Awaitility.await().atMost(Duration.ofSeconds(5)).untilAsserted(() -> 
resultEndpoint.assertIsSatisfied());
 }
 
 @AfterAll



[camel] 01/02: CAMEL-19684: avoid running 2 containers unnecessarily

2023-08-14 Thread orpiske
This is an automated email from the ASF dual-hosted git repository.

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

commit 7a470be871e06669f028927ce9fd813ae574dce6
Author: Otavio Rodolfo Piske 
AuthorDate: Mon Aug 14 15:08:18 2023 +0200

CAMEL-19684: avoid running 2 containers unnecessarily
---
 .../infra/rocketmq/services/RocketMQContainer.java |  5 -
 .../src/test/resources/broker2/broker2.conf| 24 --
 2 files changed, 29 deletions(-)

diff --git 
a/test-infra/camel-test-infra-rocketmq/src/test/java/org/apache/camel/test/infra/rocketmq/services/RocketMQContainer.java
 
b/test-infra/camel-test-infra-rocketmq/src/test/java/org/apache/camel/test/infra/rocketmq/services/RocketMQContainer.java
index 3ce6e742d06..6fafc107247 100644
--- 
a/test-infra/camel-test-infra-rocketmq/src/test/java/org/apache/camel/test/infra/rocketmq/services/RocketMQContainer.java
+++ 
b/test-infra/camel-test-infra-rocketmq/src/test/java/org/apache/camel/test/infra/rocketmq/services/RocketMQContainer.java
@@ -22,7 +22,6 @@ import java.util.concurrent.TimeUnit;
 import org.apache.camel.test.infra.common.services.ContainerService;
 import org.apache.camel.test.infra.rocketmq.common.RocketMQProperties;
 import org.awaitility.Awaitility;
-import org.junit.jupiter.api.extension.ExtensionContext;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 import org.testcontainers.containers.Container;
@@ -37,7 +36,6 @@ public class RocketMQContainer implements RocketMQService, 
ContainerServicehttp://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.
-#
-
-brokerClusterName = DefaultCluster
-brokerName = broker-b
-brokerId = 0
-deleteWhen = 04
-fileReservedTime = 48
-brokerRole = ASYNC_MASTER
-flushDiskType = ASYNC_FLUSH
\ No newline at end of file



[camel-website] branch 4docs updated (55f2b360 -> aaaca71c)

2023-08-14 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch 4docs
in repository https://gitbox.apache.org/repos/asf/camel-website.git


from 55f2b360 Revert "Remove camel-kamelets main from docs as it seems it 
may break build."
 add aaaca71c Disable camel-karaf checks as camel-karaf is discontinued

No new revisions were added by this update.

Summary of changes:
 tests/redirect.sh | 20 ++--
 1 file changed, 10 insertions(+), 10 deletions(-)



[camel-karaf] branch camel-karaf-3.x updated: CAMEL-19024 Adding camel-cxf-spring feature, which adds newly introduced spring specific cxf camel bundles (#237)

2023-08-14 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/camel-karaf-3.x by this push:
 new 1abd6467 CAMEL-19024 Adding camel-cxf-spring feature, which adds newly 
introduced spring specific cxf camel bundles (#237)
1abd6467 is described below

commit 1abd6467e493d46d8309b41345034d85bedbc487
Author: Piotr Klimczak 
AuthorDate: Wed Aug 2 19:00:48 2023 +0100

CAMEL-19024 Adding camel-cxf-spring feature, which adds newly introduced 
spring specific cxf camel bundles (#237)
---
 platforms/karaf/features/src/main/resources/features.xml | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/platforms/karaf/features/src/main/resources/features.xml 
b/platforms/karaf/features/src/main/resources/features.xml
index 7d63553d..182b0f95 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -685,6 +685,13 @@
 
mvn:org.apache.camel.karaf/camel-cxf-blueprint/${project.version}
 
mvn:org.apache.camel.karaf/camel-cxf-transport-blueprint/${project.version}
   
+  
+camel-cxf
+
mvn:org.apache.camel/camel-cxf-spring-common/${project.version}
+
mvn:org.apache.camel/camel-cxf-spring-rest/${project.version}
+
mvn:org.apache.camel/camel-cxf-spring-soap/${project.version}
+
mvn:org.apache.camel/camel-cxf-spring-transport/${project.version}
+  
   
 camel-core
 mvn:org.apache.httpcomponents/httpcore-osgi/${httpcore4-version}



[camel-website] branch news4 updated (67602c75 -> 3cbf9c0e)

2023-08-14 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

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


from 67602c75 Camel 4 whats new. WIP
 add 3cbf9c0e Camel 4 whats new. WIP

No new revisions were added by this update.

Summary of changes:
 content/blog/2023/08/camel4-whatsnew/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[GitHub] [camel] github-actions[bot] commented on pull request #11107: CAMEL-19739: camel run - Add stub option to run in stub mode

2023-08-14 Thread via GitHub


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

   :star2: Thank you for your contribution to the Apache Camel project! :star2: 
   
   :camel: Maintainers, please note that first-time contributors *require 
manual approval* for the GitHub Actions to run.
   
   :warning: Please note that the changes on this PR may be **tested 
automatically** if they change components.
   
   :robot: Use the command `/component-test (camel-)component-name1 
(camel-)component-name2..` to request a test from the test bot.
   
   If necessary Apache Camel Committers may access logs and test results in the 
job summaries!


-- 
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] davsclaus opened a new pull request, #11107: CAMEL-19739: camel run - Add stub option to run in stub mode

2023-08-14 Thread via GitHub


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

   # Description
   
   
   
   # Target
   
   - [ ] I checked that the commit is targeting the correct branch (note that 
Camel 3 uses `camel-3.x`, whereas Camel 4 uses the `main` branch)
   
   # Tracking
   - [ ] If this is a large change, bug fix, or code improvement, I checked 
there is a [JIRA issue](https://issues.apache.org/jira/browse/CAMEL) filed for 
the change (usually before you start working on it).
   
   
   
   # Apache Camel coding standards and style
   
   - [ ] I checked that each commit in the pull request has a meaningful 
subject line and body.
   
   
   
   - [ ] I have run `mvn clean install -DskipTests` locally and I have 
committed all auto-generated changes
   
   
   
   


-- 
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 stub created (now 6ec0ab0f96e)

2023-08-14 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch stub
in repository https://gitbox.apache.org/repos/asf/camel.git


  at 6ec0ab0f96e CAMEL-19739: camel run - Add stub option to run in stub 
mode

This branch includes the following new commits:

 new 6ec0ab0f96e CAMEL-19739: camel run - Add stub option to run in stub 
mode

The 1 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.




[camel] 01/01: CAMEL-19739: camel run - Add stub option to run in stub mode

2023-08-14 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

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

commit 6ec0ab0f96e9e39e394d6e5f150c347e801562d6
Author: Claus Ibsen 
AuthorDate: Mon Aug 14 18:36:39 2023 +0200

CAMEL-19739: camel run - Add stub option to run in stub mode
---
 .../org/apache/camel/catalog/components/stub.json  | 21 +++---
 .../component/stub/StubComponentConfigurer.java|  6 ++
 .../org/apache/camel/component/stub/stub.json  | 21 +++---
 .../apache/camel/component/stub/StubComponent.java | 32 ++--
 .../org/apache/camel/main/BaseMainSupport.java | 10 ++-
 .../camel/main/MainAutowiredLifecycleStrategy.java | 30 
 .../modules/ROOT/pages/camel-jbang.adoc| 47 
 .../apache/camel/dsl/jbang/core/commands/Run.java  | 28 ++-
 .../camel/dsl/jbang/core/common/CatalogLoader.java |  3 +-
 .../java/org/apache/camel/main/KameletMain.java| 55 +-
 .../DependencyDownloaderComponentResolver.java | 18 +++--
 .../KameletAutowiredLifecycleStrategy.java | 85 ++
 .../camel/main/download/KameletMainInjector.java   | 62 ++--
 13 files changed, 330 insertions(+), 88 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/stub.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/stub.json
index 40d00e7f9b4..6ebb7ec2df5 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/stub.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/stub.json
@@ -23,16 +23,17 @@
   },
   "componentProperties": {
 "shadow": { "index": 0, "kind": "property", "displayName": "Shadow", 
"group": "common", "label": "", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": false, "description": "If shadow is enabled then the 
stub component will register a shadow endpoint with the actual uri that refers 
to the stub endpoint, meaning you can lookup the endpoint via both 
stub:kafka:cheese and kafka:cheese." },
-"bridgeErrorHandler": { "index": 1, "kind": "property", "displayName": 
"Bridge Error Handler", "group": "consumer", "label": "consumer", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, "description": 
"Allows for bridging the consumer to the Camel routing Error Handler, which 
mean any exceptions occurred while the consumer is trying to pickup incoming 
messages, or the likes, will now be proce [...]
-"concurrentConsumers": { "index": 2, "kind": "property", "displayName": 
"Concurrent Consumers", "group": "consumer", "label": "consumer", "required": 
false, "type": "integer", "javaType": "int", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": 1, "description": "Sets the default 
number of concurrent threads processing exchanges." },
-"defaultPollTimeout": { "index": 3, "kind": "property", "displayName": 
"Default Poll Timeout", "group": "consumer (advanced)", "label": 
"consumer,advanced", "required": false, "type": "integer", "javaType": "int", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 1000, 
"description": "The timeout (in milliseconds) used when polling. When a timeout 
occurs, the consumer can check whether it is allowed to continue running. 
Setting a lower value allows the consume [...]
-"defaultBlockWhenFull": { "index": 4, "kind": "property", "displayName": 
"Default Block When Full", "group": "producer", "label": "producer", 
"required": false, "type": "boolean", "javaType": "boolean", "deprecated": 
false, "autowired": false, "secret": false, "defaultValue": false, 
"description": "Whether a thread that sends messages to a full SEDA queue will 
block until the queue's capacity is no longer exhausted. By default, an 
exception will be thrown stating that the queue is fu [...]
-"defaultDiscardWhenFull": { "index": 5, "kind": "property", "displayName": 
"Default Discard When Full", "group": "producer", "label": "producer", 
"required": false, "type": "boolean", "javaType": "boolean", "deprecated": 
false, "autowired": false, "secret": false, "defaultValue": false, 
"description": "Whether a thread that sends messages to a full SEDA queue will 
be discarded. By default, an exception will be thrown stating that the queue is 
full. By enabling this option, the callin [...]
-"defaultOfferTimeout": { "index": 6, "kind": "property", "displayName": 
"Default Offer Timeout", "group": "producer", "label": "producer", "required": 
false, "type": "integer", "javaType": "long", "deprecated": false, "autowired": 
false, "secret": false, "description": "Whether a thread that sends messages to 
a full SEDA queue will block until 

[camel-website] branch 4docs updated (d0eeabc5 -> 55f2b360)

2023-08-14 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch 4docs
in repository https://gitbox.apache.org/repos/asf/camel-website.git


from d0eeabc5 Remove camel-kamelets main from docs as it seems it may break 
build.
 add 55f2b360 Revert "Remove camel-kamelets main from docs as it seems it 
may break build."

No new revisions were added by this update.

Summary of changes:
 antora-playbook-snippets/antora-playbook.yml | 1 +
 1 file changed, 1 insertion(+)



[camel] branch regen_bot updated (3c1980eac07 -> a912f9e63ef)

2023-08-14 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 3c1980eac07 CAMEL-19516: replaced Thread.sleep() in camel-consul tests 
(#11060)
 add a912f9e63ef CAMEL-19518: replaced Thread.sleep() in camel-disruptor 
tests (#11061)

No new revisions were added by this update.

Summary of changes:
 components/camel-disruptor/pom.xml|  6 ++
 .../disruptor/DisruptorConsumerSuspendResumeTest.java | 11 ++-
 2 files changed, 12 insertions(+), 5 deletions(-)



[camel] branch regen_bot updated (c67d8f77a5c -> 3c1980eac07)

2023-08-14 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 c67d8f77a5c CAMEL-19741: refactored camel-sjms to support concurrent 
tests (#11103)
 add 3c1980eac07 CAMEL-19516: replaced Thread.sleep() in camel-consul tests 
(#11060)

No new revisions were added by this update.

Summary of changes:
 .../component/consul/cluster/ConsulClusteredRoutePolicyFactoryIT.java  | 3 ++-
 .../camel/component/consul/cluster/ConsulClusteredRoutePolicyIT.java   | 3 ++-
 .../java/org/apache/camel/component/consul/cluster/ConsulMasterIT.java | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)



[camel-kamelets] branch regen_bot updated (946b1663 -> ba8c1dae)

2023-08-14 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-kamelets.git


omit 946b1663 Regen for commit 9346786b58b7168c420698d3f65c600350305446
 add ba8c1dae Regen for commit 9346786b58b7168c420698d3f65c600350305446 
(#1580)

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   (946b1663)
\
 N -- N -- N   refs/heads/regen_bot (ba8c1dae)

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:



[camel-kamelets] branch main updated: Regen for commit 9346786b58b7168c420698d3f65c600350305446 (#1580)

2023-08-14 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-kamelets.git


The following commit(s) were added to refs/heads/main by this push:
 new ba8c1dae Regen for commit 9346786b58b7168c420698d3f65c600350305446 
(#1580)
ba8c1dae is described below

commit ba8c1daefddfdc17437d4b4eb8d0f8b6ff54f609
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 14 17:28:29 2023 +0200

Regen for commit 9346786b58b7168c420698d3f65c600350305446 (#1580)

Signed-off-by: GitHub 
Co-authored-by: claudio4j 
---
 .../src/main/resources/kamelets/sqlserver-sink.kamelet.yaml| 3 ++-
 .../src/main/resources/kamelets/sqlserver-source.kamelet.yaml  | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/sqlserver-sink.kamelet.yaml
 
b/library/camel-kamelets/src/main/resources/kamelets/sqlserver-sink.kamelet.yaml
index 145d9494..b5f44001 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/sqlserver-sink.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/sqlserver-sink.kamelet.yaml
@@ -94,7 +94,8 @@ spec:
 default: false
   trustServerCertificate:
 title: Trust Server Certificate
-description: Trust Server Certificatetype: boolean
+description: Trust Server Certificate
+type: boolean
 x-descriptors:
   - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
 default: true
diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/sqlserver-source.kamelet.yaml
 
b/library/camel-kamelets/src/main/resources/kamelets/sqlserver-source.kamelet.yaml
index 42eaf35c..e23bfced 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/sqlserver-source.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/sqlserver-source.kamelet.yaml
@@ -91,7 +91,8 @@ spec:
 default: false
   trustServerCertificate:
 title: Trust Server Certificate
-description: Trust Server Certificatetype: boolean
+description: Trust Server Certificate
+type: boolean
 x-descriptors:
   - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
 default: true



[GitHub] [camel-kamelets] oscerd merged pull request #1580: Generated sources regen

2023-08-14 Thread via GitHub


oscerd merged PR #1580:
URL: https://github.com/apache/camel-kamelets/pull/1580


-- 
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 (a912f9e63ef -> dd940e52ddc)

2023-08-14 Thread orpiske
This is an automated email from the ASF dual-hosted git repository.

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


from a912f9e63ef CAMEL-19518: replaced Thread.sleep() in camel-disruptor 
tests (#11061)
 add dd940e52ddc CAMEL-19741: applied concurency configuration to pom file 
(#11105)

No new revisions were added by this update.

Summary of changes:
 components/camel-sjms/pom.xml | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)



[GitHub] [camel] orpiske merged pull request #11105: CAMEL-19741: applied concurency configuration to pom file

2023-08-14 Thread via GitHub


orpiske merged PR #11105:
URL: https://github.com/apache/camel/pull/11105


-- 
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] orpiske merged pull request #11061: CAMEL-19518: replaced Thread.sleep() in camel-disruptor tests

2023-08-14 Thread via GitHub


orpiske merged PR #11061:
URL: https://github.com/apache/camel/pull/11061


-- 
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 (3c1980eac07 -> a912f9e63ef)

2023-08-14 Thread orpiske
This is an automated email from the ASF dual-hosted git repository.

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


from 3c1980eac07 CAMEL-19516: replaced Thread.sleep() in camel-consul tests 
(#11060)
 add a912f9e63ef CAMEL-19518: replaced Thread.sleep() in camel-disruptor 
tests (#11061)

No new revisions were added by this update.

Summary of changes:
 components/camel-disruptor/pom.xml|  6 ++
 .../disruptor/DisruptorConsumerSuspendResumeTest.java | 11 ++-
 2 files changed, 12 insertions(+), 5 deletions(-)



[camel] branch main updated: CAMEL-19516: replaced Thread.sleep() in camel-consul tests (#11060)

2023-08-14 Thread orpiske
This is an automated email from the ASF dual-hosted git repository.

orpiske 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 3c1980eac07 CAMEL-19516: replaced Thread.sleep() in camel-consul tests 
(#11060)
3c1980eac07 is described below

commit 3c1980eac07b7204879a27f14fe5e980e60ab0a8
Author: LostArtist <93444976+lostart...@users.noreply.github.com>
AuthorDate: Mon Aug 14 17:21:14 2023 +0200

CAMEL-19516: replaced Thread.sleep() in camel-consul tests (#11060)

Co-authored-by: Nikita Konovalov 
---
 .../component/consul/cluster/ConsulClusteredRoutePolicyFactoryIT.java  | 3 ++-
 .../camel/component/consul/cluster/ConsulClusteredRoutePolicyIT.java   | 3 ++-
 .../java/org/apache/camel/component/consul/cluster/ConsulMasterIT.java | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git 
a/components/camel-consul/src/test/java/org/apache/camel/component/consul/cluster/ConsulClusteredRoutePolicyFactoryIT.java
 
b/components/camel-consul/src/test/java/org/apache/camel/component/consul/cluster/ConsulClusteredRoutePolicyFactoryIT.java
index 5bdbeaefefd..06c4e3ba45a 100644
--- 
a/components/camel-consul/src/test/java/org/apache/camel/component/consul/cluster/ConsulClusteredRoutePolicyFactoryIT.java
+++ 
b/components/camel-consul/src/test/java/org/apache/camel/component/consul/cluster/ConsulClusteredRoutePolicyFactoryIT.java
@@ -36,6 +36,7 @@ import org.junit.jupiter.api.Test;
 import org.junit.jupiter.api.extension.RegisterExtension;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
+import org.testcontainers.shaded.org.awaitility.Awaitility;
 
 public class ConsulClusteredRoutePolicyFactoryIT {
 @RegisterExtension
@@ -94,7 +95,7 @@ public class ConsulClusteredRoutePolicyFactoryIT {
 
 // Start the context after some random time so the startup order
 // changes for each test.
-Thread.sleep(ThreadLocalRandom.current().nextInt(500));
+
Awaitility.await().pollDelay(ThreadLocalRandom.current().nextInt(500), 
TimeUnit.MILLISECONDS).untilAsserted(() -> 
Assertions.assertDoesNotThrow(context::start));
 LOGGER.info("Starting CamelContext on node: {}", id);
 context.start();
 LOGGER.info("Started CamelContext on node: {}", id);
diff --git 
a/components/camel-consul/src/test/java/org/apache/camel/component/consul/cluster/ConsulClusteredRoutePolicyIT.java
 
b/components/camel-consul/src/test/java/org/apache/camel/component/consul/cluster/ConsulClusteredRoutePolicyIT.java
index 979671f4b06..61cc2c9ddff 100644
--- 
a/components/camel-consul/src/test/java/org/apache/camel/component/consul/cluster/ConsulClusteredRoutePolicyIT.java
+++ 
b/components/camel-consul/src/test/java/org/apache/camel/component/consul/cluster/ConsulClusteredRoutePolicyIT.java
@@ -36,6 +36,7 @@ import org.junit.jupiter.api.Test;
 import org.junit.jupiter.api.extension.RegisterExtension;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
+import org.testcontainers.shaded.org.awaitility.Awaitility;
 
 public class ConsulClusteredRoutePolicyIT {
 @RegisterExtension
@@ -94,7 +95,7 @@ public class ConsulClusteredRoutePolicyIT {
 
 // Start the context after some random time so the startup order
 // changes for each test.
-Thread.sleep(ThreadLocalRandom.current().nextInt(500));
+
Awaitility.await().pollDelay(ThreadLocalRandom.current().nextInt(500), 
TimeUnit.MILLISECONDS).untilAsserted(() -> 
Assertions.assertDoesNotThrow(context::start));
 context.start();
 
 contextLatch.await();
diff --git 
a/components/camel-consul/src/test/java/org/apache/camel/component/consul/cluster/ConsulMasterIT.java
 
b/components/camel-consul/src/test/java/org/apache/camel/component/consul/cluster/ConsulMasterIT.java
index 419069d817f..4535ca268ad 100644
--- 
a/components/camel-consul/src/test/java/org/apache/camel/component/consul/cluster/ConsulMasterIT.java
+++ 
b/components/camel-consul/src/test/java/org/apache/camel/component/consul/cluster/ConsulMasterIT.java
@@ -35,6 +35,7 @@ import org.junit.jupiter.api.Test;
 import org.junit.jupiter.api.extension.RegisterExtension;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
+import org.testcontainers.shaded.org.awaitility.Awaitility;
 
 public class ConsulMasterIT {
 @RegisterExtension
@@ -92,7 +93,7 @@ public class ConsulMasterIT {
 
 // Start the context after some random time so the startup order
 // changes for each test.
-Thread.sleep(ThreadLocalRandom.current().nextInt(500));
+
Awaitility.await().pollDelay(ThreadLocalRandom.current().nextInt(500), 
TimeUnit.MILLISECONDS).untilAsserted(() -> 
Assertions.assertDoesNotThrow(context::start));
 context.start();
 
 contextLatch.await();



[GitHub] [camel] orpiske merged pull request #11060: CAMEL-19516: replaced Thread.sleep() in camel-consul tests

2023-08-14 Thread via GitHub


orpiske merged PR #11060:
URL: https://github.com/apache/camel/pull/11060


-- 
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 #11106: CAMEL-19684: reduce flakiness in camel-rocketmq

2023-08-14 Thread via GitHub


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

   :star2: Thank you for your contribution to the Apache Camel project! :star2: 
   
   :camel: Maintainers, please note that first-time contributors *require 
manual approval* for the GitHub Actions to run.
   
   :warning: Please note that the changes on this PR may be **tested 
automatically** if they change components.
   
   :robot: Use the command `/component-test (camel-)component-name1 
(camel-)component-name2..` to request a test from the test bot.
   
   If necessary Apache Camel Committers may access logs and test results in the 
job summaries!


-- 
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 (6a1b98e5a6a -> c67d8f77a5c)

2023-08-14 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 6a1b98e5a6a (chores) camel-rocketmq: fixed logging configuration 
(#11104)
 add c67d8f77a5c CAMEL-19741: refactored camel-sjms to support concurrent 
tests (#11103)

No new revisions were added by this update.

Summary of changes:
 .../component/sjms/AsyncStartStopListenerTest.java | 20 +++
 .../component/sjms/JmsMessageTimestampTest.java|  4 +--
 .../component/sjms/JmsSelectorOptionTest.java  | 26 +--
 .../camel/component/sjms/JmsSelectorTest.java  |  8 +++---
 .../component/sjms/ReconnectConsumerTest.java  |  2 +-
 .../component/sjms/ReconnectInOutProducerTest.java |  2 +-
 .../component/sjms/ReconnectProducerTest.java  |  2 +-
 .../component/sjms/SjmsComponentRestartTest.java   | 12 -
 .../sjms/SjmsEndpointConnectionSettingsTest.java   |  2 +-
 .../sjms/SjmsEndpointNameOverrideTest.java | 12 -
 .../camel/component/sjms/SjmsEndpointTest.java | 30 +++---
 .../component/sjms/SjmsSendDynamicAwareTest.java   |  8 +++---
 .../component/sjms/bugfixes/CAMEL6820Test.java |  2 +-
 .../sjms/consumer/AsyncConsumerFalseTest.java  |  8 +++---
 .../sjms/consumer/AsyncConsumerInOutTest.java  | 10 
 .../consumer/AutowiredConnectionFactoryTest.java   |  2 +-
 .../sjms/consumer/EmptyMessageBodyTest.java|  6 ++---
 .../consumer/InOnlyConsumerAsyncFalseTest.java |  2 +-
 .../sjms/consumer/InOnlyConsumerDefaultTest.java   |  2 +-
 .../InOnlyConsumerQueueSynchronousTest.java|  2 +-
 .../sjms/consumer/InOnlyConsumerQueueTest.java |  2 +-
 .../sjms/consumer/InOnlyConsumerTempQueueTest.java |  2 +-
 .../sjms/consumer/InOnlyConsumerTopicTest.java |  6 ++---
 .../sjms/consumer/InOnlyPooledExchangeTest.java|  2 +-
 .../sjms/consumer/InOnlyQueueConsumerTest.java |  2 +-
 .../sjms/consumer/InOnlyTopicConsumerTest.java |  2 +-
 .../consumer/InOnlyTopicDurableConsumerTest.java   |  6 ++---
 .../sjms/consumer/InOutConcurrentConsumerTest.java |  4 +--
 .../sjms/consumer/InOutConsumerQueueAsyncTest.java | 10 
 .../sjms/consumer/InOutConsumerQueueTest.java  | 10 
 .../consumer/InOutConsumerTempQueueAsyncTest.java  | 10 
 .../sjms/consumer/InOutConsumerTempQueueTest.java  |  8 +++---
 .../sjms/consumer/InOutConsumerTopicTest.java  | 10 
 .../consumer/InOutSynchronousConsumerTest.java |  4 +--
 .../sjms/consumer/JmsPollingConsumerTest.java  | 24 -
 .../camel/component/sjms/it/AsyncJmsInOutIT.java   |  8 +++---
 .../component/sjms/it/AsyncJmsInOutTempDestIT.java |  8 +++---
 .../camel/component/sjms/it/SyncJmsInOutIT.java|  8 +++---
 .../component/sjms/it/SyncJmsInOutTempDestIT.java  |  8 +++---
 .../sjms/jms/DestinationNameParserTest.java|  8 +++---
 .../sjms/producer/AsyncQueueProducerTest.java  |  8 +++---
 .../sjms/producer/InOnlyQueueProducerTest.java |  2 +-
 .../sjms/producer/InOnlyTopicProducerTest.java |  2 +-
 .../producer/InOutQueueProducerAsyncLoadTest.java  |  2 +-
 .../producer/InOutQueueProducerSyncLoadTest.java   |  2 +-
 .../sjms/producer/InOutQueueProducerTest.java  |  2 +-
 .../sjms/producer/InOutTempQueueProducerTest.java  | 12 -
 .../sjms/producer/QueueProducerQoSTest.java|  4 +--
 .../component/sjms/producer/QueueProducerTest.java |  2 +-
 .../SjmsToDSendDynamicTwoDisabledTest.java | 10 
 .../sjms/producer/SjmsToDSendDynamicTwoTest.java   | 10 
 .../sjms/support/MyInOutTestConsumer.java  |  2 +-
 .../component/sjms/threadpool/ThreadPoolTest.java  |  4 +--
 .../sjms/tx/TransactedAsyncExceptionTest.java  |  2 +-
 .../sjms/tx/TransactedConcurrentConsumersTest.java |  2 +-
 .../sjms/tx/TransactedOnCompletionTest.java|  8 +++---
 .../sjms/tx/TransactedProducerInOutErrorTest.java  |  4 +--
 .../sjms/tx/TransactedQueueConsumerTest.java   |  2 +-
 .../sjms/tx/TransactedQueueInOutProducerTest.java  | 12 -
 .../sjms/tx/TransactedQueueProducerTest.java   |  8 +++---
 .../sjms/tx/TransactedTopicConsumerTest.java   |  2 +-
 61 files changed, 204 insertions(+), 202 deletions(-)



[GitHub] [camel] github-actions[bot] commented on pull request #11105: CAMEL-19741: applied concurency configuration to pom file

2023-08-14 Thread via GitHub


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

   :star2: Thank you for your contribution to the Apache Camel project! :star2: 
   
   :camel: Maintainers, please note that first-time contributors *require 
manual approval* for the GitHub Actions to run.
   
   :warning: Please note that the changes on this PR may be **tested 
automatically** if they change components.
   
   :robot: Use the command `/component-test (camel-)component-name1 
(camel-)component-name2..` to request a test from the test bot.
   
   If necessary Apache Camel Committers may access logs and test results in the 
job summaries!


-- 
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] LostArtist opened a new pull request, #11105: CAMEL-19741: applied concurency configuration to pom file

2023-08-14 Thread via GitHub


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

   (no comment)


-- 
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-website] branch 4docs updated (baf1ef5d -> d0eeabc5)

2023-08-14 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch 4docs
in repository https://gitbox.apache.org/repos/asf/camel-website.git


from baf1ef5d Remove CEQ 3.0.x from docs (its only RC builds that are EOL)
 add d0eeabc5 Remove camel-kamelets main from docs as it seems it may break 
build.

No new revisions were added by this update.

Summary of changes:
 antora-playbook-snippets/antora-playbook.yml | 1 -
 1 file changed, 1 deletion(-)



[camel-website-pub] branch asf-site updated (2adbdfd608 -> baecf59115)

2023-08-14 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/camel-website-pub.git


 discard 2adbdfd608 Website updated to 1b0e482d769fad58155407b9d00797468eecb32c
 discard 80930b0a59 Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new a5cb3ae18e Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new baecf59115 Website updated to 3901d61925121544db7ccc82873561581ac3a344

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   (2adbdfd608)
\
 N -- N -- N   refs/heads/asf-site (baecf59115)

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.

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:
 .htaccess  |   64 +-
 .well-known/security.txt   |2 +-
 .../2020/12/camel-quarkus-release-1.5.0/index.html |2 +-
 .../2021/02/camel-quarkus-release-1.7.0/index.html |2 +-
 camel-quarkus/2.13.x/index.html|2 +-
 .../2.13.x/reference/extensions/atlasmap.html  |2 +-
 .../2.13.x/reference/extensions/corda.html |2 +-
 camel-quarkus/2.14.x/index.html|2 +-
 .../2.14.x/reference/extensions/atlasmap.html  |2 +-
 .../2.14.x/reference/extensions/corda.html |2 +-
 camel-quarkus/2.15.x/index.html|2 +-
 .../2.15.x/reference/extensions/atlasmap.html  |2 +-
 .../2.15.x/reference/extensions/corda.html |2 +-
 camel-quarkus/2.16.x/index.html|2 +-
 .../2.16.x/reference/extensions/atlasmap.html  |2 +-
 .../2.16.x/reference/extensions/corda.html |2 +-
 camel-quarkus/3.0.x/index.html |2 +-
 .../3.0.x/reference/extensions/atlasmap.html   |2 +-
 .../3.0.x/reference/extensions/corda.html  |2 +-
 camel-quarkus/next/contributor-guide/ci.html   |2 +-
 .../create-jvm-only-extension.html |2 +-
 .../contributor-guide/create-new-extension.html|2 +-
 .../contributor-guide/extension-documentation.html |2 +-
 .../next/contributor-guide/extension-metadata.html |2 +-
 .../next/contributor-guide/extension-testing.html  |2 +-
 camel-quarkus/next/contributor-guide/index.html|2 +-
 .../contributor-guide/promote-jvm-to-native.html   |2 +-
 .../next/contributor-guide/release-guide.html  |2 +-
 camel-quarkus/next/index.html  |2 +-
 camel-quarkus/next/migration-guide/2.0.0.html  |2 +-
 camel-quarkus/next/migration-guide/2.1.0.html  |2 +-
 camel-quarkus/next/migration-guide/2.10.0.html |2 +-
 camel-quarkus/next/migration-guide/2.11.0.html |2 +-
 camel-quarkus/next/migration-guide/2.2.0.html  |2 +-
 camel-quarkus/next/migration-guide/2.6.0.html  |2 +-
 camel-quarkus/next/migration-guide/2.7.0.html  |2 +-
 camel-quarkus/next/migration-guide/2.8.0.html  |2 +-
 camel-quarkus/next/migration-guide/3.0.0.html  |2 +-
 camel-quarkus/next/migration-guide/index.html  |2 +-
 camel-quarkus/next/reference/components.html   |2 +-
 .../next/reference/components/stringtemplate.html  |2 +-
 camel-quarkus/next/reference/dataformats.html  |2 +-
 .../next/reference/extensions/activemq.html|2 +-
 camel-quarkus/next/reference/extensions/amqp.html  |2 +-
 .../next/reference/extensions/arangodb.html|2 +-
 camel-quarkus/next/reference/extensions/as2.html   |2 +-
 camel-quarkus/next/reference/extensions/asn1.html  |2 +-
 .../next/reference/extensions/asterisk.html|2 +-
 .../next/reference/extensions/atlasmap.html|4 -
 camel-quarkus/next/reference/extensions/atom.html  |2 +-
 .../next/reference/extensions/attachments.html |2 +-
 camel-quarkus/next/reference/extensions/avro.html  |2 +-
 .../reference/extensions/aws-secrets-manager.html  |2 +-
 .../next/reference/extensions/aws-xray.html|2 +-
 .../next/reference/extensions/aws2-athena.html |2 +-
 .../next/reference/extensions/aws2-cw.html |2 +-
 .../next/reference/extensions/aws2-ddb.html|2 +-

Error while running github feature from .asf.yaml in camel-website-pub!

2023-08-14 Thread Apache Infrastructure


An error occurred while running github feature in .asf.yaml!:
422 {"message": "Validation Failed", "errors": [{"message": "Sorry, you need to 
allow at least one merge strategy. (no_merge_method)", "resource": 
"Repository", "field": "merge_commit_allowed", "code": "invalid"}], 
"documentation_url": 
"https://docs.github.com/rest/repos/repos#update-a-repository"}



[camel] branch main updated: CAMEL-19741: refactored camel-sjms to support concurrent tests (#11103)

2023-08-14 Thread orpiske
This is an automated email from the ASF dual-hosted git repository.

orpiske 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 c67d8f77a5c CAMEL-19741: refactored camel-sjms to support concurrent 
tests (#11103)
c67d8f77a5c is described below

commit c67d8f77a5c5ebfaaf16c6f8d1637e43c33bb973
Author: LostArtist <93444976+lostart...@users.noreply.github.com>
AuthorDate: Mon Aug 14 16:44:51 2023 +0200

CAMEL-19741: refactored camel-sjms to support concurrent tests (#11103)

Co-authored-by: Nikita Konovalov 
---
 .../component/sjms/AsyncStartStopListenerTest.java | 20 +++
 .../component/sjms/JmsMessageTimestampTest.java|  4 +--
 .../component/sjms/JmsSelectorOptionTest.java  | 26 +--
 .../camel/component/sjms/JmsSelectorTest.java  |  8 +++---
 .../component/sjms/ReconnectConsumerTest.java  |  2 +-
 .../component/sjms/ReconnectInOutProducerTest.java |  2 +-
 .../component/sjms/ReconnectProducerTest.java  |  2 +-
 .../component/sjms/SjmsComponentRestartTest.java   | 12 -
 .../sjms/SjmsEndpointConnectionSettingsTest.java   |  2 +-
 .../sjms/SjmsEndpointNameOverrideTest.java | 12 -
 .../camel/component/sjms/SjmsEndpointTest.java | 30 +++---
 .../component/sjms/SjmsSendDynamicAwareTest.java   |  8 +++---
 .../component/sjms/bugfixes/CAMEL6820Test.java |  2 +-
 .../sjms/consumer/AsyncConsumerFalseTest.java  |  8 +++---
 .../sjms/consumer/AsyncConsumerInOutTest.java  | 10 
 .../consumer/AutowiredConnectionFactoryTest.java   |  2 +-
 .../sjms/consumer/EmptyMessageBodyTest.java|  6 ++---
 .../consumer/InOnlyConsumerAsyncFalseTest.java |  2 +-
 .../sjms/consumer/InOnlyConsumerDefaultTest.java   |  2 +-
 .../InOnlyConsumerQueueSynchronousTest.java|  2 +-
 .../sjms/consumer/InOnlyConsumerQueueTest.java |  2 +-
 .../sjms/consumer/InOnlyConsumerTempQueueTest.java |  2 +-
 .../sjms/consumer/InOnlyConsumerTopicTest.java |  6 ++---
 .../sjms/consumer/InOnlyPooledExchangeTest.java|  2 +-
 .../sjms/consumer/InOnlyQueueConsumerTest.java |  2 +-
 .../sjms/consumer/InOnlyTopicConsumerTest.java |  2 +-
 .../consumer/InOnlyTopicDurableConsumerTest.java   |  6 ++---
 .../sjms/consumer/InOutConcurrentConsumerTest.java |  4 +--
 .../sjms/consumer/InOutConsumerQueueAsyncTest.java | 10 
 .../sjms/consumer/InOutConsumerQueueTest.java  | 10 
 .../consumer/InOutConsumerTempQueueAsyncTest.java  | 10 
 .../sjms/consumer/InOutConsumerTempQueueTest.java  |  8 +++---
 .../sjms/consumer/InOutConsumerTopicTest.java  | 10 
 .../consumer/InOutSynchronousConsumerTest.java |  4 +--
 .../sjms/consumer/JmsPollingConsumerTest.java  | 24 -
 .../camel/component/sjms/it/AsyncJmsInOutIT.java   |  8 +++---
 .../component/sjms/it/AsyncJmsInOutTempDestIT.java |  8 +++---
 .../camel/component/sjms/it/SyncJmsInOutIT.java|  8 +++---
 .../component/sjms/it/SyncJmsInOutTempDestIT.java  |  8 +++---
 .../sjms/jms/DestinationNameParserTest.java|  8 +++---
 .../sjms/producer/AsyncQueueProducerTest.java  |  8 +++---
 .../sjms/producer/InOnlyQueueProducerTest.java |  2 +-
 .../sjms/producer/InOnlyTopicProducerTest.java |  2 +-
 .../producer/InOutQueueProducerAsyncLoadTest.java  |  2 +-
 .../producer/InOutQueueProducerSyncLoadTest.java   |  2 +-
 .../sjms/producer/InOutQueueProducerTest.java  |  2 +-
 .../sjms/producer/InOutTempQueueProducerTest.java  | 12 -
 .../sjms/producer/QueueProducerQoSTest.java|  4 +--
 .../component/sjms/producer/QueueProducerTest.java |  2 +-
 .../SjmsToDSendDynamicTwoDisabledTest.java | 10 
 .../sjms/producer/SjmsToDSendDynamicTwoTest.java   | 10 
 .../sjms/support/MyInOutTestConsumer.java  |  2 +-
 .../component/sjms/threadpool/ThreadPoolTest.java  |  4 +--
 .../sjms/tx/TransactedAsyncExceptionTest.java  |  2 +-
 .../sjms/tx/TransactedConcurrentConsumersTest.java |  2 +-
 .../sjms/tx/TransactedOnCompletionTest.java|  8 +++---
 .../sjms/tx/TransactedProducerInOutErrorTest.java  |  4 +--
 .../sjms/tx/TransactedQueueConsumerTest.java   |  2 +-
 .../sjms/tx/TransactedQueueInOutProducerTest.java  | 12 -
 .../sjms/tx/TransactedQueueProducerTest.java   |  8 +++---
 .../sjms/tx/TransactedTopicConsumerTest.java   |  2 +-
 61 files changed, 204 insertions(+), 202 deletions(-)

diff --git 
a/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/AsyncStartStopListenerTest.java
 
b/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/AsyncStartStopListenerTest.java
index 7d9b3e6294d..55886c0e946 100644
--- 
a/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/AsyncStartStopListenerTest.java
+++ 

[GitHub] [camel] orpiske merged pull request #11103: CAMEL-19741: refactored camel-sjms to support concurrent tests

2023-08-14 Thread via GitHub


orpiske merged PR #11103:
URL: https://github.com/apache/camel/pull/11103


-- 
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 (ae646bc91e1 -> 6a1b98e5a6a)

2023-08-14 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 ae646bc91e1 CAMEL-19737: Updates aws2-sns queueUrl to queueArn (#11101)
 add 6a1b98e5a6a (chores) camel-rocketmq: fixed logging configuration 
(#11104)

No new revisions were added by this update.

Summary of changes:
 components/camel-rocketmq/pom.xml  |  7 +++
 .../camel-rocketmq/src/test/resources/logback-test.xml | 18 +++---
 2 files changed, 18 insertions(+), 7 deletions(-)



[camel-kamelets] branch regen_bot updated (f6eaa329 -> 946b1663)

2023-08-14 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-kamelets.git


omit f6eaa329 Regen for commit df918243d26c50d1de70863933cfe70be7d656bd
 add e0ed1f8d Remove no more needed check on reserved keyword for kamelet 
(#1578)
 add 9a0682bf Use generics in camel-kamelet-utils (#1559)
 add 9346786b Upgrade maven-javadoc-plugin from 3.4.0 to 3.5.0 (#1554)
 new 946b1663 Regen for commit 9346786b58b7168c420698d3f65c600350305446

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   (f6eaa329)
\
 N -- N -- N   refs/heads/regen_bot (946b1663)

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.

The 1 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/kamelets/utils/headers/DeDuplicateNamingHeaders.java| 4 ++--
 .../camel/kamelets/utils/headers/DuplicateNamingHeaders.java  | 4 ++--
 .../java/org/apache/camel/kamelets/utils/transform/MaskField.java | 2 +-
 .../org/apache/camel/kamelets/utils/transform/ReplaceField.java   | 2 +-
 .../apache/camel/kamelets/utils/transform/kafka/ValueToKey.java   | 2 +-
 .../org/apache/camel/kamelets/utils/transform/MaskFieldTest.java  | 2 +-
 pom.xml   | 2 +-
 script/validator/validator.go | 8 
 8 files changed, 9 insertions(+), 17 deletions(-)



[camel-kamelets] 01/01: Regen for commit 9346786b58b7168c420698d3f65c600350305446

2023-08-14 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

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

commit 946b166390b4d2492d0144416fcc4a44b9d6d99f
Author: claudio4j 
AuthorDate: Mon Aug 14 14:35:59 2023 +

Regen for commit 9346786b58b7168c420698d3f65c600350305446

Signed-off-by: GitHub 
---
 .../src/main/resources/kamelets/sqlserver-sink.kamelet.yaml| 3 ++-
 .../src/main/resources/kamelets/sqlserver-source.kamelet.yaml  | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/sqlserver-sink.kamelet.yaml
 
b/library/camel-kamelets/src/main/resources/kamelets/sqlserver-sink.kamelet.yaml
index 145d9494..b5f44001 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/sqlserver-sink.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/sqlserver-sink.kamelet.yaml
@@ -94,7 +94,8 @@ spec:
 default: false
   trustServerCertificate:
 title: Trust Server Certificate
-description: Trust Server Certificatetype: boolean
+description: Trust Server Certificate
+type: boolean
 x-descriptors:
   - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
 default: true
diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/sqlserver-source.kamelet.yaml
 
b/library/camel-kamelets/src/main/resources/kamelets/sqlserver-source.kamelet.yaml
index 42eaf35c..e23bfced 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/sqlserver-source.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/sqlserver-source.kamelet.yaml
@@ -91,7 +91,8 @@ spec:
 default: false
   trustServerCertificate:
 title: Trust Server Certificate
-description: Trust Server Certificatetype: boolean
+description: Trust Server Certificate
+type: boolean
 x-descriptors:
   - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
 default: true



[camel-kamelets] branch main updated: Upgrade maven-javadoc-plugin from 3.4.0 to 3.5.0 (#1554)

2023-08-14 Thread claudio4j
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new 9346786b Upgrade maven-javadoc-plugin from 3.4.0 to 3.5.0 (#1554)
9346786b is described below

commit 9346786b58b7168c420698d3f65c600350305446
Author: Aurélien Pupier 
AuthorDate: Mon Aug 14 16:34:20 2023 +0200

Upgrade maven-javadoc-plugin from 3.4.0 to 3.5.0 (#1554)

it aligns with Camel

https://github.com/apache/camel/blob/792bb5421b3e9b2a7785bc3ba68177b00b341abc/pom.xml#L131

Signed-off-by: Aurélien Pupier 
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f84a81c7..b6d97bde 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,7 @@
 3.0.1
 3.0.0
 3.1.2
-3.4.0
+3.5.0
 3.6.0
 3.2.1
 
1.11



[GitHub] [camel-kamelets] claudio4j merged pull request #1554: Upgrade maven-javadoc-plugin from 3.4.0 to 3.5.0

2023-08-14 Thread via GitHub


claudio4j merged PR #1554:
URL: https://github.com/apache/camel-kamelets/pull/1554


-- 
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-kamelets] claudio4j merged pull request #1559: Use generics in camel-kamelet-utils

2023-08-14 Thread via GitHub


claudio4j merged PR #1559:
URL: https://github.com/apache/camel-kamelets/pull/1559


-- 
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-kamelets] branch main updated (e0ed1f8d -> 9a0682bf)

2023-08-14 Thread claudio4j
This is an automated email from the ASF dual-hosted git repository.

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


from e0ed1f8d Remove no more needed check on reserved keyword for kamelet 
(#1578)
 add 9a0682bf Use generics in camel-kamelet-utils (#1559)

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/kamelets/utils/headers/DeDuplicateNamingHeaders.java | 4 ++--
 .../apache/camel/kamelets/utils/headers/DuplicateNamingHeaders.java   | 4 ++--
 .../java/org/apache/camel/kamelets/utils/transform/MaskField.java | 2 +-
 .../java/org/apache/camel/kamelets/utils/transform/ReplaceField.java  | 2 +-
 .../org/apache/camel/kamelets/utils/transform/kafka/ValueToKey.java   | 2 +-
 .../java/org/apache/camel/kamelets/utils/transform/MaskFieldTest.java | 2 +-
 6 files changed, 8 insertions(+), 8 deletions(-)



[GitHub] [camel-kamelets] claudio4j merged pull request #1578: Remove no more needed check on reserved keyword for kamelet

2023-08-14 Thread via GitHub


claudio4j merged PR #1578:
URL: https://github.com/apache/camel-kamelets/pull/1578


-- 
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-kamelets] claudio4j closed issue #1577: Remove forbidden parameter names list in validator

2023-08-14 Thread via GitHub


claudio4j closed issue #1577: Remove forbidden parameter names list in validator
URL: https://github.com/apache/camel-kamelets/issues/1577


-- 
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-kamelets] branch main updated: Remove no more needed check on reserved keyword for kamelet (#1578)

2023-08-14 Thread claudio4j
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new e0ed1f8d Remove no more needed check on reserved keyword for kamelet 
(#1578)
e0ed1f8d is described below

commit e0ed1f8d964f655adb89fca55f0124f44dd6cb46
Author: Aurélien Pupier 
AuthorDate: Mon Aug 14 16:33:39 2023 +0200

Remove no more needed check on reserved keyword for kamelet (#1578)

fixes #1577

see also CAMEL-17788

Signed-off-by: Aurélien Pupier 
---
 script/validator/validator.go | 8 
 1 file changed, 8 deletions(-)

diff --git a/script/validator/validator.go b/script/validator/validator.go
index 2fd3c66b..7477330e 100644
--- a/script/validator/validator.go
+++ b/script/validator/validator.go
@@ -28,9 +28,6 @@ import (
 )
 
 var (
-   // Needed until this is fixed: 
https://issues.apache.org/jira/browse/CAMEL-16788
-   forbiddenParameterNames = []string{"home", "hostname", "language", 
"lang", "namespace", "path", "podname", "pod-name", "port", "pwd", "shell", 
"term"}
-
paramRegexp = 
regexp.MustCompile(`{{[?]?([A-Za-z0-9-._]+)(?:[:][^}]*)?}}`)
 )
 
@@ -270,11 +267,6 @@ func verifyParameters(kamelets []KameletInfo) (errors 
[]error) {
errors = append(errors, fmt.Errorf("kamelet %q does not 
contain a definition of type \"object\"", kamelet.Name))
}
for k, p := range kamelet.Spec.Definition.Properties {
-   for _, f := range forbiddenParameterNames {
-   if strings.EqualFold(k, f) {
-   errors = append(errors, 
fmt.Errorf("property name %q is using a reserved keyword in kamelet %q", k, 
kamelet.Name))
-   }
-   }
if p.Type == "" {
errors = append(errors, fmt.Errorf("property %q 
in kamelet %q does not contain type", k, kamelet.Name))
}



[camel] branch main updated: (chores) camel-rocketmq: fixed logging configuration (#11104)

2023-08-14 Thread orpiske
This is an automated email from the ASF dual-hosted git repository.

orpiske 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 6a1b98e5a6a (chores) camel-rocketmq: fixed logging configuration 
(#11104)
6a1b98e5a6a is described below

commit 6a1b98e5a6a4d23fe50fc65062199072df1cd490
Author: Otavio Rodolfo Piske 
AuthorDate: Mon Aug 14 16:22:54 2023 +0200

(chores) camel-rocketmq: fixed logging configuration (#11104)
---
 components/camel-rocketmq/pom.xml  |  7 +++
 .../camel-rocketmq/src/test/resources/logback-test.xml | 18 +++---
 2 files changed, 18 insertions(+), 7 deletions(-)

diff --git a/components/camel-rocketmq/pom.xml 
b/components/camel-rocketmq/pom.xml
index b083bb2ba8d..be04f5bbe05 100644
--- a/components/camel-rocketmq/pom.xml
+++ b/components/camel-rocketmq/pom.xml
@@ -56,6 +56,13 @@
 ${rocketmq-version}
 
 
+
+ch.qos.logback
+logback-classic
+${logback-version}
+test
+
+
 
 org.apache.camel
 camel-test-infra-rocketmq
diff --git a/components/camel-rocketmq/src/test/resources/logback-test.xml 
b/components/camel-rocketmq/src/test/resources/logback-test.xml
index d45c9a37733..ea126b360b1 100644
--- a/components/camel-rocketmq/src/test/resources/logback-test.xml
+++ b/components/camel-rocketmq/src/test/resources/logback-test.xml
@@ -18,15 +18,19 @@
 
 -->
 
-
+
+target/camel-rocketmq-test.log
+true
 
-%d{yyy-MM-dd HH:mm:ss} [%p] [%t] - %m%n
-UTF-8
+%d [%-15.15t] %-5p %-30.30c{1} - %m%n
 
 
-
-
-
-
+
+
+
 
+
+
+
+
 



[GitHub] [camel] orpiske merged pull request #11104: (chores) camel-rocketmq: fixed logging configuration

2023-08-14 Thread via GitHub


orpiske merged PR #11104:
URL: https://github.com/apache/camel/pull/11104


-- 
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-kamelets] apupier commented on pull request #1554: Upgrade maven-javadoc-plugin from 3.4.0 to 3.5.0

2023-08-14 Thread via GitHub


apupier commented on PR #1554:
URL: https://github.com/apache/camel-kamelets/pull/1554#issuecomment-1677397004

   rebased to resolve conflicts


-- 
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-kamelets] branch regen_bot updated (07747ac0 -> f6eaa329)

2023-08-14 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-kamelets.git


omit 07747ac0 Regen for commit 0613c1114068e20a8b4fe22170488f71862626de
 add df918243 Use https instead of http for maven metadata information of 
the (#1564)
 add f6eaa329 Regen for commit df918243d26c50d1de70863933cfe70be7d656bd

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   (07747ac0)
\
 N -- N -- N   refs/heads/regen_bot (f6eaa329)

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:
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)



[camel-kamelets] branch main updated (0613c111 -> df918243)

2023-08-14 Thread claudio4j
This is an automated email from the ASF dual-hosted git repository.

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


from 0613c111 Update GitHub Action version (#1575)
 add df918243 Use https instead of http for maven metadata information of 
the (#1564)

No new revisions were added by this update.

Summary of changes:
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)



[GitHub] [camel-kamelets] claudio4j merged pull request #1564: Use https instead of http for maven metadata information of the

2023-08-14 Thread via GitHub


claudio4j merged PR #1564:
URL: https://github.com/apache/camel-kamelets/pull/1564


-- 
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-kamelets] branch regen_bot updated (1509573c -> 07747ac0)

2023-08-14 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-kamelets.git


from 1509573c Fix typo on Jbang --> JBang (#1574)
 add b2d10175 Upgrade maven-surefire-plugin from 3.0.0-M7 to 3.1.2 (#1553)
 add 665b4271 Upgrade maven-assembly-plugin from 3.4.2 to 3.6.0 (#1556)
 add ff779b83 Upgrade maven-rat-plugin from 0.14 to 0.15 (#1557)
 add d615d28b Remove unused imports in camel-kamelet-utils (#1558)
 add d29d2508 Fix typo in doc (#1561)
 add 60bbc32b Remove unused attribute in camel-kamelet-utils (#1560)
 add b4da7239 Remove Nicola Ferraro from assignees of PR automatically 
created for (#1568)
 add 27e19a5f Fix typos in GitHub kamelets (#1569)
 add 3463d8d4 Fix typo Ceritificate (#1570)
 add 0613c111 Update GitHub Action version (#1575)
 add 07747ac0 Regen for commit 0613c1114068e20a8b4fe22170488f71862626de

No new revisions were added by this update.

Summary of changes:
 .github/workflows/automatic-changelog-update.yml  | 2 +-
 .github/workflows/backport.yml| 2 +-
 .github/workflows/java-tests.yaml | 2 +-
 .github/workflows/main-push-regen.yaml| 6 +++---
 .github/workflows/validate.yaml   | 4 ++--
 docs/modules/ROOT/examples/template/kamelet-options.adoc  | 2 +-
 kamelets/github-commit-source.kamelet.yaml| 8 
 kamelets/github-event-source.kamelet.yaml | 8 
 kamelets/github-pullrequest-comment-source.kamelet.yaml   | 8 
 kamelets/github-pullrequest-source.kamelet.yaml   | 8 
 kamelets/github-tag-source.kamelet.yaml   | 8 
 kamelets/sqlserver-sink.kamelet.yaml  | 2 +-
 kamelets/sqlserver-source.kamelet.yaml| 2 +-
 .../kamelets/utils/format/DefaultDataTypeConverterResolver.java   | 1 -
 .../org/apache/camel/kamelets/utils/transform/HoistField.java | 1 -
 .../camel/kamelets/utils/transform/MessageTimestampRouter.java| 1 -
 .../apache/camel/kamelets/utils/transform/ExtractFieldTest.java   | 1 -
 .../org/apache/camel/kamelets/utils/transform/HoistFieldTest.java | 5 -
 .../apache/camel/kamelets/utils/transform/InsertFieldTest.java| 1 -
 .../apache/camel/kamelets/utils/transform/RegexRouterTest.java| 3 ---
 .../src/main/resources/kamelets/github-commit-source.kamelet.yaml | 8 
 .../src/main/resources/kamelets/github-event-source.kamelet.yaml  | 8 
 .../kamelets/github-pullrequest-comment-source.kamelet.yaml   | 8 
 .../resources/kamelets/github-pullrequest-source.kamelet.yaml | 8 
 .../src/main/resources/kamelets/github-tag-source.kamelet.yaml| 8 
 .../src/main/resources/kamelets/sqlserver-sink.kamelet.yaml   | 2 +-
 .../src/main/resources/kamelets/sqlserver-source.kamelet.yaml | 2 +-
 pom.xml   | 6 +++---
 28 files changed, 56 insertions(+), 69 deletions(-)



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

2023-08-14 Thread via GitHub


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

   Regen bot :robot: found some uncommited changes after running build on 
:camel: kamelets 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-kamelets] branch main updated (3463d8d4 -> 0613c111)

2023-08-14 Thread claudio4j
This is an automated email from the ASF dual-hosted git repository.

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


from 3463d8d4 Fix typo Ceritificate (#1570)
 add 0613c111 Update GitHub Action version (#1575)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/automatic-changelog-update.yml | 2 +-
 .github/workflows/backport.yml   | 2 +-
 .github/workflows/java-tests.yaml| 2 +-
 .github/workflows/main-push-regen.yaml   | 4 ++--
 .github/workflows/validate.yaml  | 4 ++--
 5 files changed, 7 insertions(+), 7 deletions(-)



[GitHub] [camel-kamelets] claudio4j merged pull request #1575: Update GitHub Action version

2023-08-14 Thread via GitHub


claudio4j merged PR #1575:
URL: https://github.com/apache/camel-kamelets/pull/1575


-- 
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-kamelets] branch main updated (27e19a5f -> 3463d8d4)

2023-08-14 Thread claudio4j
This is an automated email from the ASF dual-hosted git repository.

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


from 27e19a5f Fix typos in GitHub kamelets (#1569)
 add 3463d8d4 Fix typo Ceritificate (#1570)

No new revisions were added by this update.

Summary of changes:
 kamelets/sqlserver-sink.kamelet.yaml   | 2 +-
 kamelets/sqlserver-source.kamelet.yaml | 2 +-
 .../src/main/resources/kamelets/sqlserver-sink.kamelet.yaml| 3 +--
 .../src/main/resources/kamelets/sqlserver-source.kamelet.yaml  | 3 +--
 4 files changed, 4 insertions(+), 6 deletions(-)



[GitHub] [camel-kamelets] claudio4j merged pull request #1570: Fix typo Ceritificate

2023-08-14 Thread via GitHub


claudio4j merged PR #1570:
URL: https://github.com/apache/camel-kamelets/pull/1570


-- 
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-kamelets] branch main updated (b4da7239 -> 27e19a5f)

2023-08-14 Thread claudio4j
This is an automated email from the ASF dual-hosted git repository.

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


from b4da7239 Remove Nicola Ferraro from assignees of PR automatically 
created for (#1568)
 add 27e19a5f Fix typos in GitHub kamelets (#1569)

No new revisions were added by this update.

Summary of changes:
 kamelets/github-commit-source.kamelet.yaml| 8 
 kamelets/github-event-source.kamelet.yaml | 8 
 kamelets/github-pullrequest-comment-source.kamelet.yaml   | 8 
 kamelets/github-pullrequest-source.kamelet.yaml   | 8 
 kamelets/github-tag-source.kamelet.yaml   | 8 
 .../src/main/resources/kamelets/github-commit-source.kamelet.yaml | 8 
 .../src/main/resources/kamelets/github-event-source.kamelet.yaml  | 8 
 .../kamelets/github-pullrequest-comment-source.kamelet.yaml   | 8 
 .../resources/kamelets/github-pullrequest-source.kamelet.yaml | 8 
 .../src/main/resources/kamelets/github-tag-source.kamelet.yaml| 8 
 10 files changed, 40 insertions(+), 40 deletions(-)



[GitHub] [camel-kamelets] claudio4j merged pull request #1569: Fix typos in GitHub kamelets

2023-08-14 Thread via GitHub


claudio4j merged PR #1569:
URL: https://github.com/apache/camel-kamelets/pull/1569


-- 
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-kamelets] branch main updated (60bbc32b -> b4da7239)

2023-08-14 Thread claudio4j
This is an automated email from the ASF dual-hosted git repository.

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


from 60bbc32b Remove unused attribute in camel-kamelet-utils (#1560)
 add b4da7239 Remove Nicola Ferraro from assignees of PR automatically 
created for (#1568)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/main-push-regen.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



  1   2   3   >