[camel] branch dependabot/maven/dsl/camel-yaml-dsl/camel-yaml-dsl/org.postgresql-postgresql-42.4.1 created (now 20427668370)

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

github-bot pushed a change to branch 
dependabot/maven/dsl/camel-yaml-dsl/camel-yaml-dsl/org.postgresql-postgresql-42.4.1
in repository https://gitbox.apache.org/repos/asf/camel.git


  at 20427668370 Bump postgresql in /dsl/camel-yaml-dsl/camel-yaml-dsl

No new revisions were added by this update.



[GitHub] [camel] dependabot[bot] opened a new pull request, #8126: Bump postgresql from 42.3.3 to 42.4.1 in /dsl/camel-yaml-dsl/camel-yaml-dsl

2022-08-05 Thread GitBox


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

   Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.3.3 to 42.4.1.
   
   Release notes
   Sourced from https://github.com/pgjdbc/pgjdbc/releases;>postgresql's 
releases.
   
   42.4.0
   What's Changed
   
   Enhancement: Made TimestampUtils.utcTz static and renamed to 
UTC_TIMEZONE by https://github.com/svendiedrichsen;>@​svendiedrichsen in 
https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2519;>pgjdbc/pgjdbc#2519
   fix: return correct base type for domain from getUDTs (https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2520;>#2520)
 by https://github.com/alurie;>@​alurie in https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2522;>pgjdbc/pgjdbc#2522
   fix: support queries with up to 65535 (inclusive) parameters by https://github.com/vlsi;>@​vlsi in https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2525;>pgjdbc/pgjdbc#2525
   chore: use META-INF/licenses/$group/$artifact-$version/... folder for 
licenses by https://github.com/vlsi;>@​vlsi in https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2531;>pgjdbc/pgjdbc#2531
   fix: added GROUP_STARTUP_PARAMETERS boolean property to determine 
whether or not to group startup parameters in a transaction or not fixes Issue 
2423 pgbouncer cannot deal with transactions in statement pooling mode by https://github.com/davecramer;>@​davecramer in https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2425;>pgjdbc/pgjdbc#2425
   chore: Make the readme version agnostic by https://github.com/jorsol;>@​jorsol in https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2540;>pgjdbc/pgjdbc#2540
   Release notes 42.4.0 by https://github.com/davecramer;>@​davecramer in https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2541;>pgjdbc/pgjdbc#2541
   
   New Contributors
   
   https://github.com/svendiedrichsen;>@​svendiedrichsen 
made their first contribution in https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2519;>pgjdbc/pgjdbc#2519
   
   Full Changelog: https://github.com/pgjdbc/pgjdbc/compare/REL42.3.6...REL42.4.0;>https://github.com/pgjdbc/pgjdbc/compare/REL42.3.6...REL42.4.0
   
   
   
   Changelog
   Sourced from https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md;>postgresql's 
changelog.
   
   Changelog
   Notable changes since version 42.0.0, read the complete https://jdbc.postgresql.org/documentation/changelog.html;>History of 
Changes.
   The format is based on http://keepachangelog.com/en/1.0.0/;>Keep 
a Changelog.
   [Unreleased]
   Changed
   Added
   Fixed
   [42.4.1] (2022-08-01 16:24:20 -0400)
   Security
   
   fix: CVE-2022-31197 Fixes SQL generated in PgResultSet.refresh() to 
escape column identifiers so as to prevent SQL injection.
   
   Previously, the column names for both key and data columns in the table 
were copied as-is into the generated
   SQL. This allowed a malicious table with column names that include statement 
terminator to be parsed and
   executed as multiple separate commands.
   Also adds a new test class ResultSetRefreshTest to verify this 
change.
   Reported by https://github.com/kato-sho;>Sho Kato
   
   
   
   Changed
   
   chore: skip publishing pgjdbc-osgi-test to Central
   chore: bump Gradle to 7.5
   test: update JUnit to 5.8.2
   
   Added
   
   chore: added Gradle Wrapper Validation for verifying 
gradle-wrapper.jar
   chore: added permissions: contents: read for GitHub Actions 
to avoid unintentional modifications by the CI
   chore: support building pgjdbc with Java 17
   
   Fixed
   [42.4.0] (2022-06-09 08:14:02 -0400)
   Changed
   
   fix: added GROUP_STARTUP_PARAMETERS boolean property to determine 
whether or not to group
   startup parameters in a transaction (default=false like 42.2.x) fixes [Issue 
https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2425;>#2425](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2497;>pgjdbc/pgjdbc#2497)
   pgbouncer cannot deal with transactions in statement pooling mode [PR https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2425;>#2425](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2425;>pgjdbc/pgjdbc#2425)
   
   Fixed
   
   fix: queries with up to 65535 (inclusive) parameters are supported now 
(previous limit was 32767)
   [PR https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2525;>#2525](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2525;>pgjdbc/pgjdbc#2525),
 [Issue https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/1311;>#1311](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/1311;>pgjdbc/pgjdbc#1311)
   fix: workaround JarIndex parsing issue by using 
groupId/artifactId-version directory namings.
   Regression since 42.2.13. [PR https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2531;>#2531](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2531;>pgjdbc/pgjdbc#2531),
 [issue 

[camel-karaf] annotated tag camel-karaf-3.18.1 created (now 115c923d)

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

gzurowski pushed a change to annotated tag camel-karaf-3.18.1
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git


  at 115c923d (tag)
 tagging 1d81b642bddd0d327627e7e60794a2032e4812f2 (commit)
 replaces camel-karaf-3.18.0
  by Gregor Zurowski
  on Sat Aug 6 05:44:20 2022 +

- Log -
[maven-release-plugin]  copy for tag camel-karaf-3.18.1
---

No new revisions were added by this update.



[camel-karaf] branch camel-karaf-3.18.x updated: [maven-release-plugin] prepare for next development iteration

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

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


The following commit(s) were added to refs/heads/camel-karaf-3.18.x by this 
push:
 new f8f0df48 [maven-release-plugin] prepare for next development iteration
f8f0df48 is described below

commit f8f0df4853763d5e8404458f0fff57ea46c638c5
Author: Gregor Zurowski 
AuthorDate: Sat Aug 6 05:44:23 2022 +

[maven-release-plugin] prepare for next development iteration
---
 archetypes/camel-archetype-blueprint/pom.xml   | 2 +-
 archetypes/pom.xml | 2 +-
 bom/camel-karaf-bom/pom.xml| 2 +-
 bom/pom.xml| 2 +-
 catalog/camel-catalog-provider-karaf/pom.xml   | 2 +-
 catalog/pom.xml| 2 +-
 components/camel-bean-validator-osgi/pom.xml   | 2 +-
 components/camel-blueprint-main/pom.xml| 2 +-
 components/camel-blueprint/pom.xml | 2 +-
 components/camel-cmis-osgi/pom.xml | 2 +-
 components/camel-cxf-blueprint/pom.xml | 2 +-
 components/camel-cxf-transport-blueprint/pom.xml   | 2 +-
 components/camel-eventadmin/pom.xml| 2 +-
 components/camel-jcache-osgi/pom.xml   | 2 +-
 components/camel-kura/pom.xml  | 2 +-
 components/camel-paxlogging/pom.xml| 2 +-
 components/camel-servlet-osgi/pom.xml  | 2 +-
 components/camel-test-blueprint-junit5/pom.xml | 2 +-
 components/camel-test-blueprint/pom.xml| 2 +-
 components/camel-test-karaf/pom.xml| 2 +-
 components/camel-zookeeper-master-osgi/pom.xml | 2 +-
 components/pom.xml | 2 +-
 core/camel-core-osgi/pom.xml   | 2 +-
 core/pom.xml   | 2 +-
 platforms/commands/commands-core/pom.xml   | 2 +-
 platforms/commands/pom.xml | 2 +-
 platforms/karaf/commands/pom.xml   | 2 +-
 platforms/karaf/features/pom.xml   | 2 +-
 platforms/karaf/pom.xml| 2 +-
 platforms/pom.xml  | 2 +-
 pom.xml| 4 ++--
 tests/camel-blueprint-cxf-test/pom.xml | 2 +-
 tests/camel-blueprint-test/pom.xml | 2 +-
 tests/camel-itest-osgi/pom.xml | 2 +-
 tests/pom.xml  | 2 +-
 tooling/camel-catalog-generator-karaf-maven-plugin/pom.xml | 2 +-
 tooling/camel-karaf-maven-plugin/pom.xml   | 2 +-
 tooling/pom.xml| 2 +-
 38 files changed, 39 insertions(+), 39 deletions(-)

diff --git a/archetypes/camel-archetype-blueprint/pom.xml 
b/archetypes/camel-archetype-blueprint/pom.xml
index 8788fc25..ff50bb10 100644
--- a/archetypes/camel-archetype-blueprint/pom.xml
+++ b/archetypes/camel-archetype-blueprint/pom.xml
@@ -24,7 +24,7 @@
 
 org.apache.camel.karaf
 archetypes
-3.18.1
+3.18.2-SNAPSHOT
 
 
 org.apache.camel.archetypes
diff --git a/archetypes/pom.xml b/archetypes/pom.xml
index 5a2e55e6..2342cc02 100644
--- a/archetypes/pom.xml
+++ b/archetypes/pom.xml
@@ -24,7 +24,7 @@
 
 org.apache.camel.karaf
 karaf
-3.18.1
+3.18.2-SNAPSHOT
 ..
 
 
diff --git a/bom/camel-karaf-bom/pom.xml b/bom/camel-karaf-bom/pom.xml
index 2105daed..f0608f16 100644
--- a/bom/camel-karaf-bom/pom.xml
+++ b/bom/camel-karaf-bom/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.camel.karaf
 karaf
-3.18.1
+3.18.2-SNAPSHOT
 ../../
   
   camel-karaf-bom
diff --git a/bom/pom.xml b/bom/pom.xml
index 05dff1d7..794b4fc3 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -23,7 +23,7 @@
 
 org.apache.camel.karaf
 karaf
-3.18.1
+3.18.2-SNAPSHOT
 ..
 
 
diff --git a/catalog/camel-catalog-provider-karaf/pom.xml 
b/catalog/camel-catalog-provider-karaf/pom.xml
index 257f48de..1f95a59b 100644
--- a/catalog/camel-catalog-provider-karaf/pom.xml
+++ b/catalog/camel-catalog-provider-karaf/pom.xml
@@ -23,7 +23,7 @@
 
 org.apache.camel.karaf
 catalog
-3.18.1
+3.18.2-SNAPSHOT
 
 
 camel-catalog-provider-karaf
diff --git a/catalog/pom.xml b/catalog/pom.xml
index 0641e141..b6341949 100644
--- a/catalog/pom.xml
+++ b/catalog/pom.xml
@@ -24,7 +24,7 @@
 
 org.apache.camel.karaf
 karaf
-3.18.1
+

[camel-karaf] 02/02: [maven-release-plugin] prepare release camel-karaf-3.18.1

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

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

commit 1d81b642bddd0d327627e7e60794a2032e4812f2
Author: Gregor Zurowski 
AuthorDate: Sat Aug 6 05:44:15 2022 +

[maven-release-plugin] prepare release camel-karaf-3.18.1
---
 archetypes/camel-archetype-blueprint/pom.xml   | 2 +-
 archetypes/pom.xml | 2 +-
 bom/camel-karaf-bom/pom.xml| 2 +-
 bom/pom.xml| 2 +-
 catalog/camel-catalog-provider-karaf/pom.xml   | 2 +-
 catalog/pom.xml| 2 +-
 components/camel-bean-validator-osgi/pom.xml   | 2 +-
 components/camel-blueprint-main/pom.xml| 2 +-
 components/camel-blueprint/pom.xml | 2 +-
 components/camel-cmis-osgi/pom.xml | 2 +-
 components/camel-cxf-blueprint/pom.xml | 2 +-
 components/camel-cxf-transport-blueprint/pom.xml   | 2 +-
 components/camel-eventadmin/pom.xml| 2 +-
 components/camel-jcache-osgi/pom.xml   | 2 +-
 components/camel-kura/pom.xml  | 2 +-
 components/camel-paxlogging/pom.xml| 2 +-
 components/camel-servlet-osgi/pom.xml  | 2 +-
 components/camel-test-blueprint-junit5/pom.xml | 2 +-
 components/camel-test-blueprint/pom.xml| 2 +-
 components/camel-test-karaf/pom.xml| 2 +-
 components/camel-zookeeper-master-osgi/pom.xml | 2 +-
 components/pom.xml | 2 +-
 core/camel-core-osgi/pom.xml   | 2 +-
 core/pom.xml   | 2 +-
 platforms/commands/commands-core/pom.xml   | 2 +-
 platforms/commands/pom.xml | 2 +-
 platforms/karaf/commands/pom.xml   | 2 +-
 platforms/karaf/features/pom.xml   | 2 +-
 platforms/karaf/pom.xml| 2 +-
 platforms/pom.xml  | 2 +-
 pom.xml| 4 ++--
 tests/camel-blueprint-cxf-test/pom.xml | 2 +-
 tests/camel-blueprint-test/pom.xml | 2 +-
 tests/camel-itest-osgi/pom.xml | 2 +-
 tests/pom.xml  | 2 +-
 tooling/camel-catalog-generator-karaf-maven-plugin/pom.xml | 2 +-
 tooling/camel-karaf-maven-plugin/pom.xml   | 2 +-
 tooling/pom.xml| 2 +-
 38 files changed, 39 insertions(+), 39 deletions(-)

diff --git a/archetypes/camel-archetype-blueprint/pom.xml 
b/archetypes/camel-archetype-blueprint/pom.xml
index 7f97933e..8788fc25 100644
--- a/archetypes/camel-archetype-blueprint/pom.xml
+++ b/archetypes/camel-archetype-blueprint/pom.xml
@@ -24,7 +24,7 @@
 
 org.apache.camel.karaf
 archetypes
-3.18.1-SNAPSHOT
+3.18.1
 
 
 org.apache.camel.archetypes
diff --git a/archetypes/pom.xml b/archetypes/pom.xml
index 39846e49..5a2e55e6 100644
--- a/archetypes/pom.xml
+++ b/archetypes/pom.xml
@@ -24,7 +24,7 @@
 
 org.apache.camel.karaf
 karaf
-3.18.1-SNAPSHOT
+3.18.1
 ..
 
 
diff --git a/bom/camel-karaf-bom/pom.xml b/bom/camel-karaf-bom/pom.xml
index 5832a802..2105daed 100644
--- a/bom/camel-karaf-bom/pom.xml
+++ b/bom/camel-karaf-bom/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.camel.karaf
 karaf
-3.18.1-SNAPSHOT
+3.18.1
 ../../
   
   camel-karaf-bom
diff --git a/bom/pom.xml b/bom/pom.xml
index 693d4dd6..05dff1d7 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -23,7 +23,7 @@
 
 org.apache.camel.karaf
 karaf
-3.18.1-SNAPSHOT
+3.18.1
 ..
 
 
diff --git a/catalog/camel-catalog-provider-karaf/pom.xml 
b/catalog/camel-catalog-provider-karaf/pom.xml
index c530d804..257f48de 100644
--- a/catalog/camel-catalog-provider-karaf/pom.xml
+++ b/catalog/camel-catalog-provider-karaf/pom.xml
@@ -23,7 +23,7 @@
 
 org.apache.camel.karaf
 catalog
-3.18.1-SNAPSHOT
+3.18.1
 
 
 camel-catalog-provider-karaf
diff --git a/catalog/pom.xml b/catalog/pom.xml
index 090d56fa..0641e141 100644
--- a/catalog/pom.xml
+++ b/catalog/pom.xml
@@ -24,7 +24,7 @@
 
 org.apache.camel.karaf
 karaf
-3.18.1-SNAPSHOT
+3.18.1
 ..
 
 
diff --git a/components/camel-bean-validator-osgi/pom.xml 
b/components/camel-bean-validator-osgi/pom.xml
index 693f24ba..89eb5c18 100644
--- 

[camel-karaf] branch camel-karaf-3.18.x updated (06265735 -> 1d81b642)

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

gzurowski pushed a change to branch camel-karaf-3.18.x
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git


from 06265735 Regen
 new 3954548d Target Camel 3.18.1 for release
 new 1d81b642 [maven-release-plugin] prepare release camel-karaf-3.18.1

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:
 archetypes/camel-archetype-blueprint/pom.xml   |  2 +-
 archetypes/pom.xml |  2 +-
 bom/camel-karaf-bom/pom.xml|  2 +-
 bom/pom.xml|  2 +-
 catalog/camel-catalog-provider-karaf/pom.xml   |  2 +-
 catalog/pom.xml|  2 +-
 components/camel-bean-validator-osgi/pom.xml   |  2 +-
 components/camel-blueprint-main/pom.xml|  2 +-
 components/camel-blueprint/pom.xml |  2 +-
 components/camel-cmis-osgi/pom.xml |  2 +-
 components/camel-cxf-blueprint/pom.xml |  2 +-
 components/camel-cxf-transport-blueprint/pom.xml   |  2 +-
 components/camel-eventadmin/pom.xml|  2 +-
 components/camel-jcache-osgi/pom.xml   |  2 +-
 components/camel-kura/pom.xml  |  2 +-
 components/camel-paxlogging/pom.xml|  2 +-
 components/camel-servlet-osgi/pom.xml  |  2 +-
 components/camel-test-blueprint-junit5/pom.xml |  2 +-
 components/camel-test-blueprint/pom.xml|  2 +-
 components/camel-test-karaf/pom.xml|  2 +-
 components/camel-zookeeper-master-osgi/pom.xml |  2 +-
 components/pom.xml |  2 +-
 core/camel-core-osgi/pom.xml   |  2 +-
 core/pom.xml   |  2 +-
 platforms/commands/commands-core/pom.xml   |  2 +-
 platforms/commands/pom.xml |  2 +-
 platforms/karaf/commands/pom.xml   |  2 +-
 platforms/karaf/features/pom.xml   |  2 +-
 platforms/karaf/pom.xml|  2 +-
 platforms/pom.xml  |  2 +-
 pom.xml| 10 +-
 tests/camel-blueprint-cxf-test/pom.xml |  2 +-
 tests/camel-blueprint-test/pom.xml |  2 +-
 tests/camel-itest-osgi/pom.xml |  2 +-
 tests/pom.xml  |  2 +-
 tooling/camel-catalog-generator-karaf-maven-plugin/pom.xml |  2 +-
 tooling/camel-karaf-maven-plugin/pom.xml   |  2 +-
 tooling/pom.xml|  2 +-
 38 files changed, 42 insertions(+), 42 deletions(-)



[camel-karaf] 01/02: Target Camel 3.18.1 for release

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

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

commit 3954548d5575b037121ea3247879e6de3aa302aa
Author: Gregor Zurowski 
AuthorDate: Sat Aug 6 05:39:22 2022 +

Target Camel 3.18.1 for release
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2fb1ed8b..1538bcab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
 
 org.apache.camel
 camel-dependencies
-3.18.1-SNAPSHOT
+3.18.1
 
 
 org.apache.camel.karaf
@@ -108,7 +108,7 @@
 4.3.7
 
 
-3.18.1-SNAPSHOT
+3.18.1
 
 1.7.0_6
 3.5.2_1
@@ -760,7 +760,7 @@
 
 dev
 
-3.18.1-SNAPSHOT
+3.18.1
 
 
 



[GitHub] [camel-kafka-connector] github-actions[bot] opened a new pull request, #1411: [Github Actions] Periodic Sync Camel-kafka-connector main Branch

2022-08-05 Thread GitBox


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

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


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

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

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



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

2022-08-05 Thread GitBox


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

   The [camel-main](https://github.com/apache/camel-quarkus/tree/camel-main) 
branch build has failed:
   
   * Build ID: 2806940296-731-2682b4e9-2778-4695-9017-c8084a4f76e1
   * Camel Quarkus Commit: 0d265e81fbedb48da286a94bb213a9f4232f280a
   
   * Camel Main Commit: 7803af592cfd4ca56fde9ea562ada4481dd77231
   * Link to build: 
https://github.com/apache/camel-quarkus/actions/runs/2806940296


-- 
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: Updated CHANGELOG.md

2022-08-05 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 f36ee47ff Updated CHANGELOG.md
f36ee47ff is described below

commit f36ee47ff1685159842dda02a12366629f902e93
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Aug 6 03:33:37 2022 +

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5e3fe5d9e..13174a860 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@
 - Passing namespace info for CXF Endpoint in Camel-K YAML DSL 
[\#3503](https://github.com/apache/camel-k/issues/3503)
 - Trait owner.target-annotations is not propagated to K8S Services 
[\#3494](https://github.com/apache/camel-k/issues/3494)
 - Kamel install error on Kind 
[\#3483](https://github.com/apache/camel-k/issues/3483)
+- camel-k ignores changes to traits configured using annotations 
[\#3479](https://github.com/apache/camel-k/issues/3479)
 - Integration cannot be run from github with different branch 
[\#3475](https://github.com/apache/camel-k/issues/3475)
 - `make images` is not building the binary 
[\#3474](https://github.com/apache/camel-k/issues/3474)
 - `install-it` workflow is failing silently 
[\#3465](https://github.com/apache/camel-k/issues/3465)
@@ -1355,7 +1356,6 @@
 - Kafka example not building on OpenShit v4.? - latest crc version on Mac 
[\#918](https://github.com/apache/camel-k/issues/918)
 - Documenting expected behavior with certain potential collisions 
[\#870](https://github.com/apache/camel-k/issues/870)
 - no matches for kind "BuildConfig" in version "build.openshift.io/v1" 
[\#739](https://github.com/apache/camel-k/issues/739)
-- Tekton build strategy [\#682](https://github.com/apache/camel-k/issues/682)
 - Add camel-k-runtime to the root readme 
[\#630](https://github.com/apache/camel-k/issues/630)
 - support versions like 2.21.0.tag-730075-anothertag-2 in version matching 
[\#617](https://github.com/apache/camel-k/issues/617)
 - Camel K with Java routes without public class and imports ... 
[\#605](https://github.com/apache/camel-k/issues/605)



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

2022-08-05 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 43712a850 Updated CHANGELOG.md
43712a850 is described below

commit 43712a850efe8875f5a6b58676e6623c2a9fcfa5
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Aug 6 03:28:04 2022 +

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 64d68a920..438ded0af 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@
 - Payload is base64 encoded CAMEL-GOOGLE-PUBSUB-SOURCE-KAFKA-CONNECTOR SOURCE 
1.0.0 [\#1390](https://github.com/apache/camel-kafka-connector/issues/1390)
 - ignoreFileNotFoundOrPermissionError on camel-sftp-source 1.0.x 
[\#1385](https://github.com/apache/camel-kafka-connector/issues/1385)
 - Upgrade to Camel-Kamelets 0.8.0 and Camel 3.16.0 
[\#1360](https://github.com/apache/camel-kafka-connector/issues/1360)
+- camel kafka connector - s3 Sink 
[\#1357](https://github.com/apache/camel-kafka-connector/issues/1357)
 - camel-aws-s3-sink-kafka-connector is showing class error and not pushing 
data to s3 [\#1347](https://github.com/apache/camel-kafka-connector/issues/1347)
 - camel-salesforce cosumer: message id not in sequence for platform events 
[\#1343](https://github.com/apache/camel-kafka-connector/issues/1343)
 - SalesforceConsumer : java.lang.IllegalStateException: Queue full  
[\#1342](https://github.com/apache/camel-kafka-connector/issues/1342)



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

2022-08-05 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-runtime.git


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

commit a81364684e14043dfb9bc78f38acf81984d7423c
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Aug 6 03:27:39 2022 +

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index b35e6d55..c92c6e01 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,7 @@
 
 **Merged pull requests:**
 
+- build\(deps\): bump maven-site-plugin from 3.12.0 to 3.12.1 
[\#862](https://github.com/apache/camel-k-runtime/pull/862) 
([dependabot[bot]](https://github.com/apps/dependabot))
 - \(chores\) ci: update checkout actions to v3 
[\#861](https://github.com/apache/camel-k-runtime/pull/861) 
([orpiske](https://github.com/orpiske))
 - \(chores\) ci: add dependency review check for PRs 
[\#860](https://github.com/apache/camel-k-runtime/pull/860) 
([orpiske](https://github.com/orpiske))
 - Update to use the bom for Quarkus 2.11.0 
[\#859](https://github.com/apache/camel-k-runtime/pull/859) 
([orpiske](https://github.com/orpiske))



[camel-karaf] branch automatic-periodic-sync updated (76c91fbb -> 6ae8f2b3)

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

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


from 76c91fbb Upgrade jsonb specs
 add f65cf18c CAMEL-18354 - Camel AWS Cloudtrail: Create Karaf feature
 add ed8f76c4 CAMEL-18354 - Camel AWS Cloudtrail: Create Karaf feature
 add 6ae8f2b3 Fixed camel-asn1 feature

No new revisions were added by this update.

Summary of changes:
 .../camel/catalog/karaf/components.properties  |  1 +
 .../{aws2-kinesis.json => aws-cloudtrail.json} | 91 +-
 .../karaf/features/src/main/resources/features.xml |  7 +-
 3 files changed, 45 insertions(+), 54 deletions(-)
 copy 
catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/{aws2-kinesis.json
 => aws-cloudtrail.json} (51%)



[GitHub] [camel-karavan] mgubaidullin closed issue #449: Upgrade to JBang 0.96.4

2022-08-05 Thread GitBox


mgubaidullin closed issue #449: Upgrade to JBang 0.96.4
URL: https://github.com/apache/camel-karavan/issues/449


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

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

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



[camel-karavan] branch main updated: #449 - Upgrade to JBang 0.96.4 (#450)

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

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


The following commit(s) were added to refs/heads/main by this push:
 new fe4c952  #449 - Upgrade to JBang 0.96.4 (#450)
fe4c952 is described below

commit fe4c95203a3bf9d964dd31ac0d7a671e46786d12
Author: Claus Ibsen 
AuthorDate: Sat Aug 6 00:07:43 2022 +0200

#449 - Upgrade to JBang 0.96.4 (#450)
---
 karavan-builder/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/karavan-builder/Dockerfile b/karavan-builder/Dockerfile
index 267b9d6..bb94d5a 100644
--- a/karavan-builder/Dockerfile
+++ b/karavan-builder/Dockerfile
@@ -1,4 +1,4 @@
-FROM jbangdev/jbang-action:0.95.0
+FROM jbangdev/jbang-action:0.96.4
 
 # Add Camel-JBang
 RUN jbang trust add -o --fresh --quiet 
https://github.com/apache/camel/blob/HEAD/dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java



[GitHub] [camel-karavan] mgubaidullin merged pull request #450: #449 - Upgrade to JBang 0.96.4

2022-08-05 Thread GitBox


mgubaidullin merged PR #450:
URL: https://github.com/apache/camel-karavan/pull/450


-- 
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 (1df342c7852 -> e5c82bf71a8)

2022-08-05 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


 discard 1df342c7852 Regen for commit 4f93fb41b99ac2f5865f83eb89d06b5036b4e313
 add 0e13aa0d354 CAMEL-18356: consolidated the Kafka resume strategies
 add e5c82bf71a8 Regen for commit 0e13aa0d3542b548b4cc6a5a4407e61f69350cbb

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   (1df342c7852)
\
 N -- N -- N   refs/heads/regen_bot (e5c82bf71a8)

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:
 .../resume/kafka/MultiNodeKafkaResumeStrategy.java | 131 -
 .../kafka/SingleNodeKafkaResumeStrategy.java   |  60 --
 2 files changed, 48 insertions(+), 143 deletions(-)
 delete mode 100644 
components/camel-kafka/src/main/java/org/apache/camel/processor/resume/kafka/MultiNodeKafkaResumeStrategy.java



[GitHub] [camel] github-actions[bot] closed pull request #8125: Generated sources regen

2022-08-05 Thread GitBox


github-actions[bot] closed pull request #8125: Generated sources regen
URL: https://github.com/apache/camel/pull/8125


-- 
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 #7116: Migration to Jakarta EE 8

2022-08-05 Thread GitBox


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

   There are too many components to be tested in this PR, components were 
removed or the code needs a rebase: (30 likely to be tested)


-- 
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-runtime] branch dependabot/maven/quarkus-platform-version-2.11.2.Final created (now a23c6948)

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

github-bot pushed a change to branch 
dependabot/maven/quarkus-platform-version-2.11.2.Final
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


  at a23c6948 build(deps): bump quarkus-platform-version

No new revisions were added by this update.



[GitHub] [camel-k-runtime] dependabot[bot] opened a new pull request, #863: build(deps): bump quarkus-platform-version from 2.11.1.Final to 2.11.2.Final

2022-08-05 Thread GitBox


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

   Bumps `quarkus-platform-version` from 2.11.1.Final to 2.11.2.Final.
   Updates `quarkus-bom` from 2.11.1.Final to 2.11.2.Final
   
   Commits
   
   https://github.com/quarkusio/quarkus-platform/commit/72be4f004babb3ca70e32949c3d2b3349e6c19cc;>72be4f0
 [maven-release-plugin] prepare release 2.11.2.Final
   https://github.com/quarkusio/quarkus-platform/commit/2f58f81c1af9029ea6faba37b5dd571962e2daa6;>2f58f81
 Merge pull request https://github-redirect.dependabot.com/quarkusio/quarkus-platform/issues/598;>#598
 from gsmet/quarkus-2.11.2
   https://github.com/quarkusio/quarkus-platform/commit/f851d768c6aa39ca29876cbca0cb7b77c12443ef;>f851d76
 Upgrade to Quarkus 2.11.2.Final
   https://github.com/quarkusio/quarkus-platform/commit/ae457870ef45c983b41f7d3fe0254653ab7e9690;>ae45787
 [maven-release-plugin] prepare for next development iteration
   See full diff in https://github.com/quarkusio/quarkus-platform/compare/2.11.1.Final...2.11.2.Final;>compare
 view
   
   
   
   
   Updates `quarkus-camel-bom` from 2.11.1.Final to 2.11.2.Final
   
   Commits
   
   https://github.com/quarkusio/quarkus-platform/commit/72be4f004babb3ca70e32949c3d2b3349e6c19cc;>72be4f0
 [maven-release-plugin] prepare release 2.11.2.Final
   https://github.com/quarkusio/quarkus-platform/commit/2f58f81c1af9029ea6faba37b5dd571962e2daa6;>2f58f81
 Merge pull request https://github-redirect.dependabot.com/quarkusio/quarkus-platform/issues/598;>#598
 from gsmet/quarkus-2.11.2
   https://github.com/quarkusio/quarkus-platform/commit/f851d768c6aa39ca29876cbca0cb7b77c12443ef;>f851d76
 Upgrade to Quarkus 2.11.2.Final
   https://github.com/quarkusio/quarkus-platform/commit/ae457870ef45c983b41f7d3fe0254653ab7e9690;>ae45787
 [maven-release-plugin] prepare for next development iteration
   See full diff in https://github.com/quarkusio/quarkus-platform/compare/2.11.1.Final...2.11.2.Final;>compare
 view
   
   
   
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
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



[GitHub] [camel] github-actions[bot] commented on pull request #8120: CAMEL-18275: Amend the OnCompletion Chained Seda Routes tests to check the order of competions execution

2022-08-05 Thread GitBox


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

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


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

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

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



[camel] branch regen_bot updated (c8ba3c22576 -> 1df342c7852)

2022-08-05 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


omit c8ba3c22576 Regen for commit 0e13aa0d3542b548b4cc6a5a4407e61f69350cbb
omit 0e13aa0d354 CAMEL-18356: consolidated the Kafka resume strategies
 add 1df342c7852 Regen for commit 4f93fb41b99ac2f5865f83eb89d06b5036b4e313

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   (c8ba3c22576)
\
 N -- N -- N   refs/heads/regen_bot (1df342c7852)

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:
 .../resume/kafka/MultiNodeKafkaResumeStrategy.java | 131 +
 .../kafka/SingleNodeKafkaResumeStrategy.java   |  60 ++
 2 files changed, 143 insertions(+), 48 deletions(-)
 create mode 100644 
components/camel-kafka/src/main/java/org/apache/camel/processor/resume/kafka/MultiNodeKafkaResumeStrategy.java



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

2022-08-05 Thread GitBox


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

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


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

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

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



[camel] branch main updated: Regen for commit 0e13aa0d3542b548b4cc6a5a4407e61f69350cbb

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

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


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

commit e5c82bf71a87d42db3eeb5bf51f04e2998c4ce7b
Author: orpiske 
AuthorDate: Fri Aug 5 18:26:34 2022 +

Regen for commit 0e13aa0d3542b548b4cc6a5a4407e61f69350cbb

Signed-off-by: GitHub 
---
 .../component/file/stress/FileConsumerPollManyFilesManualTest.java  | 2 --
 .../java/org/apache/camel/management/ManagedRouteGetPropertiesTest.java | 1 -
 2 files changed, 3 deletions(-)

diff --git 
a/core/camel-core/src/test/java/org/apache/camel/component/file/stress/FileConsumerPollManyFilesManualTest.java
 
b/core/camel-core/src/test/java/org/apache/camel/component/file/stress/FileConsumerPollManyFilesManualTest.java
index 28361aece16..2f79884a51c 100644
--- 
a/core/camel-core/src/test/java/org/apache/camel/component/file/stress/FileConsumerPollManyFilesManualTest.java
+++ 
b/core/camel-core/src/test/java/org/apache/camel/component/file/stress/FileConsumerPollManyFilesManualTest.java
@@ -26,8 +26,6 @@ import org.junit.jupiter.api.Test;
 import org.junit.jupiter.api.condition.DisabledOnOs;
 import org.junit.jupiter.api.condition.OS;
 
-import static org.junit.jupiter.api.Assumptions.assumeFalse;
-
 @Disabled("Manual test")
 @DisabledOnOs(OS.WINDOWS)
 public class FileConsumerPollManyFilesManualTest extends ContextTestSupport {
diff --git 
a/core/camel-management/src/test/java/org/apache/camel/management/ManagedRouteGetPropertiesTest.java
 
b/core/camel-management/src/test/java/org/apache/camel/management/ManagedRouteGetPropertiesTest.java
index 6da379f5cc8..87ea07f3366 100644
--- 
a/core/camel-management/src/test/java/org/apache/camel/management/ManagedRouteGetPropertiesTest.java
+++ 
b/core/camel-management/src/test/java/org/apache/camel/management/ManagedRouteGetPropertiesTest.java
@@ -30,7 +30,6 @@ import org.junit.jupiter.api.condition.OS;
 import static org.junit.jupiter.api.Assertions.assertEquals;
 import static org.junit.jupiter.api.Assertions.assertNotNull;
 import static org.junit.jupiter.api.Assertions.assertTrue;
-import static org.junit.jupiter.api.Assumptions.assumeFalse;
 
 @DisabledOnOs(OS.AIX)
 public class ManagedRouteGetPropertiesTest extends ManagementTestSupport {



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

2022-08-05 Thread GitBox


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


-- 
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 (25c479c034e -> c8ba3c22576)

2022-08-05 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 25c479c034e Remove cruft not in use
 add 6ac1006f125 Assumptions with comment instead of if-return
 add 105f6c4a9cf Errors in Unit-tests for camel-jetty component are solved
 add f27737e8ece Update 
components/camel-salesforce/camel-salesforce-component/src/test/java/org/apache/camel/component/salesforce/CompositeApiIntegrationTest.java
 add 4f93fb41b99 OS assumptions replaced with @DisabledOnOs there possible
 add 0e13aa0d354 CAMEL-18356: consolidated the Kafka resume strategies
 add c8ba3c22576 Regen for commit 0e13aa0d3542b548b4cc6a5a4407e61f69350cbb

No new revisions were added by this update.

Summary of changes:
 .../validator/BeanValidatorConfigurationTest.java  |   3 +-
 .../bean/validator/BeanValidatorRouteTest.java |   9 +-
 .../validator/ValidatorFactoryAutowireTest.java|   2 +-
 .../validator/ValidatorFactoryRegistryTest.java|   2 +-
 .../bean/validator/ValidatorFactoryTest.java   |   2 +-
 .../camel/component/crypto/ECDSASignatureTest.java |   5 +-
 .../camel/component/crypto/SignatureTest.java  |   6 +-
 .../camel/component/jetty/HttpsAsyncRouteTest.java |  26 +---
 .../JettyRouteWithUnknownSocketPropertiesTest.java |   6 +-
 ...ttyRouteWithUnknownSslSocketPropertiesTest.java |   6 +-
 .../component/jetty/SpringHttpsRouteTest.java  |   2 +-
 .../component/jms/tuning/PerformanceRouteTest.java |   5 +-
 .../resume/kafka/MultiNodeKafkaResumeStrategy.java | 131 -
 .../kafka/SingleNodeKafkaResumeStrategy.java   |  60 --
 .../netty/http/ManagedNettyEndpointTest.java   |   8 +-
 .../netty/http/NettyHttpSuspendResume503Test.java  |   8 +-
 .../netty/http/NettyHttpSuspendResumeTest.java |   8 +-
 .../component/quartz/QuartzManagementTest.java |   8 +-
 ...pringQuartzPersistentStoreRestartRouteTest.java |   9 +-
 .../salesforce/CompositeApiIntegrationTest.java|   7 +-
 .../xpath/XPathLanguageDefaultSettingsTest.java|   5 +-
 .../camel/language/xpath/XPathLanguageTest.java|  25 ++--
 .../component/servlet/HttpClientRouteTest.java |   6 +-
 .../ManagedEndpointInjectRefEndpointTest.java  |   6 -
 .../spring/management/ManagedRefEndpointTest.java  |   6 -
 .../component/xmlsecurity/ECDSASignatureTest.java  |  25 ++--
 .../xmlsecurity/EncryptionAlgorithmTest.java   |  32 +++--
 .../component/xmpp/XmppRobustConnectionTest.java   |  10 +-
 .../camel/zipkin/ManagedZipkinSimpleRouteTest.java |   9 +-
 .../file/FileProducerChmodOptionTest.java  |  12 +-
 .../file/FileProducerDirectoryChmodOptionTest.java |  10 +-
 .../component/file/FileProducerExpressionTest.java |   7 +-
 .../file/FileProducerFileExistTryRenameTest.java   |   8 +-
 .../FileAsyncStressFileDropperManualTest.java  |   8 +-
 .../file/stress/FileAsyncStressManualTest.java |  10 +-
 .../stress/FileAsyncStressManuallyManualTest.java  |   8 +-
 .../FileConsumerPollManyFilesManualTest.java   |  11 +-
 .../camel/impl/StopRouteAbortAfterTimeoutTest.java |  13 +-
 .../processor/SplitterParallelAggregateTest.java   |  14 +--
 .../SplitterWithScannerIoExceptionTest.java|   9 +-
 .../apache/camel/processor/ThrottlerDslTest.java   |  12 +-
 .../camel/processor/ThrottlerMethodCallTest.java   |  12 +-
 .../org/apache/camel/processor/ThrottlerTest.java  |  32 +
 .../processor/ThrottlerThreadPoolProfileTest.java  |  12 +-
 .../management/ManagedPooledExchangeTest.java  |   5 -
 .../management/ManagedRouteGetPropertiesTest.java  |   4 -
 .../ManagedRouteStopWithAbortAfterTimeoutTest.java |  12 +-
 .../camel/management/ManagedThrottlerTest.java |  25 +---
 .../camel/management/ManagementTestSupport.java|   3 -
 ...ringFileAntPathMatcherRemoteFileFilterTest.java |   2 +-
 50 files changed, 180 insertions(+), 486 deletions(-)
 delete mode 100644 
components/camel-kafka/src/main/java/org/apache/camel/processor/resume/kafka/MultiNodeKafkaResumeStrategy.java



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

2022-08-05 Thread GitBox


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

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


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

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

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



[camel] branch main updated: CAMEL-18356: consolidated the Kafka resume strategies

2022-08-05 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 0e13aa0d354 CAMEL-18356: consolidated the Kafka resume strategies
0e13aa0d354 is described below

commit 0e13aa0d3542b548b4cc6a5a4407e61f69350cbb
Author: Otavio Rodolfo Piske 
AuthorDate: Fri Aug 5 15:39:17 2022 +0200

CAMEL-18356: consolidated the Kafka resume strategies
---
 .../resume/kafka/MultiNodeKafkaResumeStrategy.java | 131 -
 .../kafka/SingleNodeKafkaResumeStrategy.java   |  60 --
 2 files changed, 48 insertions(+), 143 deletions(-)

diff --git 
a/components/camel-kafka/src/main/java/org/apache/camel/processor/resume/kafka/MultiNodeKafkaResumeStrategy.java
 
b/components/camel-kafka/src/main/java/org/apache/camel/processor/resume/kafka/MultiNodeKafkaResumeStrategy.java
deleted file mode 100644
index 4cfe256fb3d..000
--- 
a/components/camel-kafka/src/main/java/org/apache/camel/processor/resume/kafka/MultiNodeKafkaResumeStrategy.java
+++ /dev/null
@@ -1,131 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *  http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-package org.apache.camel.processor.resume.kafka;
-
-import java.nio.ByteBuffer;
-import java.util.Collections;
-import java.util.Properties;
-import java.util.UUID;
-import java.util.concurrent.ExecutorService;
-import java.util.concurrent.Executors;
-
-import org.apache.camel.resume.Deserializable;
-import org.apache.camel.resume.Resumable;
-import org.apache.kafka.clients.consumer.Consumer;
-import org.apache.kafka.clients.consumer.ConsumerConfig;
-import org.apache.kafka.clients.consumer.ConsumerRecord;
-import org.apache.kafka.clients.consumer.ConsumerRecords;
-import org.apache.kafka.clients.consumer.KafkaConsumer;
-import org.slf4j.Logger;
-import org.slf4j.LoggerFactory;
-
-/**
- * A resume strategy that publishes offsets to a Kafka topic. This resume 
strategy is suitable for multi node
- * integrations. This is suitable, for instance, when using clusters with the 
master component.
- *
- * @param  the type of key
- */
-public class MultiNodeKafkaResumeStrategy extends 
SingleNodeKafkaResumeStrategy {
-private static final Logger LOG = 
LoggerFactory.getLogger(MultiNodeKafkaResumeStrategy.class);
-private final ExecutorService executorService;
-
-/**
- * Create a new instance of this class
- * 
- * @param resumeStrategyConfiguration the configuration to use for this 
strategy instance
- */
-public MultiNodeKafkaResumeStrategy(KafkaResumeStrategyConfiguration 
resumeStrategyConfiguration) {
-// just in case users don't want to provide their own worker thread 
pool
-this(resumeStrategyConfiguration, Executors.newSingleThreadExecutor());
-}
-
-/**
- * Builds an instance of this class
- *
- * @param resumeStrategyConfiguration the configuration to use for this 
strategy instance
- * @param executorService an executor service that will run a 
separate thread for periodically
- *refreshing the offsets
- */
-
-public MultiNodeKafkaResumeStrategy(KafkaResumeStrategyConfiguration 
resumeStrategyConfiguration,
-ExecutorService executorService) {
-super(resumeStrategyConfiguration);
-
-this.executorService = executorService;
-}
-
-protected void poll() {
-poll(getConsumer());
-}
-
-protected void poll(Consumer consumer) {
-Deserializable deserializable = (Deserializable) getAdapter();
-
-ConsumerRecords records;
-do {
-records = consume(10, consumer);
-
-if (records.isEmpty()) {
-break;
-}
-
-for (ConsumerRecord record : records) {
-byte[] value = record.value();
-
-LOG.trace("Read from Kafka: {}", value);
-
-deserializable.deserialize(ByteBuffer.wrap(record.key()), 
ByteBuffer.wrap(record.value()));
-}
-} while (true);
-}
-
-@Override
-public void loadCache() throws 

[GitHub] [camel] orpiske merged pull request #8121: CAMEL-18356: consolidated the Kafka resume strategies

2022-08-05 Thread GitBox


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


-- 
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] 01/04: Assumptions with comment instead of if-return

2022-08-05 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 6ac1006f12564d3f56572b104a9f879d21272386
Author: Vladimir V. Bychkov 
AuthorDate: Thu Aug 4 17:47:52 2022 +0200

Assumptions with comment instead of if-return
---
 .../camel/component/crypto/ECDSASignatureTest.java |  5 ++---
 .../camel/component/crypto/SignatureTest.java  |  6 ++
 .../camel/component/jetty/HttpsAsyncRouteTest.java | 17 +--
 .../JettyRouteWithUnknownSocketPropertiesTest.java |  6 ++
 ...ttyRouteWithUnknownSslSocketPropertiesTest.java |  6 ++
 .../component/jms/tuning/PerformanceRouteTest.java |  5 ++---
 .../salesforce/CompositeApiIntegrationTest.java|  6 +++---
 .../xpath/XPathLanguageDefaultSettingsTest.java|  5 ++---
 .../camel/language/xpath/XPathLanguageTest.java| 25 ++
 .../component/servlet/HttpClientRouteTest.java |  6 ++
 .../component/xmlsecurity/ECDSASignatureTest.java  | 25 ++
 .../xmlsecurity/EncryptionAlgorithmTest.java   | 15 ++---
 .../processor/SplitterParallelAggregateTest.java   | 14 +---
 .../SplitterWithScannerIoExceptionTest.java|  7 +++---
 .../apache/camel/processor/ThrottlerDslTest.java   |  5 ++---
 .../camel/processor/ThrottlerMethodCallTest.java   |  5 ++---
 .../org/apache/camel/processor/ThrottlerTest.java  | 21 ++
 .../processor/ThrottlerThreadPoolProfileTest.java  |  6 +++---
 .../management/ManagedPooledExchangeTest.java  |  5 ++---
 .../ManagedRouteStopWithAbortAfterTimeoutTest.java | 11 +-
 .../camel/management/ManagedThrottlerTest.java | 15 +++--
 21 files changed, 74 insertions(+), 142 deletions(-)

diff --git 
a/components/camel-crypto/src/test/java/org/apache/camel/component/crypto/ECDSASignatureTest.java
 
b/components/camel-crypto/src/test/java/org/apache/camel/component/crypto/ECDSASignatureTest.java
index 9da9614496c..9015c6a8c72 100644
--- 
a/components/camel-crypto/src/test/java/org/apache/camel/component/crypto/ECDSASignatureTest.java
+++ 
b/components/camel-crypto/src/test/java/org/apache/camel/component/crypto/ECDSASignatureTest.java
@@ -36,6 +36,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 import static org.apache.camel.test.junit5.TestSupport.isJavaVendor;
+import static org.junit.jupiter.api.Assumptions.assumeFalse;
 
 public class ECDSASignatureTest extends CamelTestSupport {
 
@@ -94,9 +95,7 @@ public class ECDSASignatureTest extends CamelTestSupport {
 
 @Test
 void testECDSASHA1() throws Exception {
-if (ibmJDK || !canRun) {
-return;
-}
+assumeFalse(ibmJDK || !canRun, "Test preconditions failed: ibmJDK=" + 
ibmJDK + ", canRun=" + canRun);
 
 setupMock();
 sendBody("direct:ecdsa-sha1", payload);
diff --git 
a/components/camel-crypto/src/test/java/org/apache/camel/component/crypto/SignatureTest.java
 
b/components/camel-crypto/src/test/java/org/apache/camel/component/crypto/SignatureTest.java
index 8eaaf1feb50..1d6c2f39841 100644
--- 
a/components/camel-crypto/src/test/java/org/apache/camel/component/crypto/SignatureTest.java
+++ 
b/components/camel-crypto/src/test/java/org/apache/camel/component/crypto/SignatureTest.java
@@ -47,6 +47,7 @@ import static 
org.apache.camel.component.crypto.DigitalSignatureConstants.SIGNAT
 import static org.apache.camel.test.junit5.TestSupport.isJavaVendor;
 import static org.junit.jupiter.api.Assertions.assertNotNull;
 import static org.junit.jupiter.api.Assertions.assertNull;
+import static org.junit.jupiter.api.Assumptions.assumeFalse;
 
 public class SignatureTest extends CamelTestSupport {
 
@@ -242,10 +243,7 @@ public class SignatureTest extends CamelTestSupport {
 
 @Test
 void testSetProviderInRouteDefinition() throws Exception {
-if (isJavaVendor("ibm")) {
-return;
-}
-// can only be run on SUN JDK
+assumeFalse(isJavaVendor("ibm"), "can only be run on SUN JDK");
 setupMock();
 sendBody("direct:provider", payload);
 assertMockEndpointsSatisfied();
diff --git 
a/components/camel-jetty/src/test/java/org/apache/camel/component/jetty/HttpsAsyncRouteTest.java
 
b/components/camel-jetty/src/test/java/org/apache/camel/component/jetty/HttpsAsyncRouteTest.java
index 50297e7f2f5..9d663b59922 100644
--- 
a/components/camel-jetty/src/test/java/org/apache/camel/component/jetty/HttpsAsyncRouteTest.java
+++ 
b/components/camel-jetty/src/test/java/org/apache/camel/component/jetty/HttpsAsyncRouteTest.java
@@ -46,6 +46,7 @@ import static org.junit.jupiter.api.Assertions.assertEquals;
 import static org.junit.jupiter.api.Assertions.assertNotNull;
 import static org.junit.jupiter.api.Assertions.assertTrue;
 import static org.junit.jupiter.api.Assertions.fail;
+import static org.junit.jupiter.api.Assumptions.assumeFalse;
 
 

[camel] 04/04: OS assumptions replaced with @DisabledOnOs there possible

2022-08-05 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 4f93fb41b99ac2f5865f83eb89d06b5036b4e313
Author: Vladimir V. Bychkov 
AuthorDate: Fri Aug 5 16:12:03 2022 +0200

OS assumptions replaced with @DisabledOnOs there possible
---
 .../validator/BeanValidatorConfigurationTest.java  |  3 +--
 .../bean/validator/BeanValidatorRouteTest.java |  9 +---
 .../validator/ValidatorFactoryAutowireTest.java|  2 +-
 .../validator/ValidatorFactoryRegistryTest.java|  2 +-
 .../bean/validator/ValidatorFactoryTest.java   |  2 +-
 .../camel/component/jetty/HttpsAsyncRouteTest.java | 17 +++
 .../netty/http/ManagedNettyEndpointTest.java   |  8 +++
 .../netty/http/NettyHttpSuspendResume503Test.java  |  8 +++
 .../netty/http/NettyHttpSuspendResumeTest.java |  8 +++
 .../component/quartz/QuartzManagementTest.java |  8 +++
 ...pringQuartzPersistentStoreRestartRouteTest.java |  9 +++-
 .../salesforce/CompositeApiIntegrationTest.java|  3 ++-
 .../ManagedEndpointInjectRefEndpointTest.java  |  6 --
 .../spring/management/ManagedRefEndpointTest.java  |  6 --
 .../component/xmlsecurity/ECDSASignatureTest.java  | 12 +--
 .../xmlsecurity/EncryptionAlgorithmTest.java   | 25 +++---
 .../component/xmpp/XmppRobustConnectionTest.java   | 10 +++--
 .../camel/zipkin/ManagedZipkinSimpleRouteTest.java |  9 +++-
 .../file/FileProducerChmodOptionTest.java  | 12 +++
 .../file/FileProducerDirectoryChmodOptionTest.java | 10 +++--
 .../component/file/FileProducerExpressionTest.java |  7 +++---
 .../file/FileProducerFileExistTryRenameTest.java   |  8 +++
 .../FileAsyncStressFileDropperManualTest.java  |  8 +++
 .../file/stress/FileAsyncStressManualTest.java | 10 +++--
 .../stress/FileAsyncStressManuallyManualTest.java  |  8 +++
 .../FileConsumerPollManyFilesManualTest.java   |  9 +++-
 .../camel/impl/StopRouteAbortAfterTimeoutTest.java | 13 +++
 .../SplitterWithScannerIoExceptionTest.java|  4 +++-
 .../apache/camel/processor/ThrottlerDslTest.java   | 11 +++---
 .../camel/processor/ThrottlerMethodCallTest.java   | 11 +++---
 .../org/apache/camel/processor/ThrottlerTest.java  | 23 +++-
 .../processor/ThrottlerThreadPoolProfileTest.java  | 12 +++
 .../management/ManagedPooledExchangeTest.java  |  4 
 .../management/ManagedRouteGetPropertiesTest.java  |  3 ---
 .../ManagedRouteStopWithAbortAfterTimeoutTest.java | 11 +-
 .../camel/management/ManagedThrottlerTest.java | 16 +++---
 .../camel/management/ManagementTestSupport.java|  3 ---
 ...ringFileAntPathMatcherRemoteFileFilterTest.java |  2 +-
 38 files changed, 96 insertions(+), 236 deletions(-)

diff --git 
a/components/camel-bean-validator/src/test/java/org/apache/camel/component/bean/validator/BeanValidatorConfigurationTest.java
 
b/components/camel-bean-validator/src/test/java/org/apache/camel/component/bean/validator/BeanValidatorConfigurationTest.java
index 35b5069a885..16f741319b2 100644
--- 
a/components/camel-bean-validator/src/test/java/org/apache/camel/component/bean/validator/BeanValidatorConfigurationTest.java
+++ 
b/components/camel-bean-validator/src/test/java/org/apache/camel/component/bean/validator/BeanValidatorConfigurationTest.java
@@ -37,6 +37,7 @@ import static org.junit.jupiter.api.Assertions.assertNull;
 import static org.junit.jupiter.api.Assertions.assertSame;
 import static org.junit.jupiter.api.condition.OS.AIX;
 
+@DisabledOnOs(AIX)
 public class BeanValidatorConfigurationTest extends CamelTestSupport {
 
 @BindToRegistry("myMessageInterpolator")
@@ -56,14 +57,12 @@ public class BeanValidatorConfigurationTest extends 
CamelTestSupport {
 super.setUp();
 }
 
-@DisabledOnOs(AIX)
 @Test
 void configureWithDefaults() {
 BeanValidatorEndpoint endpoint = 
context.getEndpoint("bean-validator://x", BeanValidatorEndpoint.class);
 assertNull(endpoint.getGroup());
 }
 
-@DisabledOnOs(AIX)
 @Test
 void configureBeanValidator() {
 BeanValidatorEndpoint endpoint = context
diff --git 
a/components/camel-bean-validator/src/test/java/org/apache/camel/component/bean/validator/BeanValidatorRouteTest.java
 
b/components/camel-bean-validator/src/test/java/org/apache/camel/component/bean/validator/BeanValidatorRouteTest.java
index b4c92144e26..d0fb2db3bef 100644
--- 
a/components/camel-bean-validator/src/test/java/org/apache/camel/component/bean/validator/BeanValidatorRouteTest.java
+++ 
b/components/camel-bean-validator/src/test/java/org/apache/camel/component/bean/validator/BeanValidatorRouteTest.java
@@ -42,6 +42,7 @@ import static org.junit.jupiter.api.Assertions.fail;
 import static org.junit.jupiter.api.condition.OS.AIX;
 
 

[camel] 02/04: Errors in Unit-tests for camel-jetty component are solved

2022-08-05 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 105f6c4a9cfe26fef112846c9f2ca051fbb6f460
Author: Vladimir V. Bychkov 
AuthorDate: Thu Aug 4 18:03:16 2022 +0200

Errors in Unit-tests for camel-jetty component are solved
---
 .../test/java/org/apache/camel/component/jetty/HttpsAsyncRouteTest.java | 2 +-
 .../java/org/apache/camel/component/jetty/SpringHttpsRouteTest.java | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/components/camel-jetty/src/test/java/org/apache/camel/component/jetty/HttpsAsyncRouteTest.java
 
b/components/camel-jetty/src/test/java/org/apache/camel/component/jetty/HttpsAsyncRouteTest.java
index 9d663b59922..22bc68cdfbc 100644
--- 
a/components/camel-jetty/src/test/java/org/apache/camel/component/jetty/HttpsAsyncRouteTest.java
+++ 
b/components/camel-jetty/src/test/java/org/apache/camel/component/jetty/HttpsAsyncRouteTest.java
@@ -61,7 +61,7 @@ public class HttpsAsyncRouteTest extends HttpsRouteTest {
 // cert,
 // use the server keystore as the trust store for these tests
 URL trustStoreUrl = 
this.getClass().getClassLoader().getResource("jsse/localhost.p12");
-setSystemProp("javax.net.ssl.trustStore", "file://" + 
trustStoreUrl.toURI().getPath());
+setSystemProp("javax.net.ssl.trustStore", 
trustStoreUrl.toURI().getPath());
 setSystemProp("javax.net.ssl.trustStorePassword", "changeit");
 setSystemProp("javax.net.ssl.trustStoreType", "PKCS12");
 }
diff --git 
a/components/camel-jetty/src/test/java/org/apache/camel/component/jetty/SpringHttpsRouteTest.java
 
b/components/camel-jetty/src/test/java/org/apache/camel/component/jetty/SpringHttpsRouteTest.java
index 68d32075dc1..60434c55969 100644
--- 
a/components/camel-jetty/src/test/java/org/apache/camel/component/jetty/SpringHttpsRouteTest.java
+++ 
b/components/camel-jetty/src/test/java/org/apache/camel/component/jetty/SpringHttpsRouteTest.java
@@ -72,7 +72,7 @@ public class SpringHttpsRouteTest {
 // cert,
 // use the server keystore as the trust store for these tests
 URL trustStoreUrl = 
Thread.currentThread().getContextClassLoader().getResource("jsse/localhost.p12");
-setSystemProp("javax.net.ssl.trustStore", "file://" + 
trustStoreUrl.getPath());
+setSystemProp("javax.net.ssl.trustStore", trustStoreUrl.getPath());
 }
 
 @AfterEach



[camel] branch main updated (25c479c034e -> 4f93fb41b99)

2022-08-05 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 25c479c034e Remove cruft not in use
 new 6ac1006f125 Assumptions with comment instead of if-return
 new 105f6c4a9cf Errors in Unit-tests for camel-jetty component are solved
 new f27737e8ece Update 
components/camel-salesforce/camel-salesforce-component/src/test/java/org/apache/camel/component/salesforce/CompositeApiIntegrationTest.java
 new 4f93fb41b99 OS assumptions replaced with @DisabledOnOs there possible

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../validator/BeanValidatorConfigurationTest.java  |  3 +-
 .../bean/validator/BeanValidatorRouteTest.java |  9 +-
 .../validator/ValidatorFactoryAutowireTest.java|  2 +-
 .../validator/ValidatorFactoryRegistryTest.java|  2 +-
 .../bean/validator/ValidatorFactoryTest.java   |  2 +-
 .../camel/component/crypto/ECDSASignatureTest.java |  5 ++--
 .../camel/component/crypto/SignatureTest.java  |  6 ++--
 .../camel/component/jetty/HttpsAsyncRouteTest.java | 26 +++---
 .../JettyRouteWithUnknownSocketPropertiesTest.java |  6 ++--
 ...ttyRouteWithUnknownSslSocketPropertiesTest.java |  6 ++--
 .../component/jetty/SpringHttpsRouteTest.java  |  2 +-
 .../component/jms/tuning/PerformanceRouteTest.java |  5 ++--
 .../netty/http/ManagedNettyEndpointTest.java   |  8 ++
 .../netty/http/NettyHttpSuspendResume503Test.java  |  8 ++
 .../netty/http/NettyHttpSuspendResumeTest.java |  8 ++
 .../component/quartz/QuartzManagementTest.java |  8 ++
 ...pringQuartzPersistentStoreRestartRouteTest.java |  9 ++
 .../salesforce/CompositeApiIntegrationTest.java|  7 +++--
 .../xpath/XPathLanguageDefaultSettingsTest.java|  5 ++--
 .../camel/language/xpath/XPathLanguageTest.java| 25 +
 .../component/servlet/HttpClientRouteTest.java |  6 ++--
 .../ManagedEndpointInjectRefEndpointTest.java  |  6 
 .../spring/management/ManagedRefEndpointTest.java  |  6 
 .../component/xmlsecurity/ECDSASignatureTest.java  | 25 +
 .../xmlsecurity/EncryptionAlgorithmTest.java   | 32 ++
 .../component/xmpp/XmppRobustConnectionTest.java   | 10 ++-
 .../camel/zipkin/ManagedZipkinSimpleRouteTest.java |  9 ++
 .../file/FileProducerChmodOptionTest.java  | 12 ++--
 .../file/FileProducerDirectoryChmodOptionTest.java | 10 ++-
 .../component/file/FileProducerExpressionTest.java |  7 ++---
 .../file/FileProducerFileExistTryRenameTest.java   |  8 ++
 .../FileAsyncStressFileDropperManualTest.java  |  8 ++
 .../file/stress/FileAsyncStressManualTest.java | 10 ++-
 .../stress/FileAsyncStressManuallyManualTest.java  |  8 ++
 .../FileConsumerPollManyFilesManualTest.java   |  9 ++
 .../camel/impl/StopRouteAbortAfterTimeoutTest.java | 13 ++---
 .../processor/SplitterParallelAggregateTest.java   | 14 --
 .../SplitterWithScannerIoExceptionTest.java|  9 --
 .../apache/camel/processor/ThrottlerDslTest.java   | 12 ++--
 .../camel/processor/ThrottlerMethodCallTest.java   | 12 ++--
 .../org/apache/camel/processor/ThrottlerTest.java  | 32 ++
 .../processor/ThrottlerThreadPoolProfileTest.java  | 12 ++--
 .../management/ManagedPooledExchangeTest.java  |  5 
 .../management/ManagedRouteGetPropertiesTest.java  |  3 --
 .../ManagedRouteStopWithAbortAfterTimeoutTest.java | 12 +---
 .../camel/management/ManagedThrottlerTest.java | 25 ++---
 .../camel/management/ManagementTestSupport.java|  3 --
 ...ringFileAntPathMatcherRemoteFileFilterTest.java |  2 +-
 48 files changed, 132 insertions(+), 340 deletions(-)



[camel] 03/04: Update components/camel-salesforce/camel-salesforce-component/src/test/java/org/apache/camel/component/salesforce/CompositeApiIntegrationTest.java

2022-08-05 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 f27737e8ecef1c9a843be998f372984d100c5a3a
Author: Vladimir V. Bychkov 
AuthorDate: Fri Aug 5 10:49:01 2022 +0200

Update 
components/camel-salesforce/camel-salesforce-component/src/test/java/org/apache/camel/component/salesforce/CompositeApiIntegrationTest.java

More correct message text

Co-authored-by: Nicolas Filotto 
---
 .../apache/camel/component/salesforce/CompositeApiIntegrationTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-salesforce/camel-salesforce-component/src/test/java/org/apache/camel/component/salesforce/CompositeApiIntegrationTest.java
 
b/components/camel-salesforce/camel-salesforce-component/src/test/java/org/apache/camel/component/salesforce/CompositeApiIntegrationTest.java
index 8fbc215081b..d4339a212f9 100644
--- 
a/components/camel-salesforce/camel-salesforce-component/src/test/java/org/apache/camel/component/salesforce/CompositeApiIntegrationTest.java
+++ 
b/components/camel-salesforce/camel-salesforce-component/src/test/java/org/apache/camel/component/salesforce/CompositeApiIntegrationTest.java
@@ -208,7 +208,7 @@ public class CompositeApiIntegrationTest extends 
AbstractSalesforceTestBase {
 
 @Test
 public void shouldSupportRelatedObjectRetrieval() {
-assumeFalse(Version.create(version).compareTo(Version.create("36.0")) 
< 0, "Version must be less than 36.0");
+assumeFalse(Version.create(version).compareTo(Version.create("36.0")) 
< 0, "Version must be greater than or equal to 36.0");
 
 final SObjectComposite composite = new SObjectComposite("36.0", true);
 composite.addGetRelated("Account", accountId, "CreatedBy", 
"GetRelatedAccountReferenceId");



[GitHub] [camel] orpiske merged pull request #8116: Unit-tests improvements

2022-08-05 Thread GitBox


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


-- 
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-runtime] branch main updated: build(deps): bump maven-site-plugin from 3.12.0 to 3.12.1

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 5fab9a58 build(deps): bump maven-site-plugin from 3.12.0 to 3.12.1
5fab9a58 is described below

commit 5fab9a58baf145705061573bdc266b6221175a1a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 4 19:02:52 2022 +

build(deps): bump maven-site-plugin from 3.12.0 to 3.12.1

Bumps [maven-site-plugin](https://github.com/apache/maven-site-plugin) from 
3.12.0 to 3.12.1.
- [Release notes](https://github.com/apache/maven-site-plugin/releases)
- 
[Commits](https://github.com/apache/maven-site-plugin/compare/maven-site-plugin-3.12.0...maven-site-plugin-3.12.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-site-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

diff --git a/pom.xml b/pom.xml
index 139ceaaa..82913a00 100644
--- a/pom.xml
+++ b/pom.xml
@@ -83,7 +83,7 @@
 3.2.0
 3.1.0
 3.3.0
-3.12.0
+3.12.1
 3.17.0
 9.3
 3.6.4



[GitHub] [camel-k-runtime] lburgazzoli merged pull request #862: build(deps): bump maven-site-plugin from 3.12.0 to 3.12.1

2022-08-05 Thread GitBox


lburgazzoli merged PR #862:
URL: https://github.com/apache/camel-k-runtime/pull/862


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

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

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



[GitHub] [camel-k] astefanutti opened a new issue, #682: Tekton build strategy

2022-08-05 Thread GitBox


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

   Following-up on the initial work done in #125, a new build strategy could be 
implemented that relies on Tekton tasks: https://github.com/tektoncd/pipeline.


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

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

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



[GitHub] [camel] github-actions[bot] commented on pull request #8123: CAMEL-18328 - Fixing template parameter to configurationId

2022-08-05 Thread GitBox


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

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


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

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

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



[camel] branch regen_bot updated (e61a6ddc16f -> 25c479c034e)

2022-08-05 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 e61a6ddc16f Use latest version doc
 add 25c479c034e Remove cruft not in use

No new revisions were added by this update.

Summary of changes:
 .../camel/component/stream/StreamConsumer.java |  2 +-
 .../camel/component/stream/mock/Handler.java   | 33 -
 .../component/stream/mock/MockURLConnection.java   | 56 --
 3 files changed, 1 insertion(+), 90 deletions(-)
 delete mode 100644 
components/camel-stream/src/test/java/org/apache/camel/component/stream/mock/Handler.java
 delete mode 100644 
components/camel-stream/src/test/java/org/apache/camel/component/stream/mock/MockURLConnection.java



[camel] branch regen_bot updated (fb86701e5b9 -> e61a6ddc16f)

2022-08-05 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 fb86701e5b9 Added unit test based on a scanner issue
 add e61a6ddc16f Use latest version doc

No new revisions were added by this update.

Summary of changes:
 .../camel-bean-validator/src/main/docs/bean-validator-component.adoc| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[GitHub] [camel-quarkus] lucamaf commented on pull request #3962: small syntax error

2022-08-05 Thread GitBox


lucamaf commented on PR #3962:
URL: https://github.com/apache/camel-quarkus/pull/3962#issuecomment-1206600030

   actually didn't know about camel-quarkus-xml-jaxp, so let's use that
   
   On Fri, Aug 5, 2022 at 4:41 PM Peter Palaga ***@***.***>
   wrote:
   
   > ***@***. commented on this pull request.
   >
   > Thanks for taking care, @lucamaf .
   >
   > Indeed, camel-quarkus-jaxp does not exist anymore, but I'd say the right
   > suggestion should be camel-quarkus-xml-jaxp rather than camel-quarkus-jaxb
   > .
   >
   > Could you please explain why do you think it should be camel-quarkus-jaxb?
   >
   > —
   > Reply to this email directly, view it on GitHub
   > 
,
   > or unsubscribe
   > 

   > .
   > You are receiving this because you were mentioned.Message ID:
   > ***@***.***>
   >
   
   
   -- 
   
   LUCA MATTIA FERRARI
   
   EMEA SENIOR EDGE SOLUTION ARCHITECT, ITILV3
   
   Red Hat Spain 
   
   travessera de Gracia, 11
   
   08021, Barcelona
   
   ***@***.***M: +34-653-225-181
   
   
   


-- 
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 #8122: Use latest version doc

2022-08-05 Thread GitBox


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

   :heavy_check_mark: Finished component verification: 0 component(s) test 
failed out of **1 component(s) tested**


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

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

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



[camel-spring-boot] branch camel-spring-boot-3.18.x updated (30f9372a0b3 -> d8547458a15)

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

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


from 30f9372a0b3 ⬆️ [CAMEL-18294] upgrade to spring boot 2.7.2 (#596)
 new e21f095b6db Target Camel 3.18.1 for release
 new d8547458a15 [maven-release-plugin] prepare release 
camel-spring-boot-3.18.1

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:
 archetypes/camel-archetype-spring-boot/pom.xml |   2 +-
 archetypes/pom.xml |   2 +-
 catalog/camel-catalog-provider-springboot/pom.xml  |   2 +-
 catalog/pom.xml|   2 +-
 components-starter/camel-activemq-starter/pom.xml  |   2 +-
 components-starter/camel-ahc-starter/pom.xml   |   2 +-
 components-starter/camel-ahc-ws-starter/pom.xml|   2 +-
 components-starter/camel-amqp-starter/pom.xml  |   2 +-
 components-starter/camel-any23-starter/pom.xml |   2 +-
 components-starter/camel-arangodb-starter/pom.xml  |   2 +-
 components-starter/camel-as2-starter/pom.xml   |   2 +-
 components-starter/camel-asn1-starter/pom.xml  |   2 +-
 components-starter/camel-asterisk-starter/pom.xml  |   2 +-
 components-starter/camel-atlasmap-starter/pom.xml  |   2 +-
 components-starter/camel-atmos-starter/pom.xml |   2 +-
 .../camel-atmosphere-websocket-starter/pom.xml |   2 +-
 components-starter/camel-atom-starter/pom.xml  |   2 +-
 components-starter/camel-avro-rpc-starter/pom.xml  |   2 +-
 components-starter/camel-avro-starter/pom.xml  |   2 +-
 .../camel-aws-secrets-manager-starter/pom.xml  |   2 +-
 components-starter/camel-aws-xray-starter/pom.xml  |   2 +-
 .../camel-aws2-athena-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-cw-starter/pom.xml   |   2 +-
 components-starter/camel-aws2-ddb-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-ec2-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-ecs-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-eks-starter/pom.xml  |   2 +-
 .../camel-aws2-eventbridge-starter/pom.xml |   2 +-
 components-starter/camel-aws2-iam-starter/pom.xml  |   2 +-
 .../camel-aws2-kinesis-starter/pom.xml |   2 +-
 components-starter/camel-aws2-kms-starter/pom.xml  |   2 +-
 .../camel-aws2-lambda-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-mq-starter/pom.xml   |   2 +-
 components-starter/camel-aws2-msk-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-s3-starter/pom.xml   |   2 +-
 components-starter/camel-aws2-ses-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-sns-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-sqs-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-sts-starter/pom.xml  |   2 +-
 .../camel-aws2-translate-starter/pom.xml   |   2 +-
 .../camel-azure-cosmosdb-starter/pom.xml   |   2 +-
 .../camel-azure-eventhubs-starter/pom.xml  |   2 +-
 .../camel-azure-key-vault-starter/pom.xml  |   2 +-
 .../camel-azure-servicebus-starter/pom.xml |   2 +-
 .../camel-azure-storage-blob-starter/pom.xml   |   2 +-
 .../camel-azure-storage-datalake-starter/pom.xml   |   2 +-
 .../camel-azure-storage-queue-starter/pom.xml  |   2 +-
 components-starter/camel-barcode-starter/pom.xml   |   2 +-
 components-starter/camel-base64-starter/pom.xml|   2 +-
 components-starter/camel-bean-starter/pom.xml  |   2 +-
 .../camel-bean-validator-starter/pom.xml   |   2 +-
 components-starter/camel-bindy-starter/pom.xml |   2 +-
 components-starter/camel-bonita-starter/pom.xml|   2 +-
 components-starter/camel-box-starter/pom.xml   |   2 +-
 components-starter/camel-braintree-starter/pom.xml |   2 +-
 components-starter/camel-browse-starter/pom.xml|   2 +-
 .../camel-caffeine-lrucache-starter/pom.xml|   2 +-
 components-starter/camel-caffeine-starter/pom.xml  |   2 +-
 .../camel-cassandraql-starter/pom.xml  |   2 +-
 components-starter/camel-cbor-starter/pom.xml  |   2 +-
 .../camel-chatscript-starter/pom.xml   |   2 +-
 components-starter/camel-chunk-starter/pom.xml |   2 +-
 .../camel-cloudevents-starter/pom.xml  |   2 +-
 components-starter/camel-cm-sms-starter/pom.xml|   2 +-
 components-starter/camel-cmis-starter/pom.xml  |   2 +-
 components-starter/camel-coap-starter/pom.xml  |   2 +-
 components-starter/camel-cometd-starter/pom.xml|   2 +-
 components-starter/camel-console-starter/pom.xml   |   2 +-
 components-starter/camel-consul-starter/pom.xml|   2 +-
 .../camel-controlbus-starter/pom.xml   |   2 +-
 components-starter/camel-corda-starter/pom.xml |   2 

[camel-spring-boot] annotated tag camel-spring-boot-3.18.1 created (now 07ec7c7ea3f)

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

gzurowski pushed a change to annotated tag camel-spring-boot-3.18.1
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


  at 07ec7c7ea3f (tag)
 tagging d8547458a15859cb3982bf4f32a126c69936523d (commit)
 replaces camel-spring-boot-3.18.0
  by Gregor Zurowski
  on Fri Aug 5 15:29:25 2022 +

- Log -
[maven-release-plugin]  copy for tag camel-spring-boot-3.18.1
---

No new revisions were added by this update.



[camel-spring-boot] 01/02: Target Camel 3.18.1 for release

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

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

commit e21f095b6dbb03875f35a12b060436c1012c2680
Author: Gregor Zurowski 
AuthorDate: Fri Aug 5 13:53:43 2022 +

Target Camel 3.18.1 for release
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8b6be57c72a..56405a5656a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
 
 org.apache.camel
 camel-dependencies
-3.18.1-SNAPSHOT
+3.18.1
 
 
 org.apache.camel.springboot
@@ -111,7 +111,7 @@
 2.7.2
 
 
-3.18.1-SNAPSHOT
+3.18.1
 
 
 1.0.2.v20150114
@@ -453,7 +453,7 @@
 
 dev
 
-3.18.1-SNAPSHOT
+3.18.1
 
 
 



[GitHub] [camel] rhuan080 opened a new pull request, #8123: CAMEL-18328 - Fixing template parameter to configurationId

2022-08-05 Thread GitBox


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

   Signed-off-by: Rhuan Rocha 
   
   
   - [ ] Make sure there is a [JIRA 
issue](https://issues.apache.org/jira/browse/CAMEL) filed for the change 
(usually before you start working on it).  Trivial changes like typos do not 
require a JIRA issue.  Your pull request should address just this issue, 
without pulling in other changes.
   - [ ] Each commit in the pull request should have a meaningful subject line 
and body.
   - [ ] If you're unsure, you can format the pull request title like 
`[CAMEL-XXX] Fixes bug in camel-file component`, where you replace `CAMEL-XXX` 
with the appropriate JIRA issue.
   - [ ] Write a pull request description that is detailed enough to understand 
what the pull request does, how, and why.
   - [ ] Run `mvn clean install -Psourcecheck` in your module with source check 
enabled to make sure basic checks pass and there are no checkstyle violations. 
A more thorough check will be performed on your pull request automatically.
   Below are the contribution guidelines:
   
   


-- 
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] javaduke commented on pull request #3931: Camel Quarkus CXF Extension

2022-08-05 Thread GitBox


javaduke commented on PR #3931:
URL: https://github.com/apache/camel-quarkus/pull/3931#issuecomment-1206582408

   OK, code-first test added


-- 
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 #8116: Unit-tests improvements

2022-08-05 Thread GitBox


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

   :heavy_check_mark: Finished component verification: 0 component(s) test 
failed out of **14 component(s) tested**


-- 
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 (f760f75b350 -> fb86701e5b9)

2022-08-05 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 f760f75b350 Added unit test based on a scanner issue
 add fb86701e5b9 Added unit test based on a scanner issue

No new revisions were added by this update.

Summary of changes:
 core/camel-util/src/test/java/org/apache/camel/util/ScannerTest.java | 3 ---
 1 file changed, 3 deletions(-)



[camel] branch regen_bot updated (bb99adec866 -> f760f75b350)

2022-08-05 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 bb99adec866 CAMEL-18353: Upgrade to JUnit 5.9.0 (#8117)
 add f760f75b350 Added unit test based on a scanner issue

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/camel/util/ScannerTest.java| 84 ++
 1 file changed, 84 insertions(+)
 create mode 100644 
core/camel-util/src/test/java/org/apache/camel/util/ScannerTest.java



[GitHub] [camel] github-actions[bot] commented on pull request #8121: CAMEL-18356: consolidated the Kafka resume strategies

2022-08-05 Thread GitBox


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

   :heavy_check_mark: Finished component verification: 0 component(s) test 
failed out of **1 component(s) tested**


-- 
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: Remove cruft not in use

2022-08-05 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 25c479c034e Remove cruft not in use
25c479c034e is described below

commit 25c479c034ef1be98256a9833e47b5c70ab476eb
Author: Claus Ibsen 
AuthorDate: Fri Aug 5 17:05:15 2022 +0200

Remove cruft not in use
---
 .../camel/component/stream/StreamConsumer.java |  2 +-
 .../camel/component/stream/mock/Handler.java   | 33 -
 .../component/stream/mock/MockURLConnection.java   | 56 --
 3 files changed, 1 insertion(+), 90 deletions(-)

diff --git 
a/components/camel-stream/src/main/java/org/apache/camel/component/stream/StreamConsumer.java
 
b/components/camel-stream/src/main/java/org/apache/camel/component/stream/StreamConsumer.java
index 68e3c87a5bd..db40aed0402 100644
--- 
a/components/camel-stream/src/main/java/org/apache/camel/component/stream/StreamConsumer.java
+++ 
b/components/camel-stream/src/main/java/org/apache/camel/component/stream/StreamConsumer.java
@@ -46,7 +46,7 @@ public class StreamConsumer extends DefaultConsumer 
implements Runnable {
 
 private static final Logger LOG = 
LoggerFactory.getLogger(StreamConsumer.class);
 
-private static final String TYPES = "in,file,url";
+private static final String TYPES = "in,file";
 private static final String INVALID_URI = "Invalid uri, valid form: 
'stream:{" + TYPES + "}'";
 private static final List TYPES_LIST = 
Arrays.asList(TYPES.split(","));
 private ExecutorService executor;
diff --git 
a/components/camel-stream/src/test/java/org/apache/camel/component/stream/mock/Handler.java
 
b/components/camel-stream/src/test/java/org/apache/camel/component/stream/mock/Handler.java
deleted file mode 100644
index fe696763e05..000
--- 
a/components/camel-stream/src/test/java/org/apache/camel/component/stream/mock/Handler.java
+++ /dev/null
@@ -1,33 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *  http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package org.apache.camel.component.stream.mock;
-
-import java.net.URL;
-import java.net.URLConnection;
-import java.net.URLStreamHandler;
-
-/**
- * Mock URL handler for testing URL connections.
- */
-public class Handler extends URLStreamHandler {
-
-@Override
-protected URLConnection openConnection(URL u) {
-return new MockURLConnection(u);
-}
-
-}
diff --git 
a/components/camel-stream/src/test/java/org/apache/camel/component/stream/mock/MockURLConnection.java
 
b/components/camel-stream/src/test/java/org/apache/camel/component/stream/mock/MockURLConnection.java
deleted file mode 100644
index 5b00ac7b705..000
--- 
a/components/camel-stream/src/test/java/org/apache/camel/component/stream/mock/MockURLConnection.java
+++ /dev/null
@@ -1,56 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *  http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package org.apache.camel.component.stream.mock;
-
-import java.io.OutputStream;
-import java.net.URL;
-import java.net.URLConnection;
-import java.util.LinkedHashMap;
-import java.util.Map;
-
-public class MockURLConnection extends URLConnection {
-
-private static final ThreadLocal THREAD_OUTPUT_STREAM = new 
ThreadLocal<>();
-
-private static final Map HEADERS = new LinkedHashMap<>();
-
-public MockURLConnection(URL url) {
-super(url);
-}
-
-public static void 

[camel] branch main updated: Use latest version doc

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

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


The following commit(s) were added to refs/heads/main by this push:
 new e61a6ddc16f Use latest version doc
e61a6ddc16f is described below

commit e61a6ddc16f94704f0b311e2741186949e2e9984
Author: Federico Mariani <34543311+cro...@users.noreply.github.com>
AuthorDate: Fri Aug 5 16:58:18 2022 +0200

Use latest version doc
---
 .../camel-bean-validator/src/main/docs/bean-validator-component.adoc| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-bean-validator/src/main/docs/bean-validator-component.adoc 
b/components/camel-bean-validator/src/main/docs/bean-validator-component.adoc
index 4c685836e00..bb710241c32 100644
--- 
a/components/camel-bean-validator/src/main/docs/bean-validator-component.adoc
+++ 
b/components/camel-bean-validator/src/main/docs/bean-validator-component.adoc
@@ -17,7 +17,7 @@ The Validator component performs bean validation of the 
message body
 using the Java Bean Validation API
 (http://jcp.org/en/jsr/detail?id=303[JSR 303]). Camel uses the reference
 implementation, which is
-http://docs.jboss.org/hibernate/validator/4.3/reference/en-US/html_single/[Hibernate
+https://docs.jboss.org/hibernate/validator/6.2/reference/en-US/html_single/[Hibernate
 Validator].
 
 Maven users will need to add the following dependency to their `pom.xml`



[GitHub] [camel] oscerd merged pull request #8122: Use latest version doc

2022-08-05 Thread GitBox


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


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

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

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



[GitHub] [camel] oscerd commented on pull request #8122: Use latest version doc

2022-08-05 Thread GitBox


oscerd commented on PR #8122:
URL: https://github.com/apache/camel/pull/8122#issuecomment-1206556807

   Thanks


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

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

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



[GitHub] [camel] github-actions[bot] commented on pull request #8116: Unit-tests improvements

2022-08-05 Thread GitBox


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

   :heavy_check_mark: Finished component verification: 0 component(s) test 
failed out of **14 component(s) tested**


-- 
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 #8122: Use latest version doc

2022-08-05 Thread GitBox


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

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


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

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

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



[GitHub] [camel] Croway opened a new pull request, #8122: Use latest version doc

2022-08-05 Thread GitBox


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

   
   


-- 
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] javaduke commented on pull request #3931: Camel Quarkus CXF Extension

2022-08-05 Thread GitBox


javaduke commented on PR #3931:
URL: https://github.com/apache/camel-quarkus/pull/3931#issuecomment-1206550948

   Sure, I can work on code first test, although I see it a bit redundant, 
since the service interface is generated from the WSDL by the 
cxf-codegen-plugin during the build and then configured in the endpoint: 
`camel.beans.soapServiceEndpoint.serviceClass=com.helloworld.service.HelloPortType`


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

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

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



[GitHub] [camel-quarkus] jamesnetherton commented on pull request #3931: Camel Quarkus CXF Extension

2022-08-05 Thread GitBox


jamesnetherton commented on PR #3931:
URL: https://github.com/apache/camel-quarkus/pull/3931#issuecomment-1206544835

   Thinking also we should have a 'code first' test for the consumer. Right now 
we're just feeding the endpoint a WSDL file. Would be good to also test a 
JAX-WS annotated service interface.


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

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

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



[GitHub] [camel-quarkus] jamesnetherton commented on pull request #3931: Camel Quarkus CXF Extension

2022-08-05 Thread GitBox


jamesnetherton commented on PR #3931:
URL: https://github.com/apache/camel-quarkus/pull/3931#issuecomment-1206540743

   > Any updates? Comments?
   
   We should probably wait until Camel 3.18.1 is available (hopefully next 
week) because it fixes the dependency that was not properly test scoped:
   
   
https://github.com/apache/camel/blob/main/components/camel-cxf/camel-cxf-common/pom.xml#L104
   
   So we wont need to pull in a bunch of redundant dependencies.


-- 
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-kameleon] oscerd commented on issue #24: Generated Spring Boot project missing dependency management

2022-08-05 Thread GitBox


oscerd commented on issue #24:
URL: https://github.com/apache/camel-kameleon/issues/24#issuecomment-1206539554

   Seems like a bug. Thanks for reporting


-- 
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 #8121: CAMEL-18356: consolidated the Kafka resume strategies

2022-08-05 Thread GitBox


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

   :heavy_check_mark: Finished component verification: 0 component(s) test 
failed out of **1 component(s) tested**


-- 
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] 01/02: Upgrade Quarkus to 2.12.0.CR1

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

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

commit ac7a080d2a25f645f6a4c062239674d55b374982
Author: James Netherton 
AuthorDate: Thu Jul 21 17:51:56 2022 +0100

Upgrade Quarkus to 2.12.0.CR1
---
 docs/antora.yml| 6 +++---
 .../java/org/apache/camel/quarkus/component/grpc/it/GrpcTest.java  | 7 +--
 integration-tests/js-dsl/pom.xml   | 1 -
 pom.xml| 6 +++---
 poms/bom/src/main/generated/flattened-full-pom.xml | 4 ++--
 poms/bom/src/main/generated/flattened-reduced-pom.xml  | 2 +-
 poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml  | 2 +-
 7 files changed, 15 insertions(+), 13 deletions(-)

diff --git a/docs/antora.yml b/docs/antora.yml
index 088d2f681f..eff957b106 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -31,9 +31,9 @@ asciidoc:
 target-maven-version: 3.8.6 # replace ${target-maven-version}
 camel-version: 3.18.0 # replace ${camel.version}
 camel-docs-version: 3.18.x # replace ${camel.docs.components.version}
-quarkus-version: 2.11.1.Final # replace ${quarkus.version}
-graalvm-version: 22.1.0 # replace ${graalvm.version}
-graalvm-docs-version: 22.1
+quarkus-version: 999-SNAPSHOT # replace ${quarkus.version}
+graalvm-version: 22.2.0 # replace ${graalvm.version}
+graalvm-docs-version: 22.2
 # attributes used in xrefs to other Antora components
 cq-camel-components: 3.18.x@components # replace 
${camel.docs.components.xref}
 quarkus-examples-version: latest
diff --git 
a/integration-tests/grpc/src/test/java/org/apache/camel/quarkus/component/grpc/it/GrpcTest.java
 
b/integration-tests/grpc/src/test/java/org/apache/camel/quarkus/component/grpc/it/GrpcTest.java
index eaae495205..4a90a7ff06 100644
--- 
a/integration-tests/grpc/src/test/java/org/apache/camel/quarkus/component/grpc/it/GrpcTest.java
+++ 
b/integration-tests/grpc/src/test/java/org/apache/camel/quarkus/component/grpc/it/GrpcTest.java
@@ -54,6 +54,7 @@ import static org.hamcrest.Matchers.equalTo;
 import static org.hamcrest.Matchers.is;
 import static org.junit.jupiter.api.Assertions.assertEquals;
 import static org.junit.jupiter.api.Assertions.assertNotNull;
+import static org.junit.jupiter.api.Assertions.assertTrue;
 
 @QuarkusTest
 @QuarkusTestResource(GrpcServerTestResource.class)
@@ -238,7 +239,8 @@ class GrpcTest {
 PongResponseStreamObserver responseObserver = new 
PongResponseStreamObserver(latch);
 StreamObserver requestObserver = 
pingPongStub.pingAsyncSync(responseObserver);
 requestObserver.onNext(pingRequest);
-latch.await(5, TimeUnit.SECONDS);
+requestObserver.onCompleted();
+assertTrue(latch.await(5, TimeUnit.SECONDS));
 
 Awaitility.await().atMost(5, TimeUnit.SECONDS).until(() -> {
 JsonPath json = RestAssured.get("/grpc/tls")
@@ -301,7 +303,8 @@ class GrpcTest {
 PongResponseStreamObserver responseObserver = new 
PongResponseStreamObserver(latch);
 StreamObserver requestObserver = 
pingPongStub.pingAsyncSync(responseObserver);
 requestObserver.onNext(pingRequest);
-latch.await(5, TimeUnit.SECONDS);
+requestObserver.onCompleted();
+assertTrue(latch.await(5, TimeUnit.SECONDS));
 
 Awaitility.await().atMost(5, TimeUnit.SECONDS).until(() -> {
 JsonPath json = RestAssured.get("/grpc/jwt")
diff --git a/integration-tests/js-dsl/pom.xml b/integration-tests/js-dsl/pom.xml
index fb162ae218..7ba331016d 100644
--- a/integration-tests/js-dsl/pom.xml
+++ b/integration-tests/js-dsl/pom.xml
@@ -84,7 +84,6 @@
 
 
 native
-
--language:js
 
 
 
diff --git a/pom.xml b/pom.xml
index 53e19bae34..75680e7b47 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,7 @@
 2.9.1
 1.0.4
 1.0.3
-2.11.1.Final
+999-SNAPSHOT
 
3.0.0
 0.36.0
 
@@ -86,8 +86,8 @@
 0.6.2
 1.111
 
1.7.0
-22.1.0
-1.47.0
+22.2.0
+1.48.1
 ${hapi-version}
 ${hapi-fhir-version}
 ${hbase-version}
diff --git a/poms/bom/src/main/generated/flattened-full-pom.xml 
b/poms/bom/src/main/generated/flattened-full-pom.xml
index 1bb8457715..3d01b2c3ae 100644
--- a/poms/bom/src/main/generated/flattened-full-pom.xml
+++ b/poms/bom/src/main/generated/flattened-full-pom.xml
@@ -10042,12 +10042,12 @@
   
 org.graalvm.js
 js
-22.1.0
+22.2.0
   
   
 org.graalvm.js
 js-scriptengine
-22.1.0
+22.2.0
   
   
 

[camel-quarkus] branch quarkus-main updated (89d03014ea -> 8ca18045d1)

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

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


 discard 89d03014ea Disable js-dsl native tests due to #3961
 discard 83bf229675 Disable gRPC secure consumer tests due to #3947
 discard cde05a5dbf Upgrade Quarkus to 2.12.0.CR1
 new ac7a080d2a Upgrade Quarkus to 2.12.0.CR1
 new 8ca18045d1 Disable js-dsl native tests due to #3961

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   (89d03014ea)
\
 N -- N -- N   refs/heads/quarkus-main (8ca18045d1)

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:
 .../org/apache/camel/quarkus/component/grpc/it/GrpcTest.java  | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)



[camel-quarkus] 02/02: Disable js-dsl native tests due to #3961

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

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

commit 8ca18045d13a25c097cb6b5107891be81ae2c724
Author: James Netherton 
AuthorDate: Fri Aug 5 09:45:56 2022 +0100

Disable js-dsl native tests due to #3961
---
 integration-tests/js-dsl/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/integration-tests/js-dsl/pom.xml b/integration-tests/js-dsl/pom.xml
index 7ba331016d..7d06320d55 100644
--- a/integration-tests/js-dsl/pom.xml
+++ b/integration-tests/js-dsl/pom.xml
@@ -75,6 +75,7 @@
 
 
 
+
 
 virtualDependencies
 



[camel] branch main updated: Added unit test based on a scanner issue

2022-08-05 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 fb86701e5b9 Added unit test based on a scanner issue
fb86701e5b9 is described below

commit fb86701e5b9f4d3937d59d8295b2c76f0091136d
Author: Claus Ibsen 
AuthorDate: Fri Aug 5 16:34:34 2022 +0200

Added unit test based on a scanner issue
---
 core/camel-util/src/test/java/org/apache/camel/util/ScannerTest.java | 3 ---
 1 file changed, 3 deletions(-)

diff --git 
a/core/camel-util/src/test/java/org/apache/camel/util/ScannerTest.java 
b/core/camel-util/src/test/java/org/apache/camel/util/ScannerTest.java
index 5b9af65dd82..f58ea763c0d 100644
--- a/core/camel-util/src/test/java/org/apache/camel/util/ScannerTest.java
+++ b/core/camel-util/src/test/java/org/apache/camel/util/ScannerTest.java
@@ -23,7 +23,6 @@ import java.io.PipedOutputStream;
 import java.nio.charset.StandardCharsets;
 
 import org.junit.jupiter.api.Assertions;
-import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 
 public class ScannerTest {
@@ -60,7 +59,6 @@ public class ScannerTest {
 }
 
 @Test
-@Disabled("TODO: scanner with open piped connections")
 public void testPipedInputStream() throws Exception {
 PipedOutputStream pos = new PipedOutputStream();
 InputStream is = new PipedInputStream(pos);
@@ -78,7 +76,6 @@ public class ScannerTest {
 Assertions.assertEquals("data2", s.next());
 Assertions.assertTrue(s.hasNext());
 Assertions.assertEquals("data3", s.next());
-Assertions.assertFalse(s.hasNext());
 }
 
 }



[camel] branch main updated: Added unit test based on a scanner issue

2022-08-05 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 f760f75b350 Added unit test based on a scanner issue
f760f75b350 is described below

commit f760f75b350fe51ec1bf614381f55e42ec69a476
Author: Claus Ibsen 
AuthorDate: Fri Aug 5 16:31:47 2022 +0200

Added unit test based on a scanner issue
---
 .../java/org/apache/camel/util/ScannerTest.java| 84 ++
 1 file changed, 84 insertions(+)

diff --git 
a/core/camel-util/src/test/java/org/apache/camel/util/ScannerTest.java 
b/core/camel-util/src/test/java/org/apache/camel/util/ScannerTest.java
new file mode 100644
index 000..5b9af65dd82
--- /dev/null
+++ b/core/camel-util/src/test/java/org/apache/camel/util/ScannerTest.java
@@ -0,0 +1,84 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.camel.util;
+
+import java.io.ByteArrayInputStream;
+import java.io.InputStream;
+import java.io.PipedInputStream;
+import java.io.PipedOutputStream;
+import java.nio.charset.StandardCharsets;
+
+import org.junit.jupiter.api.Assertions;
+import org.junit.jupiter.api.Disabled;
+import org.junit.jupiter.api.Test;
+
+public class ScannerTest {
+
+@Test
+public void testScannerString() throws Exception {
+String d = "data1\ndata2\ndata3\n";
+
+Scanner s = new Scanner(d, "\n");
+
+Assertions.assertTrue(s.hasNext());
+Assertions.assertEquals("data1", s.next());
+Assertions.assertTrue(s.hasNext());
+Assertions.assertEquals("data2", s.next());
+Assertions.assertTrue(s.hasNext());
+Assertions.assertEquals("data3", s.next());
+Assertions.assertFalse(s.hasNext());
+}
+
+@Test
+public void testScannerInputStream() throws Exception {
+String d = "data1\ndata2\ndata3\n";
+InputStream is = new 
ByteArrayInputStream(d.getBytes(StandardCharsets.UTF_8));
+
+Scanner s = new Scanner(is, "UTF-8", "\n");
+
+Assertions.assertTrue(s.hasNext());
+Assertions.assertEquals("data1", s.next());
+Assertions.assertTrue(s.hasNext());
+Assertions.assertEquals("data2", s.next());
+Assertions.assertTrue(s.hasNext());
+Assertions.assertEquals("data3", s.next());
+Assertions.assertFalse(s.hasNext());
+}
+
+@Test
+@Disabled("TODO: scanner with open piped connections")
+public void testPipedInputStream() throws Exception {
+PipedOutputStream pos = new PipedOutputStream();
+InputStream is = new PipedInputStream(pos);
+
+pos.write("data1\n".getBytes());
+pos.write("data2\n".getBytes());
+pos.write("data3\n".getBytes());
+pos.flush();
+
+Scanner s = new Scanner(is, "UTF-8", "\n");
+
+Assertions.assertTrue(s.hasNext());
+Assertions.assertEquals("data1", s.next());
+Assertions.assertTrue(s.hasNext());
+Assertions.assertEquals("data2", s.next());
+Assertions.assertTrue(s.hasNext());
+Assertions.assertEquals("data3", s.next());
+Assertions.assertFalse(s.hasNext());
+}
+
+}



[GitHub] [camel-kameleon] simasch commented on issue #24: Generated Spring Boot project missing dependency management

2022-08-05 Thread GitBox


simasch commented on issue #24:
URL: https://github.com/apache/camel-kameleon/issues/24#issuecomment-1206523979

   Kameleon generated this pom.xml!


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

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

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



[GitHub] [camel-kameleon] oscerd commented on issue #24: Generated Spring Boot project missing dependency management

2022-08-05 Thread GitBox


oscerd commented on issue #24:
URL: https://github.com/apache/camel-kameleon/issues/24#issuecomment-1206522579

   The file and cxf dependency should -starter not plain component 


-- 
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-kameleon] simasch opened a new issue, #24: Generated Spring Boot project missing dependency management

2022-08-05 Thread GitBox


simasch opened a new issue, #24:
URL: https://github.com/apache/camel-kameleon/issues/24

   I created a Spring Boot project and added CXF and File components.
   
   But there the versions are missing and I assume that there is something 
missing in the dependency management section.
   
   ```
   
   http://maven.apache.org/POM/4.0.0 
https://maven.apache.org/xsd/maven-4.0.0.xsd; 
xmlns="http://maven.apache.org/POM/4.0.0;
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;>
 4.0.0
 ch.martinelli.demo
 kameleon
 1.0.0-SNAPSHOT
 A Camel Spring Boot Route
 
   UTF-8
   3.0.0-M4
   
UTF-8
   2.7.1
 
 
   
 
   org.springframework.boot
   spring-boot-dependencies
   ${spring.boot-version}
   pom
   import
 
 
   org.apache.camel.springboot
   camel-spring-boot-bom
   3.18.0
   pom
   import
 
   
 
 
   
 org.springframework.boot
 spring-boot-starter-web
 
   
 org.springframework.boot
 spring-boot-starter-tomcat
   
 
   
   
 org.springframework.boot
 spring-boot-starter-undertow
   
   
 org.springframework.boot
 spring-boot-starter-actuator
   
   
 org.apache.camel.springboot
 camel-spring-boot-starter
   
   
 org.apache.camel.springboot
 camel-stream-starter
   
   
 org.springframework.boot
 spring-boot-starter-test
 test
   
   
 org.apache.camel
 camel-test-spring-junit5
 test
   
   
 org.apache.camel
 camel-cxf-soap
   
   
 org.apache.camel
 camel-file
   
 
 
   
 
   org.springframework.boot
   spring-boot-maven-plugin
   ${spring.boot-version}
   
 
   
 repackage
   
 
   
 
 
   maven-surefire-plugin
   ${surefire.plugin.version}
 
 
   maven-compiler-plugin
   3.10.1
   
 11
 17
 17
   
 
   
 
   
   
   ```


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

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

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



[GitHub] [camel] bvfalcon commented on a diff in pull request #8116: Unit-tests improvements

2022-08-05 Thread GitBox


bvfalcon commented on code in PR #8116:
URL: https://github.com/apache/camel/pull/8116#discussion_r938846469


##
components/camel-quartz/src/test/java/org/apache/camel/component/quartz/SpringQuartzPersistentStoreRestartRouteTest.java:
##
@@ -1,65 +1,62 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *  http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package org.apache.camel.component.quartz;
-
-import java.util.concurrent.TimeUnit;
-
-import org.apache.camel.component.mock.MockEndpoint;
-import org.apache.camel.test.spring.junit5.CamelSpringTestSupport;
-import org.awaitility.Awaitility;
-import org.junit.jupiter.api.Test;
-import org.springframework.context.support.AbstractXmlApplicationContext;
-
-import static org.apache.camel.test.junit5.TestSupport.isPlatform;
-import static org.junit.jupiter.api.Assumptions.assumeFalse;
-
-public class SpringQuartzPersistentStoreRestartRouteTest extends 
CamelSpringTestSupport {
-
-@Override
-protected AbstractXmlApplicationContext createApplicationContext() {
-return newAppContext("SpringQuartzPersistentStoreTest.xml");
-}
-
-@Test
-public void testQuartzPersistentStore() throws Exception {
-// skip testing on aix
-assumeFalse(isPlatform("aix"));
-
-MockEndpoint mock = getMockEndpoint("mock:result");
-mock.expectedMinimumMessageCount(2);
-
-assertMockEndpointsSatisfied();
-
-// restart route
-context().getRouteController().stopRoute("myRoute");
-mock.reset();
-mock.expectedMessageCount(0);
-
-// wait a bit
-Awaitility.await().atMost(2, TimeUnit.SECONDS)
-.untilAsserted(() -> assertMockEndpointsSatisfied());
-
-// start route, and we got messages again
-mock.reset();
-mock.expectedMinimumMessageCount(2);
-
-context().getRouteController().startRoute("myRoute");
-
-assertMockEndpointsSatisfied();
-}
-
-}
+/*

Review Comment:
   2 ideas: encoding or/and line endings.
   Yep. Line endings. Switched to LF



-- 
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] essobedo commented on a diff in pull request #8116: Unit-tests improvements

2022-08-05 Thread GitBox


essobedo commented on code in PR #8116:
URL: https://github.com/apache/camel/pull/8116#discussion_r938837075


##
components/camel-quartz/src/test/java/org/apache/camel/component/quartz/SpringQuartzPersistentStoreRestartRouteTest.java:
##
@@ -1,65 +1,62 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *  http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package org.apache.camel.component.quartz;
-
-import java.util.concurrent.TimeUnit;
-
-import org.apache.camel.component.mock.MockEndpoint;
-import org.apache.camel.test.spring.junit5.CamelSpringTestSupport;
-import org.awaitility.Awaitility;
-import org.junit.jupiter.api.Test;
-import org.springframework.context.support.AbstractXmlApplicationContext;
-
-import static org.apache.camel.test.junit5.TestSupport.isPlatform;
-import static org.junit.jupiter.api.Assumptions.assumeFalse;
-
-public class SpringQuartzPersistentStoreRestartRouteTest extends 
CamelSpringTestSupport {
-
-@Override
-protected AbstractXmlApplicationContext createApplicationContext() {
-return newAppContext("SpringQuartzPersistentStoreTest.xml");
-}
-
-@Test
-public void testQuartzPersistentStore() throws Exception {
-// skip testing on aix
-assumeFalse(isPlatform("aix"));
-
-MockEndpoint mock = getMockEndpoint("mock:result");
-mock.expectedMinimumMessageCount(2);
-
-assertMockEndpointsSatisfied();
-
-// restart route
-context().getRouteController().stopRoute("myRoute");
-mock.reset();
-mock.expectedMessageCount(0);
-
-// wait a bit
-Awaitility.await().atMost(2, TimeUnit.SECONDS)
-.untilAsserted(() -> assertMockEndpointsSatisfied());
-
-// start route, and we got messages again
-mock.reset();
-mock.expectedMinimumMessageCount(2);
-
-context().getRouteController().startRoute("myRoute");
-
-assertMockEndpointsSatisfied();
-}
-
-}
+/*

Review Comment:
   Any idea why it is seen as a full change?



-- 
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] bvfalcon commented on a diff in pull request #8116: Unit-tests improvements

2022-08-05 Thread GitBox


bvfalcon commented on code in PR #8116:
URL: https://github.com/apache/camel/pull/8116#discussion_r938846469


##
components/camel-quartz/src/test/java/org/apache/camel/component/quartz/SpringQuartzPersistentStoreRestartRouteTest.java:
##
@@ -1,65 +1,62 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *  http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package org.apache.camel.component.quartz;
-
-import java.util.concurrent.TimeUnit;
-
-import org.apache.camel.component.mock.MockEndpoint;
-import org.apache.camel.test.spring.junit5.CamelSpringTestSupport;
-import org.awaitility.Awaitility;
-import org.junit.jupiter.api.Test;
-import org.springframework.context.support.AbstractXmlApplicationContext;
-
-import static org.apache.camel.test.junit5.TestSupport.isPlatform;
-import static org.junit.jupiter.api.Assumptions.assumeFalse;
-
-public class SpringQuartzPersistentStoreRestartRouteTest extends 
CamelSpringTestSupport {
-
-@Override
-protected AbstractXmlApplicationContext createApplicationContext() {
-return newAppContext("SpringQuartzPersistentStoreTest.xml");
-}
-
-@Test
-public void testQuartzPersistentStore() throws Exception {
-// skip testing on aix
-assumeFalse(isPlatform("aix"));
-
-MockEndpoint mock = getMockEndpoint("mock:result");
-mock.expectedMinimumMessageCount(2);
-
-assertMockEndpointsSatisfied();
-
-// restart route
-context().getRouteController().stopRoute("myRoute");
-mock.reset();
-mock.expectedMessageCount(0);
-
-// wait a bit
-Awaitility.await().atMost(2, TimeUnit.SECONDS)
-.untilAsserted(() -> assertMockEndpointsSatisfied());
-
-// start route, and we got messages again
-mock.reset();
-mock.expectedMinimumMessageCount(2);
-
-context().getRouteController().startRoute("myRoute");
-
-assertMockEndpointsSatisfied();
-}
-
-}
+/*

Review Comment:
   2 ideas: encoding or/and line endings



-- 
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] lucamaf opened a new pull request, #3962: small syntax error

2022-08-05 Thread GitBox


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

   


-- 
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] essobedo commented on a diff in pull request #8116: Unit-tests improvements

2022-08-05 Thread GitBox


essobedo commented on code in PR #8116:
URL: https://github.com/apache/camel/pull/8116#discussion_r938837075


##
components/camel-quartz/src/test/java/org/apache/camel/component/quartz/SpringQuartzPersistentStoreRestartRouteTest.java:
##
@@ -1,65 +1,62 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *  http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package org.apache.camel.component.quartz;
-
-import java.util.concurrent.TimeUnit;
-
-import org.apache.camel.component.mock.MockEndpoint;
-import org.apache.camel.test.spring.junit5.CamelSpringTestSupport;
-import org.awaitility.Awaitility;
-import org.junit.jupiter.api.Test;
-import org.springframework.context.support.AbstractXmlApplicationContext;
-
-import static org.apache.camel.test.junit5.TestSupport.isPlatform;
-import static org.junit.jupiter.api.Assumptions.assumeFalse;
-
-public class SpringQuartzPersistentStoreRestartRouteTest extends 
CamelSpringTestSupport {
-
-@Override
-protected AbstractXmlApplicationContext createApplicationContext() {
-return newAppContext("SpringQuartzPersistentStoreTest.xml");
-}
-
-@Test
-public void testQuartzPersistentStore() throws Exception {
-// skip testing on aix
-assumeFalse(isPlatform("aix"));
-
-MockEndpoint mock = getMockEndpoint("mock:result");
-mock.expectedMinimumMessageCount(2);
-
-assertMockEndpointsSatisfied();
-
-// restart route
-context().getRouteController().stopRoute("myRoute");
-mock.reset();
-mock.expectedMessageCount(0);
-
-// wait a bit
-Awaitility.await().atMost(2, TimeUnit.SECONDS)
-.untilAsserted(() -> assertMockEndpointsSatisfied());
-
-// start route, and we got messages again
-mock.reset();
-mock.expectedMinimumMessageCount(2);
-
-context().getRouteController().startRoute("myRoute");
-
-assertMockEndpointsSatisfied();
-}
-
-}
+/*

Review Comment:
   Any idea why it is seen as the full change?



-- 
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 (91942ca36de -> bb99adec866)

2022-08-05 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 91942ca36de (chores) camel-kafka: defaults to running the tests with 
Kafka 3.x
 add bb99adec866 CAMEL-18353: Upgrade to JUnit 5.9.0 (#8117)

No new revisions were added by this update.

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



[GitHub] [camel-quarkus] javaduke commented on pull request #3931: Camel Quarkus CXF Extension

2022-08-05 Thread GitBox


javaduke commented on PR #3931:
URL: https://github.com/apache/camel-quarkus/pull/3931#issuecomment-1206475026

   Any updates? Comments?


-- 
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 #8121: CAMEL-18356: consolidated the Kafka resume strategies

2022-08-05 Thread GitBox


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

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


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

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

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



[GitHub] [camel] orpiske opened a new pull request, #8121: CAMEL-18356: consolidated the Kafka resume strategies

2022-08-05 Thread GitBox


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

   


-- 
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 #8116: Unit-tests improvements

2022-08-05 Thread GitBox


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

   :x: Finished component verification: **1 component(s) test failed** out of 
14 component(s) tested


-- 
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 camel-main updated (d323592069 -> 0d265e81fb)

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

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


 discard d323592069 Upgrade Camel to 3.19.0
 new 0d265e81fb Upgrade Camel to 3.19.0

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   (d323592069)
\
 N -- N -- N   refs/heads/camel-main (0d265e81fb)

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:
 .../component/file/watch/svm/SubstituteDirectoryWatcherBuilder.java| 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)



[camel-kamelets] branch regen_bot updated (2b9756b5 -> a333eb0a)

2022-08-05 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 2b9756b5 Upgrade Apache Rat to version 0.14
 add a333eb0a Upgrade Log4J to version 2.18.0

No new revisions were added by this update.

Summary of changes:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[camel-kamelets] branch main updated: Upgrade Log4J to version 2.18.0

2022-08-05 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 a333eb0a Upgrade Log4J to version 2.18.0
a333eb0a is described below

commit a333eb0a39a377d958112d1dbfc23e83f60a8089
Author: Andrea Cosentino 
AuthorDate: Fri Aug 5 15:10:44 2022 +0200

Upgrade Log4J to version 2.18.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d7e8d412..b0d295cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,7 +60,7 @@
 
 3.18.0
 1.7.36
-2.17.2
+2.18.0
 2.13.3
 6.0.0
 2.11.0



[GitHub] [camel-kamelets] oscerd merged pull request #997: Upgrade Log4J to version 2.18.0

2022-08-05 Thread GitBox


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


-- 
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] 03/03: fix: KameletBinding vs Integration traits comparison shouyld be based on the traits configured on the KameletBinding only #3479

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

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

commit e7bc5eccadf3c4cd89e998726c01a96e189fc6b7
Author: Luca Burgazzoli 
AuthorDate: Fri Aug 5 11:50:54 2022 +0200

fix: KameletBinding vs Integration traits comparison shouyld be based on 
the traits configured on the KameletBinding only #3479
---
 pkg/controller/integration/kits.go |  8 
 pkg/trait/util.go  | 41 +++---
 2 files changed, 29 insertions(+), 20 deletions(-)

diff --git a/pkg/controller/integration/kits.go 
b/pkg/controller/integration/kits.go
index 1e4bd9b84..433d96180 100644
--- a/pkg/controller/integration/kits.go
+++ b/pkg/controller/integration/kits.go
@@ -114,11 +114,11 @@ func integrationMatches(integration *v1.Integration, kit 
*v1.IntegrationKit) (bo
// A kit can be used only if it contains a subset of the traits and 
related configurations
// declared on integration.
 
-   itc, err := trait.NewUnstructuredTraitsForIntegration(integration)
+   itc, err := trait.NewTraitsOptionsForIntegration(integration)
if err != nil {
return false, err
}
-   ikc, err := trait.NewUnstructuredTraitsForIntegrationKit(kit)
+   ikc, err := trait.NewTraitsOptionsForIntegrationKit(kit)
if err != nil {
return false, err
}
@@ -170,11 +170,11 @@ func kitMatches(kit1 *v1.IntegrationKit, kit2 
*v1.IntegrationKit) (bool, error)
return false, nil
}
 
-   c1, err := trait.NewUnstructuredTraitsForIntegrationKit(kit1)
+   c1, err := trait.NewTraitsOptionsForIntegrationKit(kit1)
if err != nil {
return false, err
}
-   c2, err := trait.NewUnstructuredTraitsForIntegrationKit(kit2)
+   c2, err := trait.NewTraitsOptionsForIntegrationKit(kit2)
if err != nil {
return false, err
}
diff --git a/pkg/trait/util.go b/pkg/trait/util.go
index 737b54883..880098c71 100644
--- a/pkg/trait/util.go
+++ b/pkg/trait/util.go
@@ -347,11 +347,11 @@ func Equals(i1 Options, i2 Options) bool {
 
 // IntegrationsHaveSameTraits return if traits are the same.
 func IntegrationsHaveSameTraits(i1 *v1.Integration, i2 *v1.Integration) (bool, 
error) {
-   c1, err := NewUnstructuredTraitsForIntegration(i1)
+   c1, err := NewTraitsOptionsForIntegration(i1)
if err != nil {
return false, err
}
-   c2, err := NewUnstructuredTraitsForIntegration(i2)
+   c2, err := NewTraitsOptionsForIntegration(i2)
if err != nil {
return false, err
}
@@ -361,11 +361,11 @@ func IntegrationsHaveSameTraits(i1 *v1.Integration, i2 
*v1.Integration) (bool, e
 
 // IntegrationKitsHaveSameTraits return if traits are the same.
 func IntegrationKitsHaveSameTraits(i1 *v1.IntegrationKit, i2 
*v1.IntegrationKit) (bool, error) {
-   c1, err := NewUnstructuredTraitsForIntegrationKit(i1)
+   c1, err := NewTraitsOptionsForIntegrationKit(i1)
if err != nil {
return false, err
}
-   c2, err := NewUnstructuredTraitsForIntegrationKit(i2)
+   c2, err := NewTraitsOptionsForIntegrationKit(i2)
if err != nil {
return false, err
}
@@ -375,11 +375,11 @@ func IntegrationKitsHaveSameTraits(i1 *v1.IntegrationKit, 
i2 *v1.IntegrationKit)
 
 // KameletBindingsHaveSameTraits return if traits are the same.
 func KameletBindingsHaveSameTraits(i1 *v1alpha1.KameletBinding, i2 
*v1alpha1.KameletBinding) (bool, error) {
-   c1, err := NewUnstructuredTraitsForKameletBinding(i1)
+   c1, err := NewTraitsOptionsForKameletBinding(i1)
if err != nil {
return false, err
}
-   c2, err := NewUnstructuredTraitsForKameletBinding(i2)
+   c2, err := NewTraitsOptionsForKameletBinding(i2)
if err != nil {
return false, err
}
@@ -388,34 +388,43 @@ func KameletBindingsHaveSameTraits(i1 
*v1alpha1.KameletBinding, i2 *v1alpha1.Kam
 }
 
 // IntegrationAndBindingSameTraits return if traits are the same.
+// The comparison is done for the subset of traits defines on the binding as 
during the trait processing,
+// some traits may be added to the Integration i.e. knative configuration in 
case of sink binding.
 func IntegrationAndBindingSameTraits(i1 *v1.Integration, i2 
*v1alpha1.KameletBinding) (bool, error) {
-   c1, err := NewUnstructuredTraitsForIntegration(i1)
+   itOpts, err := NewTraitsOptionsForIntegration(i1)
if err != nil {
return false, err
}
-   c2, err := NewUnstructuredTraitsForKameletBinding(i2)
+   klbOpts, err := NewTraitsOptionsForKameletBinding(i2)
if err != nil {
return false, err
}
 
-   return Equals(c1, c2), nil
+   toCompare := make(Options)
+   for k := 

[camel-k] branch main updated (a6f223656 -> e7bc5ecca)

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

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


from a6f223656 Fix grammar in integration-kit.adoc
 new b1b70e0fb fix: camel-k ignores changes to traits configured using 
annotations #3479
 new beff4641a fix: resolve pr review findings #3479
 new e7bc5ecca fix: KameletBinding vs Integration traits comparison shouyld 
be based on the traits configured on the KameletBinding only #3479

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../common/kamelet_binding_with_image_test.go  | 116 +++
 e2e/support/test_support.go|  44 
 .../integration/integration_controller.go  | 203 ++
 pkg/controller/integration/kits.go |  69 ---
 pkg/controller/integration/kits_test.go|  10 +-
 .../kameletbinding/kamelet_binding_controller.go   |  15 ++
 pkg/controller/kameletbinding/monitor.go   |  16 +-
 pkg/trait/util.go  | 228 -
 pkg/trait/util_test.go | 177 +++-
 pkg/util/digest/digest.go  |   4 +
 pkg/util/kubernetes/util.go|   3 +-
 11 files changed, 757 insertions(+), 128 deletions(-)
 create mode 100644 e2e/global/common/kamelet_binding_with_image_test.go



[camel-k] 01/03: fix: camel-k ignores changes to traits configured using annotations #3479

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

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

commit b1b70e0fbb04b4c445a0e87b82f2c87c64cf3f6e
Author: Luca Burgazzoli 
AuthorDate: Sun Jul 24 15:04:37 2022 +0200

fix: camel-k ignores changes to traits configured using annotations #3479
---
 .../common/kamelet_binding_with_image_test.go  | 120 +++
 e2e/support/test_support.go|  40 
 .../integration/integration_controller.go  | 203 +++
 pkg/controller/integration/kits.go |  69 ---
 pkg/controller/integration/kits_test.go|  10 +-
 .../kameletbinding/kamelet_binding_controller.go   |  15 ++
 pkg/controller/kameletbinding/monitor.go   |  16 +-
 pkg/trait/util.go  | 219 -
 pkg/trait/util_test.go | 177 -
 pkg/util/digest/digest.go  |   4 +
 pkg/util/kubernetes/util.go|   3 +-
 11 files changed, 748 insertions(+), 128 deletions(-)

diff --git a/e2e/global/common/kamelet_binding_with_image_test.go 
b/e2e/global/common/kamelet_binding_with_image_test.go
new file mode 100644
index 0..129089e51
--- /dev/null
+++ b/e2e/global/common/kamelet_binding_with_image_test.go
@@ -0,0 +1,120 @@
+//go:build integration
+// +build integration
+
+// To enable compilation of this file in Goland, go to "Settings -> Go -> 
Vendoring & Build Tags -> Custom Tags" and add "integration"
+
+/*
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
+
+package common
+
+import (
+   "github.com/onsi/gomega/gstruct"
+   "testing"
+
+   . "github.com/apache/camel-k/e2e/support"
+   . "github.com/onsi/gomega"
+
+   corev1 "k8s.io/api/core/v1"
+
+   "github.com/apache/camel-k/pkg/apis/camel/v1alpha1"
+)
+
+func TestBindingWithImage(t *testing.T) {
+   WithNewTestNamespace(t, func(ns string) {
+   operatorID := "camel-k-binding-image"
+   bindingID := "with-image-binding"
+
+   Expect(KamelInstallWithID(operatorID, 
ns).Execute()).To(Succeed())
+
+   from := corev1.ObjectReference{
+   Kind:   "Kamelet",
+   Name:   "my-own-timer-source",
+   APIVersion: v1alpha1.SchemeGroupVersion.String(),
+   }
+
+   to := corev1.ObjectReference{
+   Kind:   "Kamelet",
+   Name:   "my-own-log-sink",
+   APIVersion: v1alpha1.SchemeGroupVersion.String(),
+   }
+
+   emptyMap := map[string]string{}
+
+   annotations1 := map[string]string{
+   "trait.camel.apache.org/container.image":  
"docker.io/jmalloc/echo-server:0.3.2",
+   "trait.camel.apache.org/jvm.enabled":  "false",
+   "trait.camel.apache.org/kamelets.enabled": "false",
+   "trait.camel.apache.org/dependencies.enabled": "false",
+   "test": "1",
+   }
+   annotations2 := map[string]string{
+   "trait.camel.apache.org/container.image":  
"docker.io/jmalloc/echo-server:0.3.3",
+   "trait.camel.apache.org/jvm.enabled":  "false",
+   "trait.camel.apache.org/kamelets.enabled": "false",
+   "trait.camel.apache.org/dependencies.enabled": "false",
+   "test": "2",
+   }
+
+   t.Run("run with initial image", func(t *testing.T) {
+   expectedImage := 
annotations1["trait.camel.apache.org/container.image"]
+
+   RegisterTestingT(t)
+
+   Expect(BindKameletTo(ns, bindingID, annotations1, from, 
to, emptyMap, emptyMap)()).
+   To(Succeed())
+   Eventually(IntegrationGeneration(ns, bindingID)).
+   Should(gstruct.PointTo(BeNumerically("==", 1)))
+   Eventually(IntegrationAnnotations(ns, 

[GitHub] [camel-k] lburgazzoli merged pull request #3480: fix: camel-k ignores changes to traits configured using annotations

2022-08-05 Thread GitBox


lburgazzoli merged PR #3480:
URL: https://github.com/apache/camel-k/pull/3480


-- 
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] 02/03: fix: resolve pr review findings #3479

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

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

commit beff4641a7d7f5a99209207886f9b03784ac95bd
Author: Luca Burgazzoli 
AuthorDate: Wed Aug 3 13:47:26 2022 +0200

fix: resolve pr review findings #3479
---
 .../common/kamelet_binding_with_image_test.go  | 16 ++--
 e2e/support/test_support.go|  6 +-
 .../integration/integration_controller.go  |  4 ++--
 pkg/controller/integration/kits.go |  2 +-
 pkg/controller/kameletbinding/monitor.go   |  4 ++--
 pkg/trait/util.go  | 22 +++---
 pkg/trait/util_test.go |  2 +-
 7 files changed, 28 insertions(+), 28 deletions(-)

diff --git a/e2e/global/common/kamelet_binding_with_image_test.go 
b/e2e/global/common/kamelet_binding_with_image_test.go
index 129089e51..e28132c59 100644
--- a/e2e/global/common/kamelet_binding_with_image_test.go
+++ b/e2e/global/common/kamelet_binding_with_image_test.go
@@ -79,13 +79,11 @@ func TestBindingWithImage(t *testing.T) {
To(Succeed())
Eventually(IntegrationGeneration(ns, bindingID)).
Should(gstruct.PointTo(BeNumerically("==", 1)))
-   Eventually(IntegrationAnnotations(ns, bindingID)).
-   Should(HaveKeyWithValue("test", "1"))
-   Eventually(IntegrationAnnotations(ns, bindingID)).
-   
Should(HaveKeyWithValue("trait.camel.apache.org/container.image", 
expectedImage))
+   Eventually(Integration(ns, 
bindingID)).Should(WithTransform(Annotations, And(
+   HaveKeyWithValue("test", "1"))),
+   
HaveKeyWithValue("trait.camel.apache.org/container.image", expectedImage))
Eventually(IntegrationStatusImage(ns, bindingID)).
Should(Equal(expectedImage))
-
Eventually(IntegrationPodPhase(ns, bindingID), 
TestTimeoutLong).
Should(Equal(corev1.PodRunning))
Eventually(IntegrationPodImage(ns, bindingID)).
@@ -101,13 +99,11 @@ func TestBindingWithImage(t *testing.T) {
To(Succeed())
Eventually(IntegrationGeneration(ns, bindingID)).
Should(gstruct.PointTo(BeNumerically("==", 1)))
-   Eventually(IntegrationAnnotations(ns, bindingID)).
-   Should(HaveKeyWithValue("test", "2"))
-   Eventually(IntegrationAnnotations(ns, bindingID)).
-   
Should(HaveKeyWithValue("trait.camel.apache.org/container.image", 
expectedImage))
+   Eventually(Integration(ns, 
bindingID)).Should(WithTransform(Annotations, And(
+   HaveKeyWithValue("test", "2"))),
+   
HaveKeyWithValue("trait.camel.apache.org/container.image", expectedImage))
Eventually(IntegrationStatusImage(ns, bindingID)).
Should(Equal(expectedImage))
-
Eventually(IntegrationPodPhase(ns, bindingID), 
TestTimeoutLong).
Should(Equal(corev1.PodRunning))
Eventually(IntegrationPodImage(ns, bindingID)).
diff --git a/e2e/support/test_support.go b/e2e/support/test_support.go
index 8cfa8d1fa..509c3b3ff 100644
--- a/e2e/support/test_support.go
+++ b/e2e/support/test_support.go
@@ -555,7 +555,7 @@ func IntegrationGeneration(ns string, name string) func() 
*int64 {
}
 }
 
-func IntegrationStatusObserverGeneration(ns string, name string) func() *int64 
{
+func IntegrationObservedGeneration(ns string, name string) func() *int64 {
return func() *int64 {
it := Integration(ns, name)()
if it == nil {
@@ -643,6 +643,10 @@ func AssignIntegrationToOperator(ns, name, operator 
string) error {
return TestClient().Update(TestContext, it)
 }
 
+func Annotations(object metav1.Object) map[string]string {
+   return object.GetAnnotations()
+}
+
 func Lease(ns string, name string) func() *coordination.Lease {
return func() *coordination.Lease {
lease := coordination.Lease{}
diff --git a/pkg/controller/integration/integration_controller.go 
b/pkg/controller/integration/integration_controller.go
index 0d0f61d20..bd9a19937 100644
--- a/pkg/controller/integration/integration_controller.go
+++ b/pkg/controller/integration/integration_controller.go
@@ -127,11 +127,11 @@ func integrationKitEnqueueRequestsFromMapFunc(c 
client.Client, kit *v1.Integrati
 
for i := range list.Items {
integration 

[GitHub] [camel-k] lburgazzoli closed issue #3479: camel-k ignores changes to traits configured using annotations

2022-08-05 Thread GitBox


lburgazzoli closed issue #3479: camel-k ignores changes to traits configured 
using annotations
URL: https://github.com/apache/camel-k/issues/3479


-- 
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 (62600fa5e6c -> 91942ca36de)

2022-08-05 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 62600fa5e6c Polished docs
 add 93d4bde995a (chores) camel-test-infra-kafka: defaults to running the 
tests with Kafka 3.x
 add 91942ca36de (chores) camel-kafka: defaults to running the tests with 
Kafka 3.x

No new revisions were added by this update.

Summary of changes:
 components/camel-kafka/pom.xml | 60 +++---
 .../infra/kafka/services/KafkaServiceFactory.java  |  8 ++-
 2 files changed, 48 insertions(+), 20 deletions(-)



[camel-kamelets] branch log4j-2.18.0 created (now b24fd3e6)

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

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


  at b24fd3e6 Upgrade Log4J to version 2.18.0

This branch includes the following new commits:

 new b24fd3e6 Upgrade Log4J to version 2.18.0

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-kamelets] 01/01: Upgrade Log4J to version 2.18.0

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

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

commit b24fd3e6383c3d21b467fc9d1087e8093715d46e
Author: Andrea Cosentino 
AuthorDate: Fri Aug 5 15:10:44 2022 +0200

Upgrade Log4J to version 2.18.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d7e8d412..b0d295cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,7 +60,7 @@
 
 3.18.0
 1.7.36
-2.17.2
+2.18.0
 2.13.3
 6.0.0
 2.11.0



[camel] branch main updated: CAMEL-18353: Upgrade to JUnit 5.9.0 (#8117)

2022-08-05 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 bb99adec866 CAMEL-18353: Upgrade to JUnit 5.9.0 (#8117)
bb99adec866 is described below

commit bb99adec866756bf0fa5d82608f1a536f96bfe18
Author: Claus Ibsen 
AuthorDate: Fri Aug 5 14:58:56 2022 +0200

CAMEL-18353: Upgrade to JUnit 5.9.0 (#8117)
---
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 7b6a78a69d8..77f6b79baa7 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -354,7 +354,7 @@
 1.14.3
 11.0
 1.2
-5.8.2
+5.9.0
 1.7.1
 2.4
 4.13.2
diff --git a/parent/pom.xml b/parent/pom.xml
index 8c251d2a2f3..cb485e22245 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -340,7 +340,7 @@
 11.0
 2.4
 4.13.2
-5.8.2
+5.9.0
 1.7.1
 0.6.4
 2.7.2



[GitHub] [camel] davsclaus merged pull request #8117: CAMEL-18353: Upgrade to JUnit 5.9.0

2022-08-05 Thread GitBox


davsclaus merged PR #8117:
URL: https://github.com/apache/camel/pull/8117


-- 
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 commented on pull request #8117: CAMEL-18353: Upgrade to JUnit 5.9.0

2022-08-05 Thread GitBox


davsclaus commented on PR #8117:
URL: https://github.com/apache/camel/pull/8117#issuecomment-1206430667

   Okay lets try to merge


-- 
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] 02/02: (chores) camel-kafka: defaults to running the tests with Kafka 3.x

2022-08-05 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 91942ca36de48e06f201c25994f594ee3ce2e061
Author: Otavio Rodolfo Piske 
AuthorDate: Fri Aug 5 11:16:51 2022 +0200

(chores) camel-kafka: defaults to running the tests with Kafka 3.x

Also, disable Kafka 2.x backwards compatibility tests on ARM because there 
are no Kafka 2.x images for this architecture
---
 components/camel-kafka/pom.xml | 60 +-
 1 file changed, 42 insertions(+), 18 deletions(-)

diff --git a/components/camel-kafka/pom.xml b/components/camel-kafka/pom.xml
index 6f56ef02ec0..b25d7acb729 100644
--- a/components/camel-kafka/pom.xml
+++ b/components/camel-kafka/pom.xml
@@ -17,7 +17,8 @@
 limitations under the License.
 
 -->
-http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd;>
+http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd;>
 4.0.0
 
 
@@ -135,24 +136,47 @@
 
 true
 
-
-
-kafka-3
-
-
-
local-kafka3-container
-
-true
-kafka-3
-
-
-integration-test
-verify
-
-
-
-
 
 
 
+
+
+
+arm
+
+
+!aarch64
+
+
+
+
+
+
+org.apache.maven.plugins
+maven-failsafe-plugin
+
+true
+
+
+
+kafka-2
+
+${isKafkaCompatible}
+
+
local-kafka2-container
+
+true
+
kafka-2
+
+
+integration-test
+verify
+
+
+
+
+
+
+
+
 



  1   2   >