[camel-website] branch main updated: Camel 3.14 - Whats New Blog. WIP (#725)

2021-12-16 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new aca4dc2  Camel 3.14 - Whats New Blog. WIP (#725)
aca4dc2 is described below

commit aca4dc258f59469c5643ba7ea81f88cf1d6f798c
Author: Claus Ibsen 
AuthorDate: Fri Dec 17 08:21:39 2021 +0100

Camel 3.14 - Whats New Blog. WIP (#725)

* Camel 3.14 - Whats New Blog. WIP

* Camel 3.14 - Whats New Blog. WIP

* Apply suggestions from code review

Co-authored-by: Gregor Zurowski 

* Otavio feedback on karaf

* Add link

Co-authored-by: Gregor Zurowski 
---
 .../blog/2021/12/camel314-whatsnew/featured.png| Bin 0 -> 3975989 bytes
 content/blog/2021/12/camel314-whatsnew/index.md| 146 +
 2 files changed, 146 insertions(+)

diff --git a/content/blog/2021/12/camel314-whatsnew/featured.png 
b/content/blog/2021/12/camel314-whatsnew/featured.png
new file mode 100644
index 000..e5077f5
Binary files /dev/null and 
b/content/blog/2021/12/camel314-whatsnew/featured.png differ
diff --git a/content/blog/2021/12/camel314-whatsnew/index.md 
b/content/blog/2021/12/camel314-whatsnew/index.md
new file mode 100644
index 000..e346c86
--- /dev/null
+++ b/content/blog/2021/12/camel314-whatsnew/index.md
@@ -0,0 +1,146 @@
+---
+title: "Apache Camel 3.14 What's New"
+date: 2021-12-17
+authors: [davsclaus]
+categories: ["Releases"]
+preview: Details of what we have done in the Camel 3.14 LTS release.
+---
+
+Apache Camel 3.14 has just been [released](/blog/2021/12/RELEASE-3.14.0/).
+
+This is the **last** LTS release supporting Java 8, and therefore we have
+extended the support period from 1 to 2 years.
+
+This blog post first details the noteworthy changes since the last 3.11 LTS 
release from 6 months ago.
+
+## So what's in this release (6 months of work) 
+
+This release introduces a set of new features and noticeable improvements that 
we will cover in this blog post.
+
+### Documentation
+
+We have polished, cleaned up, and updated most of the documentation in the 2nd 
half this year.
+We will continue this work in the 1st half next year to complete this work.
+
+### Core
+
+Configuring data formats and thread pools are now reflection free (native 
compilation friendly).
+
+We identified a few places to improve performance by reducing object 
allocations
+in the Camel event notification system.
+
+Logging with `logMask=true` to hide sensitive information now masks all known
+secured keywords gathered from all the Camel components.
+
+Added a new `LambdaEndpointRouteBuilder` that uses the type-safe Endpoint DSL.
+
+The tracer can now be set to standby, which allows enabling tracing later 
during runtime.
+
+### Route Configuration
+
+Route configuration is used for separating configurations from the routes. 
This can be used in situations such as configuring different error handling 
across a set of routes. In previous versions of Camel this was more cumbersome 
to do, as you would either have to copy the same configuration to a set of 
routes or rely on global error handling configuration.
+Now you can configure a number of route configurations, and then specify on 
each route which configuration to use (you can use match by ids, wildcards, and 
regular expression).
+
+### Reload Routes
+
+The route reload functionality in Camel is capable of watching a directory 
folder for file changes, and then automatically trigger a reload of the running 
routes in the Camel application.
+This functionality is intended for development purposes, and not for 
production use.
+
+You can see the reloading in action from one of the examples such as: 
https://github.com/apache/camel-examples/tree/master/examples/main-xml
+
+### Kamelets
+
+Kamelets is a higher level building blocks that we keep innovating and improve 
over the coming releases.
+For Camel 3.14 we worked on making Kamelets more configurable, and more 
self-contained.
+
+A Kamelet is now capable of configuring its own component instances which 
avoids clashing
+with other kamelets or regular components (local beans). This ensures a 
Kamelet is a _black box_.
+
+We made using `AggregationStrategy` easier with scripting languages, which 
allows
+for example Kamelets to embed code as the strategy directly in the Kamelet 
spec file.
+
+### Health Checks
+
+Camel components can now provide custom health checks which can be 
automatically discovered by Camel.
+
+We added new health checks for route consumers so a consumer can more preciesly
+report health status, and in case of errors, then the consumer reports more 
detailed
+information about the cause such as exception, and http status codes etc.
+
+Camel now also ensures scheduled based consumers, is run at least once during 
startup
+before the health check can be regarded as UP. Previously 

[GitHub] [camel-website] davsclaus merged pull request #725: Camel 3.14 - Whats New Blog. WIP

2021-12-16 Thread GitBox


davsclaus merged pull request #725:
URL: https://github.com/apache/camel-website/pull/725


   


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

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

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




[camel-website] branch asf-site updated (8a11bd9 -> d645138)

2021-12-16 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

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


 discard 8a11bd9  Website updated to a1ca1017e0e8cebd120b2c006027aaf50541010b
 discard 1435e46  Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new 537ce77  Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new d645138  Website updated to bf2081782559520f344dfbba1afa193aa05cfdc2

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   (8a11bd9)
\
 N -- N -- N   refs/heads/asf-site (d645138)

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:
 download/index.html|2 +-
 index.xml  |2 +-
 manual/camel-maven-archetypes.html |4 +-
 releases/index.xml |2 +-
 releases/release-3.14.0/index.html |2 +-
 sitemap-camel-k.xml|  822 ++---
 sitemap-camel-kafka-connector.xml  | 2218 ++--
 sitemap-camel-kamelets.xml |  584 ++--
 sitemap-camel-karaf.xml|   70 +-
 sitemap-camel-quarkus.xml  | 2078 +--
 sitemap-camel-spring-boot.xml  |   54 +-
 sitemap-components.xml | 6712 ++--
 sitemap-manual.xml |  384 +--
 13 files changed, 6467 insertions(+), 6467 deletions(-)


[camel] branch regen_bot updated (00fae34 -> c1550d5)

2021-12-16 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 00fae34  fix untested adoc edits (#6550)
 add c1550d5  Update version to 3.15.0-SNAPSHOT

No new revisions were added by this update.

Summary of changes:
 camel-dependencies/pom.xml  | 2 +-
 docs/user-manual/modules/ROOT/pages/camel-maven-archetypes.adoc | 4 ++--
 dsl/camel-jbang/camel-jbang-main/README.md  | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)


[camel-kamelets] branch regen_bot updated (e0ca9b1 -> bd965a7)

2021-12-16 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 e0ca9b1  Regen for commit 64b5c151f55841aa343b0d99a5d3857b5db1fab1
 add bd965a7  Added generation and validation instructions in README.md

No new revisions were added by this update.

Summary of changes:
 README.md | 19 +++
 1 file changed, 19 insertions(+)


[GitHub] [camel-kamelets] oscerd merged pull request #637: Added generation and validation instructions in README.md

2021-12-16 Thread GitBox


oscerd merged pull request #637:
URL: https://github.com/apache/camel-kamelets/pull/637


   


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

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

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




[camel-kamelets] branch main updated: Added generation and validation instructions in README.md

2021-12-16 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 bd965a7  Added generation and validation instructions in README.md
bd965a7 is described below

commit bd965a7f5aef23fea7e4cf4df5cc6a256d92e653
Author: Andrea Tarocchi 
AuthorDate: Thu Dec 16 14:52:34 2021 +0100

Added generation and validation instructions in README.md
---
 README.md | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/README.md b/README.md
index 94c2a6e..f795515 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,25 @@ Kamelets in this repository are intended to be generic 
connectors that any exter
 
 All Kamelets posted here will be subject to the scrutiny of the Apache Camel 
PMC to assess their compliance with the ecosystem and, in any case, they 
**MUST** be in line with the general [Apache Code of 
Conduct](https://www.apache.org/foundation/policies/conduct.html).
 
+### Building and validating
+
+Building the project:
+```bash
+$ ./mvnw clean install
+```
+
+**IMPORTANT:** After adding or modifying a kamelet remember to generate:
+```bash
+$ cd script/generator
+$ go run . ../../kamelets/ ../../docs/modules/ROOT/
+```
+and validate:
+```bash
+$ cd script/validator
+$ go run go run . ../../kamelets/
+```
+be sure that there aren't reported ERRORS.
+
 ### General Format
 
 Kamelets **MUST** be provided in the *Kubernetes YAML* format, i.e. they 
**MUST** be resources that can be applied on a cluster using the Kubernetes 
`kubectl` CLI.


[camel-karaf] branch main updated: Regen

2021-12-16 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-karaf.git


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

commit 01cbdb27a8780493c34a840c2e76e4b25bf5d9f8
Author: Claus Ibsen 
AuthorDate: Fri Dec 17 07:15:08 2021 +0100

Regen
---
 docs/modules/ROOT/pages/components.adoc | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/modules/ROOT/pages/components.adoc 
b/docs/modules/ROOT/pages/components.adoc
index 10bfa17..ed73c7c 100644
--- a/docs/modules/ROOT/pages/components.adoc
+++ b/docs/modules/ROOT/pages/components.adoc
@@ -99,16 +99,16 @@ Number of Camel components: 204 in 204 JAR artifacts (1 
deprecated)
 `aws2-translate:label` | 3.1 | Translate texts using AWS Translate and AWS SDK 
version 2.x.
 
 | xref:next@components::azure-eventhubs-component.adoc[Azure Event Hubs] 
(camel-azure-eventhubs) +
-`azure-eventhubs:namespace/eventHubName` | 3.5 | The azure-eventhubs component 
that integrates Azure Event Hubs using AMQP protocol. Azure EventHubs is a 
highly scalable publish-subscribe service that can ingest millions of events 
per second and stream them to multiple consumers.
+`azure-eventhubs:namespace/eventHubName` | 3.5 | Send and receive events 
to/from Azure Event Hubs using AMQP protocol.
 
 | xref:next@components::azure-storage-blob-component.adoc[Azure Storage Blob 
Service] (camel-azure-storage-blob) +
-`azure-storage-blob:accountName/containerName` | 3.3 | Store and retrieve 
blobs from Azure Storage Blob Service using SDK v12.
+`azure-storage-blob:accountName/containerName` | 3.3 | Store and retrieve 
blobs from Azure Storage Blob Service.
 
 | xref:next@components::azure-storage-datalake-component.adoc[Azure Storage 
Datalake Service] (camel-azure-storage-datalake) +
-`azure-storage-datalake:accountName/fileSystemName` | 3.8 | Camel Azure 
Datalake Gen2 Component
+`azure-storage-datalake:accountName/fileSystemName` | 3.8 | Sends and receives 
files to/from Azure DataLake Storage.
 
 | xref:next@components::azure-storage-queue-component.adoc[Azure Storage Queue 
Service] (camel-azure-storage-queue) +
-`azure-storage-queue:accountName/queueName` | 3.3 | The azure-storage-queue 
component is used for storing and retrieving the messages to/from Azure Storage 
Queue using Azure SDK v12.
+`azure-storage-queue:accountName/queueName` | 3.3 | Stores and retrieves 
messages to/from Azure Storage Queue.
 
 | xref:next@components::bean-component.adoc[Bean] (camel-bean) +
 `bean:beanName` | 1.0 | Invoke methods of Java beans stored in Camel registry.


[camel-karaf] branch main updated: Prepare for next release

2021-12-16 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-karaf.git


The following commit(s) were added to refs/heads/main by this push:
 new 0f93c98  Prepare for next release
0f93c98 is described below

commit 0f93c9861ff24dc2262dff8a35072ed22c4dbd6e
Author: Claus Ibsen 
AuthorDate: Fri Dec 17 07:13:46 2021 +0100

Prepare for next release
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8063ede..8a78193 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
 
 org.apache.camel
 camel-dependencies
-3.14.0-SNAPSHOT
+3.15.0-SNAPSHOT
 
 
 org.apache.camel.karaf
@@ -106,7 +106,7 @@
 false
 
 
-3.14.0-SNAPSHOT
+3.15.0-SNAPSHOT
 
 1.7.0_6
 3.5.2_1
@@ -755,7 +755,7 @@
 
 dev
 
-3.14.0-SNAPSHOT
+3.15.0-SNAPSHOT
 
 
 


[camel-spring-boot-examples] branch main updated: Prepare for next release

2021-12-16 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new 1110c9d  Prepare for next release
1110c9d is described below

commit 1110c9d8604fd815f0f63000b18acadd168379c8
Author: Claus Ibsen 
AuthorDate: Fri Dec 17 07:08:16 2021 +0100

Prepare for next release
---
 activemq/pom.xml   | 2 +-
 actuator-http-metrics/pom.xml  | 2 +-
 amqp/pom.xml   | 2 +-
 apm-opentracing/pom.xml| 2 +-
 arangodb/pom.xml   | 2 +-
 aws2-s3/pom.xml| 2 +-
 clustered-route-controller/cluster-bootstrap/pom.xml   | 2 +-
 clustered-route-controller/cluster-node/pom.xml| 2 +-
 clustered-route-controller/pom.xml | 2 +-
 fhir-auth-tx/pom.xml   | 2 +-
 fhir/pom.xml   | 2 +-
 geocoder/pom.xml   | 2 +-
 grpc-kubernetes/hello-camel-grpc-client-kubernetes/pom.xml | 2 +-
 grpc-kubernetes/hello-camel-grpc-server-kubernetes/pom.xml | 2 +-
 grpc-kubernetes/pom.xml| 2 +-
 grpc/hello-camel-grpc-client/pom.xml   | 2 +-
 grpc/hello-camel-grpc-server/pom.xml   | 2 +-
 grpc/pom.xml   | 2 +-
 health-checks/pom.xml  | 2 +-
 hystrix/client/pom.xml | 2 +-
 hystrix/pom.xml| 2 +-
 hystrix/service1/pom.xml   | 2 +-
 hystrix/service2/pom.xml   | 2 +-
 infinispan/pom.xml | 2 +-
 jira/pom.xml   | 2 +-
 kafka-avro/pom.xml | 2 +-
 kafka-offsetrepository/pom.xml | 2 +-
 kamelet-chucknorris/pom.xml| 2 +-
 load-balancer-eip/pom.xml  | 2 +-
 master/pom.xml | 2 +-
 metrics/pom.xml| 2 +-
 opentracing/client/pom.xml | 2 +-
 opentracing/loggingtracer/pom.xml  | 2 +-
 opentracing/pom.xml| 2 +-
 opentracing/service1/pom.xml   | 2 +-
 opentracing/service2/pom.xml   | 2 +-
 paho-mqtt5-shared-subscriptions/pom.xml| 2 +-
 pojo/pom.xml   | 2 +-
 pom.xml| 4 ++--
 quartz/pom.xml | 2 +-
 rabbitmq/pom.xml   | 2 +-
 reactive-streams/pom.xml   | 2 +-
 resilience4j/client/pom.xml| 2 +-
 resilience4j/client2/pom.xml   | 2 +-
 resilience4j/pom.xml   | 2 +-
 resilience4j/service1/pom.xml  | 2 +-
 resilience4j/service2/pom.xml  | 2 +-
 rest-jpa/pom.xml   | 2 +-
 rest-openapi-simple/pom.xml| 2 +-
 rest-openapi-springdoc/pom.xml | 2 +-
 rest-openapi/pom.xml   | 2 +-
 rest-producer/pom.xml  | 2 +-
 rest-swagger-simple/pom.xml| 2 +-
 rest-swagger/pom.xml   | 2 +-
 route-reload/pom.xml   | 2 +-
 routes-configuration/pom.xml   | 2 +-
 routetemplate/pom.xml  | 2 +-
 servicecall/consumer/pom.xml   | 2 +-
 servicecall/pom.xml| 2 +-
 servicecall/services/pom.xml   | 2 +-
 splitter-eip/pom.xml   | 2 +-
 spring-boot/pom.xml| 2 +-
 strimzi/pom.xml| 2 +-
 supervising-route-controller/pom.xml   | 2 +-
 twitter-salesforce/pom.xml | 2 +-
 type-converter/pom.xml | 2 +-
 undertow-spring-security/pom.xml   | 2 +-
 unit-testing/pom.xml 

[camel-karaf-examples] branch main updated: Prepare for next release

2021-12-16 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-karaf-examples.git


The following commit(s) were added to refs/heads/main by this push:
 new d5b8c71  Prepare for next release
d5b8c71 is described below

commit d5b8c712849093920624144bfb4d433168655c74
Author: Claus Ibsen 
AuthorDate: Fri Dec 17 07:06:56 2021 +0100

Prepare for next release
---
 examples/camel-example-artemis-amqp-blueprint/pom.xml | 2 +-
 examples/camel-example-cxf-blueprint/pom.xml  | 2 +-
 examples/camel-example-ehcache-blueprint/pom.xml  | 2 +-
 examples/camel-example-fhir-osgi/pom.xml  | 2 +-
 examples/camel-example-kamelet-chucknorris/pom.xml| 2 +-
 examples/camel-example-mybatis/pom.xml| 2 +-
 examples/camel-example-netty-http/myapp-one/pom.xml   | 2 +-
 examples/camel-example-netty-http/myapp-two/pom.xml   | 2 +-
 examples/camel-example-netty-http/pom.xml | 2 +-
 .../camel-example-netty-http/shared-netty-http-server/pom.xml | 2 +-
 examples/camel-example-olingo4-blueprint/pom.xml  | 2 +-
 examples/camel-example-openapi-osgi/pom.xml   | 2 +-
 examples/camel-example-servlet-rest-blueprint/pom.xml | 2 +-
 examples/camel-example-servlet-rest-karaf-jaas/pom.xml| 2 +-
 examples/camel-example-sql-blueprint/pom.xml  | 2 +-
 examples/camel-example-swagger-osgi/pom.xml   | 2 +-
 examples/camel-example-transformer-blueprint/pom.xml  | 2 +-
 examples/camel-example-twitter-websocket-blueprint/pom.xml| 2 +-
 examples/pom.xml  | 8 
 19 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/examples/camel-example-artemis-amqp-blueprint/pom.xml 
b/examples/camel-example-artemis-amqp-blueprint/pom.xml
index a5b8fcc..4fad686 100644
--- a/examples/camel-example-artemis-amqp-blueprint/pom.xml
+++ b/examples/camel-example-artemis-amqp-blueprint/pom.xml
@@ -24,7 +24,7 @@
 
 org.apache.camel.example
 karaf-examples
-3.13.0-SNAPSHOT
+3.15.0-SNAPSHOT
 
 
 camel-example-artemis-amqp-blueprint
diff --git a/examples/camel-example-cxf-blueprint/pom.xml 
b/examples/camel-example-cxf-blueprint/pom.xml
index dde01bf..a84cc73 100644
--- a/examples/camel-example-cxf-blueprint/pom.xml
+++ b/examples/camel-example-cxf-blueprint/pom.xml
@@ -24,7 +24,7 @@
 
 org.apache.camel.example
 karaf-examples
-3.13.0-SNAPSHOT
+3.15.0-SNAPSHOT
 
 
 camel-example-cxf-blueprint
diff --git a/examples/camel-example-ehcache-blueprint/pom.xml 
b/examples/camel-example-ehcache-blueprint/pom.xml
index fe9b68b..e516d62 100644
--- a/examples/camel-example-ehcache-blueprint/pom.xml
+++ b/examples/camel-example-ehcache-blueprint/pom.xml
@@ -24,7 +24,7 @@
 
 org.apache.camel.example
 karaf-examples
-3.13.0-SNAPSHOT
+3.15.0-SNAPSHOT
 
 
 camel-example-ehcache-blueprint
diff --git a/examples/camel-example-fhir-osgi/pom.xml 
b/examples/camel-example-fhir-osgi/pom.xml
index eef2efc..2ab557b 100644
--- a/examples/camel-example-fhir-osgi/pom.xml
+++ b/examples/camel-example-fhir-osgi/pom.xml
@@ -24,7 +24,7 @@
 
 org.apache.camel.example
 karaf-examples
-3.13.0-SNAPSHOT
+3.15.0-SNAPSHOT
 
 
 camel-example-fhir-osgi
diff --git a/examples/camel-example-kamelet-chucknorris/pom.xml 
b/examples/camel-example-kamelet-chucknorris/pom.xml
index 8d684ce..3ff6a3e 100644
--- a/examples/camel-example-kamelet-chucknorris/pom.xml
+++ b/examples/camel-example-kamelet-chucknorris/pom.xml
@@ -24,7 +24,7 @@
 
 org.apache.camel.example
 karaf-examples
-3.13.0-SNAPSHOT
+3.15.0-SNAPSHOT
 
 
 camel-example-kamelet-chucknorris
diff --git a/examples/camel-example-mybatis/pom.xml 
b/examples/camel-example-mybatis/pom.xml
index 1ef878c..4779e11 100644
--- a/examples/camel-example-mybatis/pom.xml
+++ b/examples/camel-example-mybatis/pom.xml
@@ -24,7 +24,7 @@
 
 org.apache.camel.example
 karaf-examples
-3.13.0-SNAPSHOT
+3.15.0-SNAPSHOT
 
 
 camel-example-mybatis
diff --git a/examples/camel-example-netty-http/myapp-one/pom.xml 
b/examples/camel-example-netty-http/myapp-one/pom.xml
index 1b3ec4d..b75832e 100644
--- a/examples/camel-example-netty-http/myapp-one/pom.xml
+++ b/examples/camel-example-netty-http/myapp-one/pom.xml
@@ -24,7 +24,7 @@
 
 camel-example-netty-http
 org.apache.camel.example
-3.13.0-SNAPSHOT
+3.15.0-SNAPSHOT
 
 
 camel-example-netty-myapp-one
diff --git a/examples/camel-example-netty-http/myapp-two/pom.xml 

[camel-examples] branch main updated: Prepare for next release

2021-12-16 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-examples.git


The following commit(s) were added to refs/heads/main by this push:
 new a4a939c  Prepare for next release
a4a939c is described below

commit a4a939cf21b346e7dc7ee1c264fff2a48ffa9395
Author: Claus Ibsen 
AuthorDate: Fri Dec 17 07:06:02 2021 +0100

Prepare for next release
---
 examples/activemq-tomcat/pom.xml| 2 +-
 examples/aggregate-dist/pom.xml | 2 +-
 examples/aggregate/pom.xml  | 2 +-
 examples/any23/pom.xml  | 2 +-
 examples/artemis-large-messages/pom.xml | 2 +-
 examples/artemis/pom.xml| 2 +-
 examples/as2/pom.xml| 2 +-
 examples/aws/aws-secrets-manager/README.adoc| 2 +-
 examples/aws/aws-secrets-manager/pom.xml| 2 +-
 examples/aws/main-endpointdsl-aws2-s3-kafka/pom.xml | 2 +-
 examples/aws/main-endpointdsl-aws2-s3/pom.xml   | 2 +-
 examples/aws/main-endpointdsl-aws2/aws2-eventbridge-creator/pom.xml | 2 +-
 examples/aws/main-endpointdsl-aws2/aws2-s3-events-inject/pom.xml| 2 +-
 examples/aws/main-endpointdsl-aws2/aws2-sqs-consumer/pom.xml| 2 +-
 examples/aws/main-endpointdsl-aws2/pom.xml  | 2 +-
 .../aws/main-endpointdsl-kafka-aws2-s3-restarting-policy/pom.xml| 2 +-
 examples/aws/main-endpointdsl-kafka-aws2-s3/pom.xml | 2 +-
 examples/aws/pom.xml| 2 +-
 examples/azure/azure-eventhubs/pom.xml  | 2 +-
 examples/azure/azure-storage-blob/pom.xml   | 2 +-
 examples/azure/kafka-azure/pom.xml  | 2 +-
 examples/azure/pom.xml  | 2 +-
 examples/basic/pom.xml  | 2 +-
 examples/bigxml-split/pom.xml   | 2 +-
 examples/billboard-aggregate/pom.xml| 2 +-
 examples/cafe-endpointdsl/pom.xml   | 2 +-
 examples/cafe/pom.xml   | 2 +-
 examples/cassandra-kubernetes/pom.xml   | 2 +-
 examples/cdi-cassandraql/pom.xml| 2 +-
 examples/cdi-kubernetes/pom.xml | 2 +-
 examples/cdi-metrics/pom.xml| 2 +-
 examples/cdi-minio/pom.xml  | 2 +-
 examples/cdi-properties/pom.xml | 2 +-
 examples/cdi-rest-servlet/pom.xml   | 2 +-
 examples/cdi-test/pom.xml   | 2 +-
 examples/cdi-xml/pom.xml| 2 +-
 examples/cdi/pom.xml| 2 +-
 examples/console/pom.xml| 2 +-
 examples/couchbase-log/pom.xml  | 2 +-
 examples/csimple-joor/pom.xml   | 2 +-
 examples/csimple/pom.xml| 2 +-
 examples/cxf-proxy/pom.xml  | 2 +-
 examples/cxf-tomcat/pom.xml | 2 +-
 examples/cxf/pom.xml| 2 +-
 examples/debezium-eventhubs-blob/pom.xml| 2 +-
 examples/debezium/pom.xml   | 2 +-
 examples/fhir/pom.xml   | 2 +-
 examples/flight-recorder/pom.xml| 2 +-
 examples/ftp/pom.xml| 2 +-
 examples/hazelcast-kubernetes/pom.xml   | 2 +-
 examples/java8/pom.xml  | 2 +-
 examples/jdbc/pom.xml   | 2 +-
 examples/jms-file/pom.xml   | 2 +-
 examples/jmx/pom.xml| 2 +-
 examples/jooq/pom.xml   | 2 +-
 examples/kafka/pom.xml  | 2 +-
 examples/kamelet-chucknorris/pom.xml| 2 +-
 examples/kamelet-main/pom.xml   | 2 +-
 examples/kamelet/pom.xml| 2 +-
 examples/kotlin/pom.xml 

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

2021-12-16 Thread GitBox


oscerd merged pull request #95:
URL: https://github.com/apache/camel-karaf/pull/95


   


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

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

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




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

2021-12-16 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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


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

commit 9d5f068ac5d11a9b4ef2bf57f599cc5d1e8b2a58
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 17 00:51:26 2021 +

[create-pull-request] automated change
---
 .../resources/META-INF/services/org/apache/camel/other.properties   | 2 +-
 components/camel-bean-osgi/src/generated/resources/bean-osgi.json   | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties   | 2 +-
 .../src/generated/resources/bean-validator-osgi.json| 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties   | 2 +-
 .../camel-blueprint-main/src/generated/resources/blueprint-main.json| 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties   | 2 +-
 components/camel-blueprint/src/generated/resources/blueprint.json   | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties   | 2 +-
 components/camel-cmis-osgi/src/generated/resources/cmis-osgi.json   | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties   | 2 +-
 .../camel-cxf-blueprint/src/generated/resources/cxf-blueprint.json  | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties   | 2 +-
 .../src/generated/resources/cxf-transport-blueprint.json| 2 +-
 .../resources/META-INF/services/org/apache/camel/component.properties   | 2 +-
 .../resources/org/apache/camel/component/eventadmin/eventadmin.json | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties   | 2 +-
 components/camel-jcache-osgi/src/generated/resources/jcache-osgi.json   | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties   | 2 +-
 components/camel-kura/src/generated/resources/kura.json | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties   | 2 +-
 .../camel-osgi-activator/src/generated/resources/osgi-activator.json| 2 +-
 .../resources/META-INF/services/org/apache/camel/component.properties   | 2 +-
 .../resources/org/apache/camel/component/paxlogging/paxlogging.json | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties   | 2 +-
 components/camel-servlet-osgi/src/generated/resources/servlet-osgi.json | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties   | 2 +-
 .../camel-test-blueprint/src/generated/resources/test-blueprint.json| 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties   | 2 +-
 components/camel-test-karaf/src/generated/resources/test-karaf.json | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties   | 2 +-
 .../src/generated/resources/zookeeper-master-osgi.json  | 2 +-
 32 files changed, 32 insertions(+), 32 deletions(-)

diff --git 
a/components/camel-bean-osgi/src/generated/resources/META-INF/services/org/apache/camel/other.properties
 
b/components/camel-bean-osgi/src/generated/resources/META-INF/services/org/apache/camel/other.properties
index 40aa33b..b30bf89 100644
--- 
a/components/camel-bean-osgi/src/generated/resources/META-INF/services/org/apache/camel/other.properties
+++ 
b/components/camel-bean-osgi/src/generated/resources/META-INF/services/org/apache/camel/other.properties
@@ -2,6 +2,6 @@
 name=bean-osgi
 groupId=org.apache.camel.karaf
 artifactId=camel-bean-osgi
-version=3.14.0-SNAPSHOT
+version=3.15.0-SNAPSHOT
 projectName=Camel Karaf :: Bean
 projectDescription=Camel Bean component
diff --git a/components/camel-bean-osgi/src/generated/resources/bean-osgi.json 
b/components/camel-bean-osgi/src/generated/resources/bean-osgi.json
index 86270c0..371e789 100644
--- a/components/camel-bean-osgi/src/generated/resources/bean-osgi.json
+++ b/components/camel-bean-osgi/src/generated/resources/bean-osgi.json
@@ -10,6 +10,6 @@
 "supportLevel": "Stable",
 "groupId": "org.apache.camel.karaf",
 "artifactId": "camel-bean-osgi",
-"version": "3.14.0-SNAPSHOT"
+"version": "3.15.0-SNAPSHOT"
   }
 }
diff --git 
a/components/camel-bean-validator-osgi/src/generated/resources/META-INF/services/org/apache/camel/other.properties
 
b/components/camel-bean-validator-osgi/src/generated/resources/META-INF/services/org/apache/camel/other.properties
index 2760cdf..15a67be 100644
--- 
a/components/camel-bean-validator-osgi/src/generated/resources/META-INF/services/org/apache/camel/other.properties
+++ 
b/components/camel-bean-validator-osgi/src/generated/resources/META-INF/services/org/apache/camel/other.properties
@@ -2,6 +2,6 @@
 name=bean-validator-osgi
 groupId=org.apache.camel.karaf
 

[camel-website] branch main updated: 3.14 is supported for 2 years to cover longer java 8 support

2021-12-16 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new bf20817  3.14 is supported for 2 years to cover longer java 8 support
bf20817 is described below

commit bf2081782559520f344dfbba1afa193aa05cfdc2
Author: Claus Ibsen 
AuthorDate: Fri Dec 17 06:55:12 2021 +0100

3.14 is supported for 2 years to cover longer java 8 support
---
 content/releases/release-3.14.0.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/releases/release-3.14.0.md 
b/content/releases/release-3.14.0.md
index 11a72f8..76ff8f9 100644
--- a/content/releases/release-3.14.0.md
+++ b/content/releases/release-3.14.0.md
@@ -1,6 +1,6 @@
 ---
 date: 2021-12-16
-eol: 2022-12-16
+eol: 2023-12-16
 draft: false
 type: release-note
 version: 3.14.0
@@ -14,4 +14,4 @@ kind: lts
 jdk: [8,11]
 ---
 
-This release is the new Camel 3.14.0 LTS minor release.
+This release is the new Camel 3.14.0 LTS release (last release to support Java 
8).


[GitHub] [camel] davsclaus commented on pull request #6518: CAMEL-17062 Move properties sync to camel-dependencies to avoid deployment issues

2021-12-16 Thread GitBox


davsclaus commented on pull request #6518:
URL: https://github.com/apache/camel/pull/6518#issuecomment-996455637


   @cunningt we have moved to 3.15, can you 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: Update version to 3.15.0-SNAPSHOT

2021-12-16 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 c1550d5  Update version to 3.15.0-SNAPSHOT
c1550d5 is described below

commit c1550d5bb7fdc7c216416519684d15416f6d1a82
Author: Claus Ibsen 
AuthorDate: Fri Dec 17 06:43:31 2021 +0100

Update version to 3.15.0-SNAPSHOT
---
 camel-dependencies/pom.xml  | 2 +-
 docs/user-manual/modules/ROOT/pages/camel-maven-archetypes.adoc | 4 ++--
 dsl/camel-jbang/camel-jbang-main/README.md  | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 678033d..f6e2063 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -27,7 +27,7 @@
   
   org.apache.camel
   camel-dependencies
-  3.14.0-SNAPSHOT
+  3.15.0-SNAPSHOT
   pom
   Camel :: Dependencies
   Camel Dependencies POM
diff --git a/docs/user-manual/modules/ROOT/pages/camel-maven-archetypes.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-maven-archetypes.adoc
index 50fb4b0..1c244be 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-maven-archetypes.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-maven-archetypes.adoc
@@ -62,14 +62,14 @@ The maven coordinates for these archetypes is the following:
 If you would like to use an archetype from an unreleased version of
 Camel, you just need to let the maven-archetype-plugin know where to
 look for it. For example, say someone wanted to create a Java based
-project based on Camel 3.14.0-SNAPSHOT. He'd need to use the following command
+project based on Camel 3.15.0-SNAPSHOT. He'd need to use the following command
 
 [source,bash]
 
 mvn archetype:generate \
   -DarchetypeGroupId=org.apache.camel.archetypes \
   -DarchetypeArtifactId=camel-archetype-java \
-  -DarchetypeVersion=3.14.0-SNAPSHOT
+  -DarchetypeVersion=3.15.0-SNAPSHOT
 
 
 When the project is created, you may need to add another repository to
diff --git a/dsl/camel-jbang/camel-jbang-main/README.md 
b/dsl/camel-jbang/camel-jbang-main/README.md
index 14dc34e..c7be9e8 100644
--- a/dsl/camel-jbang/camel-jbang-main/README.md
+++ b/dsl/camel-jbang/camel-jbang-main/README.md
@@ -65,7 +65,7 @@ available for Kafka, such as the Confluent one and the 
Strimzi project one.
 If needed for development and debugging purposes, dependencies can be 
referenced by correctly resolving the parameterized variables on the command 
line. Such as: 
 
 ```
-jbang -Dcamel.jbang.version=3.14.0-SNAPSHOT CamelJBang.java
+jbang -Dcamel.jbang.version=3.15.0-SNAPSHOT CamelJBang.java
 ```
 
 ### Checkstyle


[camel-website] branch asf-site updated (f4cb888 -> 8a11bd9)

2021-12-16 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

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


 discard f4cb888  Website updated to 5e1db989e1d84af6ea20ba933ff13b831e46f74d
 discard 1217f63  Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new 1435e46  Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new 8a11bd9  Website updated to a1ca1017e0e8cebd120b2c006027aaf50541010b

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   (f4cb888)
\
 N -- N -- N   refs/heads/asf-site (8a11bd9)

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

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

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


Summary of changes:
 .htaccess  |   26 +-
 .../RELEASE-3.14.0}/featured.jpeg  |  Bin
 ...c68bd9be1_625206_800x0_resize_q95_gaussian.jpeg |  Bin
 blog/2021/12/RELEASE-3.14.0/index.html |1 +
 blog/2021/12/api-management-infra/index.html   |2 +-
 blog/index.html|2 +-
 blog/index.xml |   14 +-
 blog/page/10/index.html|2 +-
 blog/page/11/index.html|2 +-
 blog/page/12/index.html|2 +-
 blog/page/13/index.html|2 +-
 blog/page/14/index.html|2 +-
 blog/page/15/index.html|2 +-
 blog/page/16/index.html|2 +-
 blog/page/17/index.html|2 +-
 blog/page/18/index.html|2 +-
 blog/page/19/index.html|2 +-
 blog/page/2/index.html |2 +-
 blog/page/20/index.html|2 +-
 blog/page/21/index.html|2 +-
 blog/page/22/index.html|2 +-
 blog/page/23/index.html|2 +-
 blog/page/24/index.html|2 +-
 blog/page/25/index.html|2 +-
 blog/page/26/index.html|2 +-
 blog/page/27/index.html|2 +-
 blog/page/28/index.html|2 +-
 blog/page/29/index.html|2 +-
 blog/page/3/index.html |2 +-
 blog/page/30/index.html|2 +-
 blog/page/31/index.html|2 +-
 blog/page/32/index.html|2 +-
 blog/page/33/index.html|2 +-
 blog/page/34/index.html|2 +-
 blog/page/35/index.html|2 +-
 blog/page/36/index.html|2 +-
 blog/page/37/index.html|2 +-
 blog/page/38/index.html|2 +-
 blog/page/39/index.html|2 +-
 blog/page/4/index.html |2 +-
 blog/page/40/index.html|2 +-
 blog/page/41/index.html|2 +-
 blog/page/42/index.html|2 +-
 blog/page/43/index.html|2 +-
 blog/page/44/index.html|2 +-
 blog/page/45/index.html|2 +-
 blog/page/46/index.html|2 +-
 blog/page/47/index.html|2 +-
 blog/page/48/index.html|2 +-
 blog/page/49/index.html|2 +-
 blog/page/5/index.html |2 +-
 blog/page/50/index.html|2 +-
 blog/page/6/index.html |2 +-
 blog/page/7/index.html |2 +-
 blog/page/8/index.html |2 +-
 blog/page/9/index.html |2 +-
 categories/AWS/index.html  |2 +-
 

[GitHub] [camel-spring-boot-examples] jialigit opened a new pull request #41: azure camel spring boot samples for azure:

2021-12-16 Thread GitBox


jialigit opened a new pull request #41:
URL: https://github.com/apache/camel-spring-boot-examples/pull/41


   azure camel spring boot samples for azure:
   
   1. eventhubs
   2. servicebus
   3. servicebus jms


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

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

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




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

2021-12-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

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


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

commit e599e23cad5b1b2c7ba6dbfa860068e5ddbfaff3
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 17 03:11:09 2021 +

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 14a12ab..f8410be 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -40,6 +40,7 @@
 **Merged pull requests:**
 
 - ⬆️ Upgrade Quarkus 2.6.0.Final 
[\#3388](https://github.com/apache/camel-quarkus/pull/3388) 
([zbendhiba](https://github.com/zbendhiba))
+- POC/WIP local build setup 
[\#3385](https://github.com/apache/camel-quarkus/pull/3385) 
([djencks](https://github.com/djencks))
 - protobuf: Missing method "getName" when using contentTypeFormat=json … 
[\#3384](https://github.com/apache/camel-quarkus/pull/3384) 
([aldettinger](https://github.com/aldettinger))
 - ⬆️ Use the Quarkus Artemis BOM and upgrade to 1.0.2 
[\#3383](https://github.com/apache/camel-quarkus/pull/3383) 
([zbendhiba](https://github.com/zbendhiba))
 - Fix \#3374 to use File.separatorChar when get fqcn from generated … 
[\#3380](https://github.com/apache/camel-quarkus/pull/3380) 
([zhfeng](https://github.com/zhfeng))


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

2021-12-16 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 fef775d  Updated CHANGELOG.md
fef775d is described below

commit fef775de02b3a59b9c844ba8bf9c418bf8a708b7
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 17 03:09:19 2021 +

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index f863f6f..9f5a8d8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -33,8 +33,10 @@
 - Trying to run Sample.java in Kind cluster 
[\#2542](https://github.com/apache/camel-k/issues/2542)
 - Multiple of the examples fail on Minikube 
[\#2537](https://github.com/apache/camel-k/issues/2537)
 - Camel-K - uninstall and namespace deletion w/ k8s let all Camel-K 
Integrations in this namespace alive 
[\#2533](https://github.com/apache/camel-k/issues/2533)
+- insecure=true does not work with base image 
[\#2531](https://github.com/apache/camel-k/issues/2531)
 - Reduce time for first Integration start 
[\#2520](https://github.com/apache/camel-k/issues/2520)
 - Install Error [\#2498](https://github.com/apache/camel-k/issues/2498)
+- Make sure Camel K runs on Microshift 
[\#2473](https://github.com/apache/camel-k/issues/2473)
 - If the pod is in CrashLoopBackOff, the phase is reported as Running 
[\#2445](https://github.com/apache/camel-k/issues/2445)
 - Wait for dependencies  
[\#2151](https://github.com/apache/camel-k/issues/2151)
 - Secret type not supported with buildah on K3S 
[\#2136](https://github.com/apache/camel-k/issues/2136)


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

2021-12-16 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 a8ae409  Updated CHANGELOG.md
a8ae409 is described below

commit a8ae4097fd1f849219ba3122781c2f7e5cf0948e
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 17 03:04:16 2021 +

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3a88116..6ecf7b3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -25,6 +25,7 @@
 
 **Merged pull requests:**
 
+- Main local index page and local/partial build 
[\#1298](https://github.com/apache/camel-kafka-connector/pull/1298) 
([djencks](https://github.com/djencks))
 - README - fix link to 'getting started guide' 
[\#1297](https://github.com/apache/camel-kafka-connector/pull/1297) 
([aSemy](https://github.com/aSemy))
 - Fixed missing syslog documentation. 
[\#1288](https://github.com/apache/camel-kafka-connector/pull/1288) 
([valdar](https://github.com/valdar))
 - Main collect 
[\#1286](https://github.com/apache/camel-kafka-connector/pull/1286) 
([djencks](https://github.com/djencks))


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

2021-12-16 Thread GitBox


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


   The 
[quarkus-main](https://github.com/apache/camel-quarkus/tree/quarkus-main) 
branch build has failed:
   
   * Build ID: 1590359082-603-af5bcec1-914f-4aab-9786-d50afbcd1952
   * Camel Quarkus Commit: f29307ea0a8d99efed8bfabe5c553cdf5fb72478
   
   * Quarkus Main Commit: Unknown
   * Link to build: 
https://github.com/apache/camel-quarkus/actions/runs/1590359082


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

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

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




[camel-spring-boot] branch automatic-periodic-sync updated (7aa1671 -> 7a8af44)

2021-12-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

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


omit 7aa1671  [create-pull-request] automated change
 add b6b18e5  [create-pull-request] automated change
 add fad216a  Regen
 add 7a8af44  Update version to 3.15.0-SNAPSHOT

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   (7aa1671)
\
 N -- N -- N   refs/heads/automatic-periodic-sync (7a8af44)

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:
 archetypes/camel-archetype-spring-boot/pom.xml  | 2 +-
 archetypes/pom.xml  | 2 +-
 catalog/camel-catalog-provider-springboot/pom.xml   | 2 +-
 .../apache/camel/springboot/catalog/components/azure-eventhubs.json | 2 +-
 .../camel/springboot/catalog/components/azure-servicebus.json   | 2 +-
 .../camel/springboot/catalog/components/azure-storage-blob.json | 2 +-
 .../camel/springboot/catalog/components/azure-storage-datalake.json | 4 ++--
 .../camel/springboot/catalog/components/azure-storage-queue.json| 2 +-
 .../org/apache/camel/springboot/catalog/components/json-patch.json  | 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 +-
 components-starter/camel-atmosphere-websocket-starter/pom.xml   | 2 +-
 components-starter/camel-atom-starter/pom.xml   | 2 +-
 components-starter/camel-atomix-starter/pom.xml | 2 +-
 components-starter/camel-avro-rpc-starter/pom.xml   | 2 +-
 components-starter/camel-avro-starter/pom.xml   | 2 +-
 components-starter/camel-aws-secrets-manager-starter/pom.xml| 2 +-
 components-starter/camel-aws-xray-starter/pom.xml   | 2 +-
 components-starter/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 +-
 components-starter/camel-aws2-eventbridge-starter/pom.xml   | 2 +-
 components-starter/camel-aws2-iam-starter/pom.xml   | 2 +-
 components-starter/camel-aws2-kinesis-starter/pom.xml   | 2 +-
 components-starter/camel-aws2-kms-starter/pom.xml   | 2 +-
 components-starter/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 +-
 components-starter/camel-aws2-translate-starter/pom.xml | 2 +-
 components-starter/camel-azure-cosmosdb-starter/pom.xml | 2 +-
 components-starter/camel-azure-eventhubs-starter/pom.xml| 2 +-
 .../azure/eventhubs/springboot/EventHubsComponentConfiguration.java | 5 +
 

[camel-karaf] branch automatic-periodic-sync updated (63a1a09 -> 90ed326)

2021-12-16 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 63a1a09  Camel-Avro: Upgrade Commons-compress to version 1.21 to align 
the feature
 add e5fb58b  Set version to 3.15.0-SNAPSHOT
 add 90ed326  [create-pull-request] automated change

No new revisions were added by this update.

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-osgi/pom.xml  | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties   | 2 +-
 components/camel-bean-osgi/src/generated/resources/bean-osgi.json   | 2 +-
 components/camel-bean-validator-osgi/pom.xml| 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties   | 2 +-
 .../src/generated/resources/bean-validator-osgi.json| 2 +-
 components/camel-blueprint-main/pom.xml | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties   | 2 +-
 .../camel-blueprint-main/src/generated/resources/blueprint-main.json| 2 +-
 components/camel-blueprint/pom.xml  | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties   | 2 +-
 components/camel-blueprint/src/generated/resources/blueprint.json   | 2 +-
 components/camel-cmis-osgi/pom.xml  | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties   | 2 +-
 components/camel-cmis-osgi/src/generated/resources/cmis-osgi.json   | 2 +-
 components/camel-cxf-blueprint/pom.xml  | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties   | 2 +-
 .../camel-cxf-blueprint/src/generated/resources/cxf-blueprint.json  | 2 +-
 components/camel-cxf-transport-blueprint/pom.xml| 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties   | 2 +-
 .../src/generated/resources/cxf-transport-blueprint.json| 2 +-
 components/camel-eventadmin/pom.xml | 2 +-
 .../resources/META-INF/services/org/apache/camel/component.properties   | 2 +-
 .../resources/org/apache/camel/component/eventadmin/eventadmin.json | 2 +-
 components/camel-jcache-osgi/pom.xml| 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties   | 2 +-
 components/camel-jcache-osgi/src/generated/resources/jcache-osgi.json   | 2 +-
 components/camel-kura/pom.xml   | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties   | 2 +-
 components/camel-kura/src/generated/resources/kura.json | 2 +-
 components/camel-osgi-activator/pom.xml | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties   | 2 +-
 .../camel-osgi-activator/src/generated/resources/osgi-activator.json| 2 +-
 components/camel-paxlogging/pom.xml | 2 +-
 .../resources/META-INF/services/org/apache/camel/component.properties   | 2 +-
 .../resources/org/apache/camel/component/paxlogging/paxlogging.json | 2 +-
 components/camel-servlet-osgi/pom.xml   | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties   | 2 +-
 components/camel-servlet-osgi/src/generated/resources/servlet-osgi.json | 2 +-
 components/camel-test-blueprint/pom.xml | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties   | 2 +-
 .../camel-test-blueprint/src/generated/resources/test-blueprint.json| 2 +-
 components/camel-test-karaf/pom.xml | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties   | 2 +-
 components/camel-test-karaf/src/generated/resources/test-karaf.json | 2 +-
 components/camel-zookeeper-master-osgi/pom.xml  | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties   | 2 +-
 .../src/generated/resources/zookeeper-master-osgi.json  | 2 +-
 components/pom.xml  | 2 +-
 core/camel-core-osgi/pom.xml| 2 +-
 core/pom.xml  

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

2021-12-16 Thread GitBox


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


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


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

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

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




[camel] branch regen_bot updated (b62b523 -> 00fae34)

2021-12-16 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 b62b523  Regen for commit bf9b6607b93dbf07ce9a7e1e1bd7d29c08272657
 add 00fae34  fix untested adoc edits (#6550)

No new revisions were added by this update.

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


[GitHub] [camel-k] github-actions[bot] commented on issue #1264: Kiali dashboard for Camel K

2021-12-16 Thread GitBox


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


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


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

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

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




[GitHub] [camel-k] github-actions[bot] commented on issue #1282: Kaniko in builder pod failed to push image to docker registry

2021-12-16 Thread GitBox


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


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


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

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

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




[GitHub] [camel-k] github-actions[bot] commented on issue #1266: re-evaluate language parsing

2021-12-16 Thread GitBox


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


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


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

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

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




[GitHub] [camel-k] github-actions[bot] commented on issue #1239: Add a trait(?) to enable default REST DSL endpoint

2021-12-16 Thread GitBox


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


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


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

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

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




[GitHub] [camel-k] github-actions[bot] commented on issue #1283: CLI log could use some kind of feedback when waiting for pod to spin up

2021-12-16 Thread GitBox


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


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


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

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

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




[GitHub] [camel-k] github-actions[bot] commented on issue #1323: Cannot append/override stored properties

2021-12-16 Thread GitBox


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


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


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

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

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




[GitHub] [camel-k] github-actions[bot] commented on issue #1331: traits: support capabilities

2021-12-16 Thread GitBox


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


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


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

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

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




[GitHub] [camel-k] github-actions[bot] closed issue #2473: Make sure Camel K runs on Microshift

2021-12-16 Thread GitBox


github-actions[bot] closed issue #2473:
URL: https://github.com/apache/camel-k/issues/2473


   


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

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

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




[GitHub] [camel-k] github-actions[bot] closed issue #2531: insecure=true does not work with base image

2021-12-16 Thread GitBox


github-actions[bot] closed issue #2531:
URL: https://github.com/apache/camel-k/issues/2531


   


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

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

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




[GitHub] [camel-kamelets] valdar commented on a change in pull request #637: Added generation and validation instructions in README.md

2021-12-16 Thread GitBox


valdar commented on a change in pull request #637:
URL: https://github.com/apache/camel-kamelets/pull/637#discussion_r771001191



##
File path: README.md
##
@@ -15,6 +15,25 @@ Kamelets in this repository are intended to be generic 
connectors that any exter
 
 All Kamelets posted here will be subject to the scrutiny of the Apache Camel 
PMC to assess their compliance with the ecosystem and, in any case, they 
**MUST** be in line with the general [Apache Code of 
Conduct](https://www.apache.org/foundation/policies/conduct.html).
 
+### Building and validating
+
+Building the project:
+```bash
+$ ./mvnw clean isntall

Review comment:
   corrected




-- 
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: fix untested adoc edits (#6550)

2021-12-16 Thread jeremyross
This is an automated email from the ASF dual-hosted git repository.

jeremyross 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 00fae34  fix untested adoc edits (#6550)
00fae34 is described below

commit 00fae34bc56ad46f46e736e1d01a9d7716f34964
Author: djencks 
AuthorDate: Thu Dec 16 15:37:13 2021 -0800

fix untested adoc edits (#6550)
---
 .../camel-salesforce-component/src/main/docs/salesforce-component.adoc  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc
 
b/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc
index 94c3911..493e785 100644
--- 
a/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc
+++ 
b/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc
@@ -421,7 +421,7 @@ salesforce:apexCall[/yourApexRestUrl][?options]
 
 
 You can supply the apexUrl either in the endpoint (see above), or as the 
`apexUrl` option as listed in the table below.
-In either case the Apex URL can contain placeholders in the format of 
`{headerName}`. E.g., for the Apex URL `MyApexClass/{id}`,
+In either case the Apex URL can contain placeholders in the format of 
`\{headerName}`. E.g., for the Apex URL `MyApexClass/\{id}`,
 the value of the header named `id` will be used to replace the placeholder.
 
 |===


[GitHub] [camel] jeremyross merged pull request #6550: fix untested adoc edits

2021-12-16 Thread GitBox


jeremyross merged pull request #6550:
URL: https://github.com/apache/camel/pull/6550


   


-- 
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] jeremyross commented on pull request #6550: fix untested adoc edits

2021-12-16 Thread GitBox


jeremyross commented on pull request #6550:
URL: https://github.com/apache/camel/pull/6550#issuecomment-996276004


   @djencks. Sorry. I don't know how to check this.


-- 
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] djencks opened a new pull request #6550: fix untested adoc edits

2021-12-16 Thread GitBox


djencks opened a new pull request #6550:
URL: https://github.com/apache/camel/pull/6550


   I won't mention who changed an adoc without checking if it broke the site.
   


-- 
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] jeremyross commented on pull request #6549: CAMEL-13180: camel-salesforce: Custom errors

2021-12-16 Thread GitBox


jeremyross commented on pull request #6549:
URL: https://github.com/apache/camel/pull/6549#issuecomment-996224328


   Some more context for this. Usually for non-2xx responses from salesforce , 
the response body is very standardized, and we deserialize to `RestError`. With 
these custom Apex REST endpoints that salesforce devs can create, they're free 
to return *anything* in the response content. So the idea is, if the 
deserialization to `RestError` fails or is not meaningful, we can make the 
response content stream available to the route so it's not lost.


-- 
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 (8415563 -> b62b523)

2021-12-16 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 8415563  Regen for commit bf9b6607b93dbf07ce9a7e1e1bd7d29c08272657
 add b62b523  Regen for commit bf9b6607b93dbf07ce9a7e1e1bd7d29c08272657

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   (8415563)
\
 N -- N -- N   refs/heads/regen_bot (b62b523)

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:


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

2021-12-16 Thread GitBox


oscerd merged pull request #6548:
URL: https://github.com/apache/camel/pull/6548


   


-- 
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] jeremyross opened a new pull request #6549: CAMEL-13180: camel-salesforce: Custom errors

2021-12-16 Thread GitBox


jeremyross opened a new pull request #6549:
URL: https://github.com/apache/camel/pull/6549


   In case of non-2xx responses to Apex REST requests, preserve the
   response content since it won't necessarily be in the standard
   salesforce exception format.
   
   Is it a terrible idea to return an InputStream in the Exception? Very 
possible that it would only get closed when the exception gets GC'd. I believe 
it's always a ByteArrayInputStream, so at least no file/socket handles are 
involved. I'd like to avoid returning the response content as the message body. 
Since this is for exceptional situations, I think it makes sense to use an 
exception and preserve the `in` message body for logging/debugging capabilities.


-- 
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 (65f2065 -> 8415563)

2021-12-16 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 65f2065  camel-salesforce: Document apexCall operation
 add 43ddb34  camel-salesforce: Document apexCall operation
 add bf9b660  Update version to 3.15.0-SNAPSHOT
 add 8415563  Regen for commit bf9b6607b93dbf07ce9a7e1e1bd7d29c08272657

No new revisions were added by this update.

Summary of changes:
 apache-camel/pom.xml   |   2 +-
 archetypes/camel-archetype-api-component/pom.xml   |   2 +-
 archetypes/camel-archetype-cdi/pom.xml |   2 +-
 archetypes/camel-archetype-component/pom.xml   |   2 +-
 archetypes/camel-archetype-dataformat/pom.xml  |   2 +-
 archetypes/camel-archetype-endpointdsl/pom.xml |   2 +-
 archetypes/camel-archetype-java/pom.xml|   2 +-
 archetypes/camel-archetype-main/pom.xml|   2 +-
 archetypes/camel-archetype-spring/pom.xml  |   2 +-
 archetypes/pom.xml |   2 +-
 bom/camel-bom/pom.xml  |   2 +-
 bom/pom.xml|   2 +-
 buildingtools/pom.xml  |   2 +-
 catalog/camel-catalog-lucene/pom.xml   |   2 +-
 catalog/camel-catalog-maven/pom.xml|   2 +-
 catalog/camel-catalog/pom.xml  |   2 +-
 .../camel/catalog/archetypes/archetype-catalog.xml |  16 +-
 .../apache/camel/catalog/components/activemq.json  |   2 +-
 .../apache/camel/catalog/components/ahc-ws.json|   2 +-
 .../apache/camel/catalog/components/ahc-wss.json   |   2 +-
 .../org/apache/camel/catalog/components/ahc.json   |   2 +-
 .../org/apache/camel/catalog/components/amqp.json  |   2 +-
 .../apache/camel/catalog/components/arangodb.json  |   2 +-
 .../org/apache/camel/catalog/components/as2.json   |   2 +-
 .../apache/camel/catalog/components/asterisk.json  |   2 +-
 .../apache/camel/catalog/components/atlasmap.json  |   2 +-
 .../org/apache/camel/catalog/components/atmos.json |   2 +-
 .../catalog/components/atmosphere-websocket.json   |   2 +-
 .../org/apache/camel/catalog/components/atom.json  |   2 +-
 .../camel/catalog/components/atomix-map.json   |   2 +-
 .../camel/catalog/components/atomix-messaging.json |   2 +-
 .../camel/catalog/components/atomix-multimap.json  |   2 +-
 .../camel/catalog/components/atomix-queue.json |   2 +-
 .../camel/catalog/components/atomix-set.json   |   2 +-
 .../camel/catalog/components/atomix-value.json |   2 +-
 .../org/apache/camel/catalog/components/avro.json  |   2 +-
 .../catalog/components/aws-secrets-manager.json|   2 +-
 .../camel/catalog/components/aws2-athena.json  |   2 +-
 .../apache/camel/catalog/components/aws2-cw.json   |   2 +-
 .../apache/camel/catalog/components/aws2-ddb.json  |   2 +-
 .../camel/catalog/components/aws2-ddbstream.json   |   2 +-
 .../apache/camel/catalog/components/aws2-ec2.json  |   2 +-
 .../apache/camel/catalog/components/aws2-ecs.json  |   2 +-
 .../apache/camel/catalog/components/aws2-eks.json  |   2 +-
 .../camel/catalog/components/aws2-eventbridge.json |   2 +-
 .../apache/camel/catalog/components/aws2-iam.json  |   2 +-
 .../catalog/components/aws2-kinesis-firehose.json  |   2 +-
 .../camel/catalog/components/aws2-kinesis.json |   2 +-
 .../apache/camel/catalog/components/aws2-kms.json  |   2 +-
 .../camel/catalog/components/aws2-lambda.json  |   2 +-
 .../apache/camel/catalog/components/aws2-mq.json   |   2 +-
 .../apache/camel/catalog/components/aws2-msk.json  |   2 +-
 .../apache/camel/catalog/components/aws2-s3.json   |   2 +-
 .../apache/camel/catalog/components/aws2-ses.json  |   2 +-
 .../apache/camel/catalog/components/aws2-sns.json  |   2 +-
 .../apache/camel/catalog/components/aws2-sqs.json  |   2 +-
 .../apache/camel/catalog/components/aws2-sts.json  |   2 +-
 .../camel/catalog/components/aws2-translate.json   |   2 +-
 .../camel/catalog/components/azure-cosmosdb.json   |   2 +-
 .../camel/catalog/components/azure-eventhubs.json  |   2 +-
 .../catalog/components/azure-storage-blob.json |   2 +-
 .../catalog/components/azure-storage-datalake.json |   2 +-
 .../catalog/components/azure-storage-queue.json|   2 +-
 .../camel/catalog/components/bean-validator.json   |   2 +-
 .../org/apache/camel/catalog/components/bean.json  |   2 +-
 .../apache/camel/catalog/components/beanstalk.json |   2 +-
 .../apache/camel/catalog/components/bonita.json|   2 +-
 .../org/apache/camel/catalog/components/box.json   |   2 +-
 .../apache/camel/catalog/components/braintree.json |   2 +-
 .../apache/camel/catalog/components/browse.json|   2 +-
 .../camel/catalog/components/caffeine-cache.json   |   2 +-
 .../catalog/components/caffeine-loadcache.json |   2 +-
 .../camel/catalog/components/chatscript.json   |   2 +-
 

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

2021-12-16 Thread GitBox


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


   Regen bot :robot: found some uncommited 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 regen_bot updated (43ddb34 -> 65f2065)

2021-12-16 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 43ddb34  camel-salesforce: Document apexCall operation

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

 * -- * -- N   refs/heads/regen_bot (65f2065)
\
 O -- O -- O   (43ddb34)

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:
 .../src/main/docs/salesforce-component.adoc   | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)


[camel] branch regen_bot updated (6ad9347 -> 43ddb34)

2021-12-16 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 6ad9347  camel-salesforce: Update URLs
 add 65f2065  camel-salesforce: Document apexCall operation
 add 43ddb34  camel-salesforce: Document apexCall operation

No new revisions were added by this update.

Summary of changes:
 .../src/main/docs/salesforce-component.adoc| 111 +
 1 file changed, 70 insertions(+), 41 deletions(-)


[camel-karaf] branch main updated: Set version to 3.15.0-SNAPSHOT

2021-12-16 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new e5fb58b  Set version to 3.15.0-SNAPSHOT
e5fb58b is described below

commit e5fb58b05f62b617b5eed0cfab88ddcc5d09d6ad
Author: Gregor Zurowski 
AuthorDate: Thu Dec 16 20:11:03 2021 +0100

Set version to 3.15.0-SNAPSHOT
---
 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-osgi/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-osgi-activator/pom.xml| 2 +-
 components/camel-paxlogging/pom.xml| 2 +-
 components/camel-servlet-osgi/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| 2 +-
 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-docs-maven-plugin/pom.xml  | 2 +-
 tooling/camel-karaf-maven-plugin/pom.xml   | 2 +-
 tooling/pom.xml| 2 +-
 40 files changed, 40 insertions(+), 40 deletions(-)

diff --git a/archetypes/camel-archetype-blueprint/pom.xml 
b/archetypes/camel-archetype-blueprint/pom.xml
index 6792b45..475040a 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.14.0-SNAPSHOT
+3.15.0-SNAPSHOT
 
 
 org.apache.camel.archetypes
diff --git a/archetypes/pom.xml b/archetypes/pom.xml
index 569cf1a..92cb194 100644
--- a/archetypes/pom.xml
+++ b/archetypes/pom.xml
@@ -24,7 +24,7 @@
 
 org.apache.camel.karaf
 karaf
-3.14.0-SNAPSHOT
+3.15.0-SNAPSHOT
 ..
 
 
diff --git a/bom/camel-karaf-bom/pom.xml b/bom/camel-karaf-bom/pom.xml
index 23c0f60..55ffcab 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.14.0-SNAPSHOT
+3.15.0-SNAPSHOT
 ../../
   
   camel-karaf-bom
diff --git a/bom/pom.xml b/bom/pom.xml
index 2109d21..0e43ba8 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -23,7 +23,7 @@
 
 org.apache.camel.karaf
 karaf
-3.14.0-SNAPSHOT
+3.15.0-SNAPSHOT
 ..
 
 
diff --git a/catalog/camel-catalog-provider-karaf/pom.xml 
b/catalog/camel-catalog-provider-karaf/pom.xml
index efdc481..9e723b1 100644
--- a/catalog/camel-catalog-provider-karaf/pom.xml
+++ b/catalog/camel-catalog-provider-karaf/pom.xml
@@ -24,7 +24,7 @@
 
 org.apache.camel.karaf
 catalog
-3.14.0-SNAPSHOT
+3.15.0-SNAPSHOT
 
 
 camel-catalog-provider-karaf
diff --git a/catalog/pom.xml b/catalog/pom.xml
index 49cec2c..e676aab 100644
--- a/catalog/pom.xml
+++ b/catalog/pom.xml
@@ -24,7 +24,7 @@
 
  

[camel-website] branch main updated: Add blog entry and release notes for Camel 3.14.0

2021-12-16 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new a1ca101  Add blog entry and release notes for Camel 3.14.0
a1ca101 is described below

commit a1ca1017e0e8cebd120b2c006027aaf50541010b
Author: Gregor Zurowski 
AuthorDate: Thu Dec 16 20:05:57 2021 +0100

Add blog entry and release notes for Camel 3.14.0
---
 content/blog/2021/12/RELEASE-3.14.0/featured.jpeg | Bin 0 -> 625206 bytes
 content/blog/2021/12/RELEASE-3.14.0/index.md  |  18 ++
 content/releases/release-3.14.0.md|  17 +
 3 files changed, 35 insertions(+)

diff --git a/content/blog/2021/12/RELEASE-3.14.0/featured.jpeg 
b/content/blog/2021/12/RELEASE-3.14.0/featured.jpeg
new file mode 100644
index 000..36c23a0
Binary files /dev/null and b/content/blog/2021/12/RELEASE-3.14.0/featured.jpeg 
differ
diff --git a/content/blog/2021/12/RELEASE-3.14.0/index.md 
b/content/blog/2021/12/RELEASE-3.14.0/index.md
new file mode 100644
index 000..8a7526f
--- /dev/null
+++ b/content/blog/2021/12/RELEASE-3.14.0/index.md
@@ -0,0 +1,18 @@
+---
+title: "RELEASE 3.14.0"
+date: 2021-12-16
+draft: false
+authors: [gzurowski]
+categories: ["Releases"]
+preview: "The Camel community announces the immediate availability of the new 
Camel 3.14.0 LTS release"
+---
+
+
+The Camel community announces the immediate availability of Camel 3.14.0, a 
new LTS release with 111 new features, improvements and fixes.
+
+The artifacts are published and ready for you to download from the Central 
Maven repository. For more details please take a look at the [release 
notes](/releases/release-3.14.0/).
+
+Many thanks to all who made this release possible.
+
+On behalf of the Camel PMC,
+Gregor Zurowski
diff --git a/content/releases/release-3.14.0.md 
b/content/releases/release-3.14.0.md
new file mode 100644
index 000..11a72f8
--- /dev/null
+++ b/content/releases/release-3.14.0.md
@@ -0,0 +1,17 @@
+---
+date: 2021-12-16
+eol: 2022-12-16
+draft: false
+type: release-note
+version: 3.14.0
+title: "Release 3.14.0"
+preview: "New LTS release 3.14.0"
+apiBreaking: ""
+knownIssues: ""
+jiraVersionId: 12350688
+category: camel
+kind: lts
+jdk: [8,11]
+---
+
+This release is the new Camel 3.14.0 LTS minor release.


[camel-karaf] branch release/3.14.0 deleted (was eb3a6c1)

2021-12-16 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository.

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


 was eb3a6c1  [maven-release-plugin] prepare for next development iteration

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


[camel-karaf] 02/02: Target Camel 3.14.1-SNAPSHOT for development

2021-12-16 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository.

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

commit 72fc34f27fd1f67d488381293987230eba91a158
Author: Gregor Zurowski 
AuthorDate: Thu Dec 16 18:58:16 2021 +

Target Camel 3.14.1-SNAPSHOT for development
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2319805..d6a6aef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
 
 org.apache.camel
 camel-dependencies
-3.14.0
+3.14.1-SNAPSHOT
 
 
 org.apache.camel.karaf
@@ -106,7 +106,7 @@
 false
 
 
-3.14.0
+3.14.1-SNAPSHOT
 
 1.7.0_6
 3.5.2_1
@@ -754,7 +754,7 @@
 
 dev
 
-3.14.0
+3.14.1-SNAPSHOT
 
 
 


[camel-karaf] branch camel-karaf-3.14.x updated (f44cb67 -> 72fc34f)

2021-12-16 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository.

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


from f44cb67  Upgrade Spring Batch bundle to version 4.3.4_1
 add 8b48e82  Target Camel 3.14.0 for release
 add 468c5ed  [maven-release-plugin] prepare release camel-karaf-3.14.0
 add eb3a6c1  [maven-release-plugin] prepare for next development iteration
 new 75f13cd  Merge branch 'release/3.14.0' into camel-karaf-3.14.x
 new 72fc34f  Target Camel 3.14.1-SNAPSHOT for development

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   |  5 +-
 catalog/pom.xml|  2 +-
 components/camel-bean-osgi/pom.xml |  2 +-
 components/camel-bean-validator-osgi/pom.xml   |  2 +-
 components/camel-blueprint-main/pom.xml|  2 +-
 components/camel-blueprint/pom.xml | 60 ++
 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-osgi-activator/pom.xml|  6 +--
 components/camel-paxlogging/pom.xml|  2 +-
 components/camel-servlet-osgi/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 |  5 +-
 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|  8 +--
 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 +-
 .../pom.xml|  2 +-
 tooling/camel-karaf-docs-maven-plugin/pom.xml  |  2 +-
 tooling/camel-karaf-maven-plugin/pom.xml   |  2 +-
 tooling/pom.xml|  2 +-
 40 files changed, 72 insertions(+), 82 deletions(-)


[camel-karaf] 01/02: Merge branch 'release/3.14.0' into camel-karaf-3.14.x

2021-12-16 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository.

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

commit 75f13cd14e9c46b8ac30543379e09a72c75dbb2a
Merge: f44cb67 eb3a6c1
Author: Gregor Zurowski 
AuthorDate: Thu Dec 16 18:57:37 2021 +

Merge branch 'release/3.14.0' into camel-karaf-3.14.x

 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   |  5 +-
 catalog/pom.xml|  2 +-
 components/camel-bean-osgi/pom.xml |  2 +-
 components/camel-bean-validator-osgi/pom.xml   |  2 +-
 components/camel-blueprint-main/pom.xml|  2 +-
 components/camel-blueprint/pom.xml | 60 ++
 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-osgi-activator/pom.xml|  6 +--
 components/camel-paxlogging/pom.xml|  2 +-
 components/camel-servlet-osgi/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 |  5 +-
 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|  8 +--
 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 +-
 .../pom.xml|  2 +-
 tooling/camel-karaf-docs-maven-plugin/pom.xml  |  2 +-
 tooling/camel-karaf-maven-plugin/pom.xml   |  2 +-
 tooling/pom.xml|  2 +-
 40 files changed, 72 insertions(+), 82 deletions(-)


[camel-spring-boot] 01/02: Merge branch 'release/3.14.0' into camel-spring-boot-3.14.x

2021-12-16 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository.

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

commit dcfd4ce1256ad9483742af692ecab11ab39db00f
Merge: 5204155 0ff8a83
Author: Gregor Zurowski 
AuthorDate: Thu Dec 16 18:55:34 2021 +

Merge branch 'release/3.14.0' into camel-spring-boot-3.14.x

 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-atomix-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-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-beanio-starter/pom.xml|   2 +-
 components-starter/camel-beanstalk-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 +-
 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-consul-starter/pom.xml|   2 +-
 .../camel-controlbus-starter/pom.xml   |   2 +-
 components-starter/camel-corda-starter/pom.xml |  10 +-
 components-starter/camel-core-starter/pom.xml  |   2 +-
 components-starter/camel-couchbase-starter/pom.xml |   2 +-
 components-starter/camel-couchdb-starter/pom.xml   |   2 +-
 components-starter/camel-cron-starter/pom.xml  |   2 +-
 

[camel-spring-boot] branch camel-spring-boot-3.14.x updated (5204155 -> 00f58d4)

2021-12-16 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository.

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


from 5204155  [create-pull-request] automated change
 add 539f634  Target Camel 3.14.0 for release
 add e2104f8  [maven-release-plugin] prepare release 
camel-spring-boot-3.14.0
 add 0ff8a83  [maven-release-plugin] prepare for next development iteration
 new dcfd4ce  Merge branch 'release/3.14.0' into camel-spring-boot-3.14.x
 new 00f58d4  Target Camel 3.14.1-SNAPSHOT for development

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-atomix-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-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-beanio-starter/pom.xml|   2 +-
 components-starter/camel-beanstalk-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 +-
 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 +-
 

[camel-spring-boot] branch release/3.14.0 deleted (was 0ff8a83)

2021-12-16 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository.

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


 was 0ff8a83  [maven-release-plugin] prepare for next development iteration

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


[camel-spring-boot] 02/02: Target Camel 3.14.1-SNAPSHOT for development

2021-12-16 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository.

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

commit 00f58d4978e9dc60731f6444c12b9cb92acb7025
Author: Gregor Zurowski 
AuthorDate: Thu Dec 16 18:56:35 2021 +

Target Camel 3.14.1-SNAPSHOT for development
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3f00aaf..624dec2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
 
 org.apache.camel
 camel-dependencies
-3.14.0
+3.14.1-SNAPSHOT
 
 
 org.apache.camel.springboot
@@ -111,7 +111,7 @@
 2.6.1
 
 
-3.14.0
+3.14.1-SNAPSHOT
 
 
 1.0.2.v20150114
@@ -453,7 +453,7 @@
 
 dev
 
-3.14.0
+3.14.1-SNAPSHOT
 
 
 


[camel] branch release/3.14.0 deleted (was 3369142)

2021-12-16 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository.

gzurowski pushed a change to branch release/3.14.0
in repository https://gitbox.apache.org/repos/asf/camel.git.


 was 3369142  [maven-release-plugin] prepare for next development iteration

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


[camel] 01/01: Merge branch 'release/3.14.0' into camel-3.14.x

2021-12-16 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository.

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

commit 006ffa8dd3db9bd63857d38826d2be36df5cb698
Merge: 2e69826 3369142
Author: Gregor Zurowski 
AuthorDate: Thu Dec 16 18:52:21 2021 +

Merge branch 'release/3.14.0' into camel-3.14.x

 apache-camel/pom.xml   |  2 +-
 archetypes/camel-archetype-api-component/pom.xml   |  2 +-
 archetypes/camel-archetype-cdi/pom.xml |  2 +-
 archetypes/camel-archetype-component/pom.xml   |  2 +-
 archetypes/camel-archetype-dataformat/pom.xml  |  2 +-
 archetypes/camel-archetype-endpointdsl/pom.xml |  2 +-
 archetypes/camel-archetype-java/pom.xml|  2 +-
 archetypes/camel-archetype-main/pom.xml|  2 +-
 archetypes/camel-archetype-spring/pom.xml  |  2 +-
 archetypes/pom.xml |  2 +-
 bom/camel-bom/pom.xml  |  2 +-
 bom/pom.xml|  2 +-
 buildingtools/pom.xml  |  2 +-
 camel-dependencies/pom.xml | 23 +++---
 catalog/camel-catalog-lucene/pom.xml   |  2 +-
 catalog/camel-catalog-maven/pom.xml|  2 +-
 catalog/camel-catalog/pom.xml  |  2 +-
 catalog/camel-csimple-maven-plugin/pom.xml |  2 +-
 catalog/camel-report-maven-plugin/pom.xml  |  2 +-
 catalog/camel-route-parser/pom.xml |  2 +-
 catalog/dummy-component/pom.xml|  2 +-
 catalog/pom.xml|  2 +-
 components/camel-activemq/pom.xml  |  2 +-
 components/camel-ahc-ws/pom.xml|  2 +-
 components/camel-ahc/pom.xml   |  5 ++---
 components/camel-amqp/pom.xml  |  2 +-
 components/camel-any23/pom.xml |  2 +-
 components/camel-arangodb/pom.xml  |  5 ++---
 components/camel-as2/camel-as2-api/pom.xml |  2 +-
 components/camel-as2/camel-as2-component/pom.xml   |  2 +-
 components/camel-as2/pom.xml   |  2 +-
 components/camel-asn1/pom.xml  |  2 +-
 components/camel-asterisk/pom.xml  |  2 +-
 components/camel-atlasmap/pom.xml  |  2 +-
 components/camel-atmos/pom.xml |  2 +-
 components/camel-atmosphere-websocket/pom.xml  |  2 +-
 components/camel-atom/pom.xml  |  2 +-
 components/camel-atomix/pom.xml|  2 +-
 components/camel-attachments/pom.xml   |  2 +-
 .../camel-avro-rpc-component/pom.xml   |  6 ++
 .../camel-avro-rpc/camel-avro-rpc-jetty/pom.xml|  6 ++
 .../camel-avro-rpc/camel-avro-rpc-spi/pom.xml  |  6 ++
 components/camel-avro-rpc/pom.xml  |  2 +-
 components/camel-avro/pom.xml  |  2 +-
 .../camel-aws/camel-aws-secrets-manager/pom.xml|  2 +-
 components/camel-aws/camel-aws-xray/pom.xml|  2 +-
 components/camel-aws/camel-aws2-athena/pom.xml |  2 +-
 components/camel-aws/camel-aws2-cw/pom.xml |  2 +-
 components/camel-aws/camel-aws2-ddb/pom.xml|  2 +-
 components/camel-aws/camel-aws2-ec2/pom.xml|  2 +-
 components/camel-aws/camel-aws2-ecs/pom.xml|  2 +-
 components/camel-aws/camel-aws2-eks/pom.xml|  2 +-
 .../camel-aws/camel-aws2-eventbridge/pom.xml   |  2 +-
 components/camel-aws/camel-aws2-iam/pom.xml|  2 +-
 components/camel-aws/camel-aws2-kinesis/pom.xml|  2 +-
 components/camel-aws/camel-aws2-kms/pom.xml|  2 +-
 components/camel-aws/camel-aws2-lambda/pom.xml |  2 +-
 components/camel-aws/camel-aws2-mq/pom.xml |  2 +-
 components/camel-aws/camel-aws2-msk/pom.xml|  2 +-
 components/camel-aws/camel-aws2-s3/pom.xml |  2 +-
 components/camel-aws/camel-aws2-ses/pom.xml|  2 +-
 components/camel-aws/camel-aws2-sns/pom.xml|  2 +-
 components/camel-aws/camel-aws2-sqs/pom.xml|  2 +-
 components/camel-aws/camel-aws2-sts/pom.xml|  2 +-
 components/camel-aws/camel-aws2-translate/pom.xml  |  2 +-
 components/camel-aws/pom.xml   |  2 +-
 .../camel-azure/camel-azure-cosmosdb/pom.xml   |  2 +-
 .../camel-azure/camel-azure-eventhubs/pom.xml  |  2 +-
 .../camel-azure/camel-azure-servicebus/pom.xml |  2 +-
 .../camel-azure/camel-azure-storage-blob/pom.xml   |  2 +-
 .../camel-azure-storage-datalake/pom.xml   |  5 ++---
 .../camel-azure/camel-azure-storage-queue/pom.xml  |  2 +-
 components/camel-azure/pom.xml |  2 +-
 components/camel-barcode/pom.xml   |  2 +-
 components/camel-base64/pom.xml|  2 +-
 components/camel-bean-validator/pom.xml|  2 +-
 

[camel] branch camel-3.14.x updated (2e69826 -> 006ffa8)

2021-12-16 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository.

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


from 2e69826  CAMEL-17336: camel-jackson: useList has no effect (#6540)
 add 317cd59  [maven-release-plugin] prepare release camel-3.14.0
 add 3369142  [maven-release-plugin] prepare for next development iteration
 new 006ffa8  Merge branch 'release/3.14.0' into camel-3.14.x

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:
 apache-camel/pom.xml   |  2 +-
 archetypes/camel-archetype-api-component/pom.xml   |  2 +-
 archetypes/camel-archetype-cdi/pom.xml |  2 +-
 archetypes/camel-archetype-component/pom.xml   |  2 +-
 archetypes/camel-archetype-dataformat/pom.xml  |  2 +-
 archetypes/camel-archetype-endpointdsl/pom.xml |  2 +-
 archetypes/camel-archetype-java/pom.xml|  2 +-
 archetypes/camel-archetype-main/pom.xml|  2 +-
 archetypes/camel-archetype-spring/pom.xml  |  2 +-
 archetypes/pom.xml |  2 +-
 bom/camel-bom/pom.xml  |  2 +-
 bom/pom.xml|  2 +-
 buildingtools/pom.xml  |  2 +-
 camel-dependencies/pom.xml | 23 +++---
 catalog/camel-catalog-lucene/pom.xml   |  2 +-
 catalog/camel-catalog-maven/pom.xml|  2 +-
 catalog/camel-catalog/pom.xml  |  2 +-
 catalog/camel-csimple-maven-plugin/pom.xml |  2 +-
 catalog/camel-report-maven-plugin/pom.xml  |  2 +-
 catalog/camel-route-parser/pom.xml |  2 +-
 catalog/dummy-component/pom.xml|  2 +-
 catalog/pom.xml|  2 +-
 components/camel-activemq/pom.xml  |  2 +-
 components/camel-ahc-ws/pom.xml|  2 +-
 components/camel-ahc/pom.xml   |  5 ++---
 components/camel-amqp/pom.xml  |  2 +-
 components/camel-any23/pom.xml |  2 +-
 components/camel-arangodb/pom.xml  |  5 ++---
 components/camel-as2/camel-as2-api/pom.xml |  2 +-
 components/camel-as2/camel-as2-component/pom.xml   |  2 +-
 components/camel-as2/pom.xml   |  2 +-
 components/camel-asn1/pom.xml  |  2 +-
 components/camel-asterisk/pom.xml  |  2 +-
 components/camel-atlasmap/pom.xml  |  2 +-
 components/camel-atmos/pom.xml |  2 +-
 components/camel-atmosphere-websocket/pom.xml  |  2 +-
 components/camel-atom/pom.xml  |  2 +-
 components/camel-atomix/pom.xml|  2 +-
 components/camel-attachments/pom.xml   |  2 +-
 .../camel-avro-rpc-component/pom.xml   |  6 ++
 .../camel-avro-rpc/camel-avro-rpc-jetty/pom.xml|  6 ++
 .../camel-avro-rpc/camel-avro-rpc-spi/pom.xml  |  6 ++
 components/camel-avro-rpc/pom.xml  |  2 +-
 components/camel-avro/pom.xml  |  2 +-
 .../camel-aws/camel-aws-secrets-manager/pom.xml|  2 +-
 components/camel-aws/camel-aws-xray/pom.xml|  2 +-
 components/camel-aws/camel-aws2-athena/pom.xml |  2 +-
 components/camel-aws/camel-aws2-cw/pom.xml |  2 +-
 components/camel-aws/camel-aws2-ddb/pom.xml|  2 +-
 components/camel-aws/camel-aws2-ec2/pom.xml|  2 +-
 components/camel-aws/camel-aws2-ecs/pom.xml|  2 +-
 components/camel-aws/camel-aws2-eks/pom.xml|  2 +-
 .../camel-aws/camel-aws2-eventbridge/pom.xml   |  2 +-
 components/camel-aws/camel-aws2-iam/pom.xml|  2 +-
 components/camel-aws/camel-aws2-kinesis/pom.xml|  2 +-
 components/camel-aws/camel-aws2-kms/pom.xml|  2 +-
 components/camel-aws/camel-aws2-lambda/pom.xml |  2 +-
 components/camel-aws/camel-aws2-mq/pom.xml |  2 +-
 components/camel-aws/camel-aws2-msk/pom.xml|  2 +-
 components/camel-aws/camel-aws2-s3/pom.xml |  2 +-
 components/camel-aws/camel-aws2-ses/pom.xml|  2 +-
 components/camel-aws/camel-aws2-sns/pom.xml|  2 +-
 components/camel-aws/camel-aws2-sqs/pom.xml|  2 +-
 components/camel-aws/camel-aws2-sts/pom.xml|  2 +-
 components/camel-aws/camel-aws2-translate/pom.xml  |  2 +-
 components/camel-aws/pom.xml   |  2 +-
 .../camel-azure/camel-azure-cosmosdb/pom.xml   |  2 +-
 .../camel-azure/camel-azure-eventhubs/pom.xml  |  2 +-
 .../camel-azure/camel-azure-servicebus/pom.xml |  2 +-
 .../camel-azure/camel-azure-storage-blob/pom.xml   |  2 +-
 

svn commit: r51517 - in /release/camel/apache-camel/3.14.0: apache-camel-3.14.0-src.zip apache-camel-3.14.0-src.zip.asc apache-camel-3.14.0-src.zip.sha512 apache-camel-3.14.0.pom apache-camel-3.14.0.p

2021-12-16 Thread gzurowski
Author: gzurowski
Date: Thu Dec 16 18:47:14 2021
New Revision: 51517

Log:
Apache Camel 3.14.0 released artifacts.

Added:
release/camel/apache-camel/3.14.0/apache-camel-3.14.0-src.zip   (with props)
release/camel/apache-camel/3.14.0/apache-camel-3.14.0-src.zip.asc
release/camel/apache-camel/3.14.0/apache-camel-3.14.0-src.zip.sha512
release/camel/apache-camel/3.14.0/apache-camel-3.14.0.pom
release/camel/apache-camel/3.14.0/apache-camel-3.14.0.pom.asc
release/camel/apache-camel/3.14.0/apache-camel-3.14.0.pom.sha512

Added: release/camel/apache-camel/3.14.0/apache-camel-3.14.0-src.zip
==
Binary file - no diff available.

Propchange: release/camel/apache-camel/3.14.0/apache-camel-3.14.0-src.zip
--
svn:mime-type = application/octet-stream

Added: release/camel/apache-camel/3.14.0/apache-camel-3.14.0-src.zip.asc
==
--- release/camel/apache-camel/3.14.0/apache-camel-3.14.0-src.zip.asc (added)
+++ release/camel/apache-camel/3.14.0/apache-camel-3.14.0-src.zip.asc Thu Dec 
16 18:47:14 2021
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmG2H08ACgkQnVvv+llC
+wEmtTQ//TNe9rmLugWermWGhnjloI8EdpC3NmbWMOOlDLKx76FASvRUwd583l7GW
+AKBqmTAxBiMk7DPNbkpAqgotE35vh4owu5QKPVCdTAH/7zSjqf+NKD1mRpCrwIXK
+h0GL324Gw/Q25OzTWj4/Wg3uge5PJAhgA6c2DHagF8rTVeZl8TZqsVeHVTJlIp4P
+5ts4JAr4R6hBjtPddvYJ/KXFUCRyWoNpTyXfmoauExcLjfuU2F/fPw4RrPWgsVjE
+dkJZX4ZbSI0KWTtdBLLtI+Tu1seeJz1rfV+gTvCYrt5gtFZmMjnC65Xm6oX68o8a
+WvZ2LHTMte9uAdVYO7O3HWifbCNXWL5KnahuwmZPViLPClohy6NUfLNeLTG9XNSR
+mMudVzkbBORbRcnPXU1uJ9WH14WJeCgVnEBgBLbjLJKkg23+zeQHFruE8vfxodoi
+/DPT5YujM6/LL6gsK5/6J8FhfKi/eXuLEcXhvsW9uXYy00tNacSgP+s7JpwAJYLq
+yjNeD4uM3iLvCDnbujuS7WxLxS5jGNgMiUDHRKp2koS27+YCftm2bO5Eb5iHmyzL
+aSaP0TZLIpjWr1yPYfTz2ndgdUO7qMEfPaST775pGYE7rBD2bqkqyRrYmcI7wasL
+LOJ9Ox3YIKCLJQ7ygyeBKyKWKyDeaD8wRElgG3e/s40+w8Iq38M=
+=SaSt
+-END PGP SIGNATURE-

Added: release/camel/apache-camel/3.14.0/apache-camel-3.14.0-src.zip.sha512
==
--- release/camel/apache-camel/3.14.0/apache-camel-3.14.0-src.zip.sha512 (added)
+++ release/camel/apache-camel/3.14.0/apache-camel-3.14.0-src.zip.sha512 Thu 
Dec 16 18:47:14 2021
@@ -0,0 +1 @@
+37d6116cb7aa9eb175b6da47b17784d425f6bd6632b254660f10179b41a57a6339f85d4c84c6e58bbaa8325cf6a96f10511a7043207e8ad3cb9eb2c9f355ba0f
  apache-camel-3.14.0-src.zip

Added: release/camel/apache-camel/3.14.0/apache-camel-3.14.0.pom
==
--- release/camel/apache-camel/3.14.0/apache-camel-3.14.0.pom (added)
+++ release/camel/apache-camel/3.14.0/apache-camel-3.14.0.pom Thu Dec 16 
18:47:14 2021
@@ -0,0 +1,288 @@
+
+
+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
+  
+org.apache.camel
+camel-parent
+3.14.0
+../parent
+  
+  org.apache.camel
+  apache-camel
+  3.14.0
+  pom
+  Camel :: Assembly
+  Apache Camel Assembly
+  
+
+  Apache License, Version 2.0
+  https://www.apache.org/licenses/LICENSE-2.0.txt
+  repo
+
+  
+  
+gnu
+true
+true
+false
+  
+  
+
+  org.apache.camel
+  camel-api
+  3.14.0
+  compile
+
+
+  org.apache.camel
+  camel-util
+  3.14.0
+  compile
+
+
+  org.apache.camel
+  camel-management-api
+  3.14.0
+  compile
+
+
+  org.apache.camel
+  camel-management
+  3.14.0
+  compile
+
+
+  org.apache.camel
+  camel-base
+  3.14.0
+  compile
+
+
+  org.apache.camel
+  camel-base-engine
+  3.14.0
+  compile
+
+
+  org.apache.camel
+  camel-support
+  3.14.0
+  compile
+
+
+  org.apache.camel
+  camel-core
+  3.14.0
+  compile
+
+
+  org.apache.camel
+  camel-core-engine
+  3.14.0
+  compile
+
+
+  org.apache.camel
+  camel-core-model
+  3.14.0
+  compile
+
+
+  org.apache.camel
+  camel-core-processor
+  3.14.0
+  compile
+
+
+  org.apache.camel
+  camel-core-reifier
+  3.14.0
+  compile
+
+
+  org.apache.camel
+  camel-core-languages
+  3.14.0
+  compile
+
+
+  org.apache.camel
+  camel-core-xml
+  3.14.0
+  compile
+
+
+  org.apache.camel
+  camel-core-catalog
+  3.14.0
+  compile
+
+
+  org.apache.camel
+  camel-cloud
+  3.14.0
+  compile
+
+
+  org.apache.camel
+  camel-cluster
+  3.14.0
+  compile
+
+
+

svn commit: r51516 - /release/camel/apache-camel/3.14.0/

2021-12-16 Thread gzurowski
Author: gzurowski
Date: Thu Dec 16 18:45:41 2021
New Revision: 51516

Log:
Apache Camel 3.14.0 release distro placeholder.

Added:
release/camel/apache-camel/3.14.0/



[camel] branch main updated: camel-salesforce: Document apexCall operation

2021-12-16 Thread jeremyross
This is an automated email from the ASF dual-hosted git repository.

jeremyross 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 43ddb34  camel-salesforce: Document apexCall operation
43ddb34 is described below

commit 43ddb349bafeed4a7defb667f834a5f086b22d5b
Author: Jeremy Ross 
AuthorDate: Thu Dec 16 12:26:25 2021 -0600

camel-salesforce: Document apexCall operation
---
 .../src/main/docs/salesforce-component.adoc   | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc
 
b/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc
index d6a5f3f..94c3911 100644
--- 
a/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc
+++ 
b/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc
@@ -429,12 +429,12 @@ the value of the header named `id` will be used to 
replace the placeholder.
 
 | request body | `Map` if `GET`, otherwise `String` or 
`InputStream`| In the case of a `GET`, the body (`Map` instance)
 is transformed into query parameters. For other HTTP methods, the body is used 
for the HTTP body. | |
-| `apexUrl` | `String` | The portion of the endpoint URL after 
`https://instance.salesforce.com/services/apexrest/`, e.g., 'MyApexClass/' | |
+| `apexUrl` | `String` | The portion of the endpoint URL after 
`https://instance.salesforce.com/services/apexrest/`, e.g., 'MyApexClass/' | | 
Yes, unless supplied in endpoint
 | `apexMethod` | `String` | The HTTP method (e.g. `GET`, `POST`) to use. | 
`GET` |
 | `rawPayload` | `Boolean` | If true, Camel will not serialize the request or 
response bodies. | false |
-| Header: `apexQueryParam.[paramName]` | Object | Headers that override apex 
parameters passed in the endpoint. | false |
-| `sObjectName` | `String` | Name of sObject (e.g. `Merchandise__c`) used to 
deserialize the response | false |
-| `sObjectClass` | `String` | Fully qualified class name used to deserialize 
the response | false |
+| Header: `apexQueryParam.[paramName]` | Object | Headers that override apex 
parameters passed in the endpoint. |  |
+| `sObjectName` | `String` | Name of sObject (e.g. `Merchandise__c`) used to 
deserialize the response |  | If `rawPayload` is false and `sObjectClass` not 
supplied
+| `sObjectClass` | `String` | Fully qualified class name used to deserialize 
the response |  | If `rawPayload` is false and `sObjectName` not supplied
 |===
 
 


[camel] branch regen_bot updated (b1faad4 -> 6ad9347)

2021-12-16 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 b1faad4  camel-salesforce: Fix test.
 add 6ad9347  camel-salesforce: Update URLs

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/component/salesforce/RestApiIntegrationTest.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[camel] branch main updated: camel-salesforce: Document apexCall operation

2021-12-16 Thread jeremyross
This is an automated email from the ASF dual-hosted git repository.

jeremyross 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 65f2065  camel-salesforce: Document apexCall operation
65f2065 is described below

commit 65f20650430657de9b7145c2b3fa50cd645492c6
Author: Jeremy Ross 
AuthorDate: Thu Dec 16 12:20:26 2021 -0600

camel-salesforce: Document apexCall operation
---
 .../src/main/docs/salesforce-component.adoc| 111 +
 1 file changed, 70 insertions(+), 41 deletions(-)

diff --git 
a/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc
 
b/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc
index 189a51b..d6a5f3f 100644
--- 
a/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc
+++ 
b/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc
@@ -380,47 +380,6 @@ The 
https://developer.salesforce.com/docs/atlas.en-us.change_data_capture.meta/c
 is a good fit to better know the subtleties of implementing a change data 
capture integration application.
 The dynamic nature of change event body fields, high level replication steps 
as well as security considerations could be of interest.
 
-== Examples
-
-=== Uploading a document to a ContentWorkspace
-
-Create the ContentVersion in Java, using a Processor instance:
-
-[source,java]
-
-public class ContentProcessor implements Processor {
-public void process(Exchange exchange) throws Exception {
-Message message = exchange.getIn();
-
-ContentVersion cv = new ContentVersion();
-ContentWorkspace cw = getWorkspace(exchange);
-cv.setFirstPublishLocationId(cw.getId());
-cv.setTitle("test document");
-cv.setPathOnClient("test_doc.html");
-byte[] document = message.getBody(byte[].class);
-ObjectMapper mapper = new ObjectMapper();
-String enc = mapper.convertValue(document, String.class);
-cv.setVersionDataUrl(enc);
-message.setBody(cv);
-}
-
-protected ContentWorkspace getWorkSpace(Exchange exchange) {
-// Look up the content workspace somehow, maybe use enrich() to add it 
to a
-// header that can be extracted here
-
-}
-} 
-
-
-Give the output from the processor to the Salesforce component:
-
-[source,java]
-
-from("file:///home/camel/library")
-.to(new ContentProcessor()) // convert bytes from the file into a 
ContentVersion SObject 
-// for the salesforce component
-.to("salesforce:createSObject"); 
-
 
 == Using Salesforce Limits API
 
@@ -450,6 +409,36 @@ from("direct:querySalesforce")
 .endChoice()
 
 
+== Invoking Apex REST endpoints
+
+You can 
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_rest_intro.htm[expose
 your Apex class and methods]
+so that external applications can access your code and your application 
through the REST architecture.
+
+The URI format for invoking Apex REST is:
+
+
+salesforce:apexCall[/yourApexRestUrl][?options]
+
+
+You can supply the apexUrl either in the endpoint (see above), or as the 
`apexUrl` option as listed in the table below.
+In either case the Apex URL can contain placeholders in the format of 
`{headerName}`. E.g., for the Apex URL `MyApexClass/{id}`,
+the value of the header named `id` will be used to replace the placeholder.
+
+|===
+| Parameter | Type | Description| Default| Required
+
+| request body | `Map` if `GET`, otherwise `String` or 
`InputStream`| In the case of a `GET`, the body (`Map` instance)
+is transformed into query parameters. For other HTTP methods, the body is used 
for the HTTP body. | |
+| `apexUrl` | `String` | The portion of the endpoint URL after 
`https://instance.salesforce.com/services/apexrest/`, e.g., 'MyApexClass/' | |
+| `apexMethod` | `String` | The HTTP method (e.g. `GET`, `POST`) to use. | 
`GET` |
+| `rawPayload` | `Boolean` | If true, Camel will not serialize the request or 
response bodies. | false |
+| Header: `apexQueryParam.[paramName]` | Object | Headers that override apex 
parameters passed in the endpoint. | false |
+| `sObjectName` | `String` | Name of sObject (e.g. `Merchandise__c`) used to 
deserialize the response | false |
+| `sObjectClass` | `String` | Fully qualified class name used to deserialize 
the response | false |
+|===
+
+
+
 == Working with approvals
 
 All the properties are named exactly the same as in the Salesforce REST API 
prefixed with `approval.`. You can set
@@ -799,6 +788,46 @@ send null values to salesforce, use the `fieldsToNull` 
property, as follows:
 accountSObject.getFieldsToNull().add("Site");
 
 
+== Uploading a document to a ContentWorkspace
+
+Create the ContentVersion in Java, 

[camel] branch regen_bot updated (a224cfa -> b1faad4)

2021-12-16 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 a224cfa  Polished
 add b1faad4  camel-salesforce: Fix test.

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/component/salesforce/RestApiIntegrationTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[GitHub] [camel-karavan] mgubaidullin opened a new issue #148: Run button doesn't work after VSCode upgrade to 1.63

2021-12-16 Thread GitBox


mgubaidullin opened a new issue #148:
URL: https://github.com/apache/camel-karavan/issues/148


   After upgrade VSCode from 1.62 to 1.63 `Run` button does not work anymore 
when Diargram (Webview) is opened.
   
   For some reason arguments in `registerCommand` contains different `path` 
value, ex. `webview-panel/webview-` 
   than `host` value of `new URL(window.location.href)`  in Webview itself.
   
   In previous version of VSCode they was the same and we could match Button 
Click with the open WebView.
   
   
https://github.com/apache/camel-karavan/blob/0028aacfea847ea2a7f200faf42c85c43fdaf53c/karavan-vscode/src/extension.ts#L78
 
   
   
https://github.com/apache/camel-karavan/blob/0028aacfea847ea2a7f200faf42c85c43fdaf53c/karavan-vscode/webview/App.tsx#L66


-- 
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] zbendhiba commented on pull request #3392: ⬆️ Upgrade Camel to 3.14.0

2021-12-16 Thread GitBox


zbendhiba commented on pull request #3392:
URL: https://github.com/apache/camel-quarkus/pull/3392#issuecomment-996034716


   I guess the staging repo is not available anymore, and artifacts not totally 
pushed to maven central.


-- 
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] zbendhiba commented on a change in pull request #3392: ⬆️ Upgrade Camel to 3.14.0

2021-12-16 Thread GitBox


zbendhiba commented on a change in pull request #3392:
URL: https://github.com/apache/camel-quarkus/pull/3392#discussion_r770764253



##
File path: docs/pom.xml
##
@@ -31,6 +31,12 @@
 
 Camel Quarkus :: Documentation
 
+
+

Review comment:
   @ppalaga  I didn't understand your comment




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

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

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




[GitHub] [camel-quarkus] zbendhiba commented on a change in pull request #3392: ⬆️ Upgrade Camel to 3.14.0

2021-12-16 Thread GitBox


zbendhiba commented on a change in pull request #3392:
URL: https://github.com/apache/camel-quarkus/pull/3392#discussion_r770763157



##
File path: docs/antora-playbook-dev.yml
##
@@ -26,7 +26,7 @@ content:
 start_path: docs
   - url: g...@github.com:apache/camel.git
 branches:
-  - camel-3.13.x # replace ${camel.docs.branch}
+  - camel-3.14.x # replace ${camel.docs.branch}

Review comment:
   There was a problem with rebase. Thanks for catching this




-- 
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-salesforce: Update URLs

2021-12-16 Thread jeremyross
This is an automated email from the ASF dual-hosted git repository.

jeremyross 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 6ad9347  camel-salesforce: Update URLs
6ad9347 is described below

commit 6ad934779497cfaae7afcc00b408a6f3887ce7d8
Author: Jeremy Ross 
AuthorDate: Thu Dec 16 11:26:29 2021 -0600

camel-salesforce: Update URLs

Doc URLs have changed.
---
 .../org/apache/camel/component/salesforce/RestApiIntegrationTest.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/components/camel-salesforce/camel-salesforce-component/src/test/java/org/apache/camel/component/salesforce/RestApiIntegrationTest.java
 
b/components/camel-salesforce/camel-salesforce-component/src/test/java/org/apache/camel/component/salesforce/RestApiIntegrationTest.java
index d12d70c..de74c01 100644
--- 
a/components/camel-salesforce/camel-salesforce-component/src/test/java/org/apache/camel/component/salesforce/RestApiIntegrationTest.java
+++ 
b/components/camel-salesforce/camel-salesforce-component/src/test/java/org/apache/camel/component/salesforce/RestApiIntegrationTest.java
@@ -76,7 +76,7 @@ public class RestApiIntegrationTest extends 
AbstractSalesforceTestBase {
 
 /**
  * Request DTO for Salesforce APEX REST calls. See
- * 
https://www.salesforce.com/us/developer/docs/apexcode/Content/apex_rest_methods.htm.
+ * 
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_rest_methods.htm.
  */
 public static class MerchandiseRequest extends AbstractDTOBase {
 private Merchandise__c merchandise;
@@ -96,7 +96,7 @@ public class RestApiIntegrationTest extends 
AbstractSalesforceTestBase {
 
 /**
  * Response DTO for Salesforce APEX REST calls. See
- * 
https://www.salesforce.com/us/developer/docs/apexcode/Content/apex_rest_methods.htm.
+ * 
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_rest_methods.htm.
  */
 public static class MerchandiseResponse extends Merchandise__c {
 // XML response contains a type string with the SObject type name


[GitHub] [camel-quarkus] zbendhiba commented on a change in pull request #3391: ⏪️ Revert software.amazon.awssdk:apache-client dependency override

2021-12-16 Thread GitBox


zbendhiba commented on a change in pull request #3391:
URL: https://github.com/apache/camel-quarkus/pull/3391#discussion_r770748758



##
File path: poms/bom/pom.xml
##
@@ -6055,18 +6048,6 @@
 json-smart
 ${json-smart.version}
 
-
-
-software.amazon.awssdk
-apache-client
-${awssdk.version}
-
-
-commons-logging
-commons-logging
-
-
-

Review comment:
   should be fine by now




-- 
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-salesforce: Fix test.

2021-12-16 Thread jeremyross
This is an automated email from the ASF dual-hosted git repository.

jeremyross 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 b1faad4  camel-salesforce: Fix test.
b1faad4 is described below

commit b1faad40fe224c00a7bda90ab07a756ebb7c1ec5
Author: Jeremy Ross 
AuthorDate: Thu Dec 16 11:01:36 2021 -0600

camel-salesforce: Fix test.
---
 .../org/apache/camel/component/salesforce/RestApiIntegrationTest.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/RestApiIntegrationTest.java
 
b/components/camel-salesforce/camel-salesforce-component/src/test/java/org/apache/camel/component/salesforce/RestApiIntegrationTest.java
index 31afd77..d12d70c 100644
--- 
a/components/camel-salesforce/camel-salesforce-component/src/test/java/org/apache/camel/component/salesforce/RestApiIntegrationTest.java
+++ 
b/components/camel-salesforce/camel-salesforce-component/src/test/java/org/apache/camel/component/salesforce/RestApiIntegrationTest.java
@@ -803,7 +803,7 @@ public class RestApiIntegrationTest extends 
AbstractSalesforceTestBase {
 + Merchandise__c.class.getName());
 
 
from("direct:apexCallPatch").to("salesforce:apexCall/Merchandise/"
-+ 
"=PATCH=" + MerchandiseResponse.class.getName());
++ 
"?apexMethod=PATCH=" + MerchandiseResponse.class.getName());
 
 
from("direct:createSObjectContinueOnException").onException(Exception.class).continued(true).end()
 .to("salesforce:createSObject");


[camel-website] branch asf-site updated (d27aa1f -> f4cb888)

2021-12-16 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

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


 discard d27aa1f  Website updated to 5e1db989e1d84af6ea20ba933ff13b831e46f74d
 discard e7e24a8  Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new 1217f63  Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new f4cb888  Website updated to 5e1db989e1d84af6ea20ba933ff13b831e46f74d

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   (d27aa1f)
\
 N -- N -- N   refs/heads/asf-site (f4cb888)

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

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

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


Summary of changes:
 .htaccess |   52 +-
 camel-kamelets/next/cassandra-sink.html   |   10 +-
 camel-kamelets/next/cassandra-source.html |   10 +-
 sitemap-camel-k.xml   |  822 ++--
 sitemap-camel-kafka-connector.xml | 2218 +-
 sitemap-camel-kamelets.xml|  584 +--
 sitemap-camel-karaf.xml   |   70 +-
 sitemap-camel-quarkus.xml | 2078 -
 sitemap-camel-spring-boot.xml |   54 +-
 sitemap-components.xml| 6712 ++---
 sitemap-manual.xml|  384 +-
 11 files changed, 6493 insertions(+), 6501 deletions(-)


[GitHub] [camel-quarkus] zbendhiba commented on a change in pull request #3391: ⏪️ Revert software.amazon.awssdk:apache-client dependency override

2021-12-16 Thread GitBox


zbendhiba commented on a change in pull request #3391:
URL: https://github.com/apache/camel-quarkus/pull/3391#discussion_r770720760



##
File path: poms/bom/pom.xml
##
@@ -6055,18 +6048,6 @@
 json-smart
 ${json-smart.version}
 
-
-
-software.amazon.awssdk
-apache-client
-${awssdk.version}
-
-
-commons-logging
-commons-logging
-
-
-

Review comment:
   ok, let me change this.




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

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

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




[GitHub] [camel-kamelets] djencks commented on pull request #630: POC/WIP Main collect

2021-12-16 Thread GitBox


djencks commented on pull request #630:
URL: https://github.com/apache/camel-kamelets/pull/630#issuecomment-995972907


   Yes, at the moment both  original and new versions of the kamelets pages are 
shown for easier comparison.
   One difference is that I changed how the "required" status of a property is 
shown to match the other tables I've worked on: instead of a star after the 
name, the description starts with at bold "Required".


-- 
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-kafka-connector] djencks merged pull request #1299: Camel kafka connector 0.11.x local index page and local/partial build

2021-12-16 Thread GitBox


djencks merged pull request #1299:
URL: https://github.com/apache/camel-kafka-connector/pull/1299


   


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

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

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




[camel-kafka-connector] 02/02: local/partial build setup

2021-12-16 Thread djencks
This is an automated email from the ASF dual-hosted git repository.

djencks pushed a commit to branch camel-kafka-connector-0.11.x
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit 6739f236b334c78e05e39f54c88f156d89648c62
Author: David Jencks 
AuthorDate: Wed Dec 15 21:32:12 2021 -0800

local/partial build setup
---
 docs/local-build.sh   | 37 +
 docs/source-map.yml   | 25 +
 docs/source-watch.yml | 34 ++
 3 files changed, 96 insertions(+)

diff --git a/docs/local-build.sh b/docs/local-build.sh
new file mode 100755
index 000..46bdf28
--- /dev/null
+++ b/docs/local-build.sh
@@ -0,0 +1,37 @@
+#!/bin/sh
+
+#
+# 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.
+#
+
+CW=./../../camel-website
+LOCAL=./../camel-kafka-connector
+
+cd $CW || (echo 'camel-website not in expected location $CW' && exit)
+cp antora-playbook.yml local-antora-playbook-full.yml
+cat $LOCAL/docs/source-map.yml >> local-antora-playbook-full.yml
+cat playbook-patch-full.yml >> local-antora-playbook-full.yml
+
+cp antora-playbook.yml local-antora-playbook-partial.yml
+cat $LOCAL/docs/source-map.yml >> local-antora-playbook-partial.yml
+cat $LOCAL/docs/source-watch.yml >> local-antora-playbook-partial.yml
+
+if [ "$1" = "full" ] || [ "$1" = "1" ]
+then
+  yarn build:antora-local-full
+else
+  yarn build:antora-local-partial
+fi
\ No newline at end of file
diff --git a/docs/source-map.yml b/docs/source-map.yml
new file mode 100644
index 000..16415b8
--- /dev/null
+++ b/docs/source-map.yml
@@ -0,0 +1,25 @@
+#
+# 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.
+#
+
+- require: '@djencks/antora-source-map'
+#  log_level: trace
+  source-map:
+- url: 'https://github.com/apache/camel-kafka-connector.git'
+  mapped-url: './../camel-kafka-connector'
+  branches:
+- branch: camel-kafka-connector-0.11.x
+  mapped-branch: HEAD
diff --git a/docs/source-watch.yml b/docs/source-watch.yml
new file mode 100644
index 000..e03193c
--- /dev/null
+++ b/docs/source-watch.yml
@@ -0,0 +1,34 @@
+#
+# 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.
+#
+
+- require: '@djencks/antora-source-watch'
+#  log_level: trace
+  sources:
+- url: ./../camel-kafka-connector
+  component: camel-kafka-connector
+  version: next
+
+- require: "@djencks/antora-site-manifest"
+  import-manifests:
+- primary-site-manifest-url: ./documentation/site-manifest.json
+  partial-components: true
+  local-urls: true
+
+- require: '@djencks/antora-timer'
+  log_level: info
+
+  generator: '@djencks/antora-source-watch'
\ No newline at 

[camel-kafka-connector] branch camel-kafka-connector-0.11.x updated (0dcf88e -> 6739f23)

2021-12-16 Thread djencks
This is an automated email from the ASF dual-hosted git repository.

djencks pushed a change to branch camel-kafka-connector-0.11.x
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git.


from 0dcf88e  Table Name cell no longer needs to be 'a'
 new 97fa83b  local indexPages config
 new 6739f23  local/partial build setup

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:
 docs/indexPages.yml   | 14 ++
 docs/{antora.yml => local-build.sh}   | 27 ++-
 .asf.yaml => docs/source-map.yml  | 20 
 docs/{antora.yml => source-watch.yml} | 24 +++-
 4 files changed, 55 insertions(+), 30 deletions(-)
 create mode 100644 docs/indexPages.yml
 copy docs/{antora.yml => local-build.sh} (55%)
 mode change 100644 => 100755
 copy .asf.yaml => docs/source-map.yml (71%)
 copy docs/{antora.yml => source-watch.yml} (61%)


[camel-kafka-connector] 01/02: local indexPages config

2021-12-16 Thread djencks
This is an automated email from the ASF dual-hosted git repository.

djencks pushed a commit to branch camel-kafka-connector-0.11.x
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit 97fa83b2aee60de9808c9e4578ff24d4a1f90d56
Author: David Jencks 
AuthorDate: Wed Dec 15 21:31:45 2021 -0800

local indexPages config
---
 docs/indexPages.yml | 14 ++
 1 file changed, 14 insertions(+)

diff --git a/docs/indexPages.yml b/docs/indexPages.yml
new file mode 100644
index 000..682ec4e
--- /dev/null
+++ b/docs/indexPages.yml
@@ -0,0 +1,14 @@
+indexPages:
+  - query:
+  module: ROOT
+  family: example
+  relative: json/*
+template-id:
+  family: example
+  relative: template/connector-options.adoc
+extract:
+  - path: 'src.relative'
+match: 
'json/camel-(?*)-kafka-(?source|sink)-connector.json'
+target:
+  match: 'json/(?*).json'
+  format: '`reference/connectors/${body}.adoc`'


[GitHub] [camel-kafka-connector] djencks merged pull request #1298: Main local index page and local/partial build

2021-12-16 Thread GitBox


djencks merged pull request #1298:
URL: https://github.com/apache/camel-kafka-connector/pull/1298


   


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

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

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




[camel-kafka-connector] 02/02: local/partial build setup

2021-12-16 Thread djencks
This is an automated email from the ASF dual-hosted git repository.

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

commit 873bb1c7e49e5ea4899b27696f72e2679768121d
Author: David Jencks 
AuthorDate: Wed Dec 15 21:32:12 2021 -0800

local/partial build setup
---
 docs/local-build.sh   | 37 +
 docs/source-map.yml   | 25 +
 docs/source-watch.yml | 34 ++
 3 files changed, 96 insertions(+)

diff --git a/docs/local-build.sh b/docs/local-build.sh
new file mode 100755
index 000..46bdf28
--- /dev/null
+++ b/docs/local-build.sh
@@ -0,0 +1,37 @@
+#!/bin/sh
+
+#
+# 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.
+#
+
+CW=./../../camel-website
+LOCAL=./../camel-kafka-connector
+
+cd $CW || (echo 'camel-website not in expected location $CW' && exit)
+cp antora-playbook.yml local-antora-playbook-full.yml
+cat $LOCAL/docs/source-map.yml >> local-antora-playbook-full.yml
+cat playbook-patch-full.yml >> local-antora-playbook-full.yml
+
+cp antora-playbook.yml local-antora-playbook-partial.yml
+cat $LOCAL/docs/source-map.yml >> local-antora-playbook-partial.yml
+cat $LOCAL/docs/source-watch.yml >> local-antora-playbook-partial.yml
+
+if [ "$1" = "full" ] || [ "$1" = "1" ]
+then
+  yarn build:antora-local-full
+else
+  yarn build:antora-local-partial
+fi
\ No newline at end of file
diff --git a/docs/source-map.yml b/docs/source-map.yml
new file mode 100644
index 000..c50d804
--- /dev/null
+++ b/docs/source-map.yml
@@ -0,0 +1,25 @@
+#
+# 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.
+#
+
+- require: '@djencks/antora-source-map'
+#  log_level: trace
+  source-map:
+- url: 'https://github.com/apache/camel-kafka-connector.git'
+  mapped-url: './../camel-kafka-connector'
+  branches:
+- branch: main
+  mapped-branch: HEAD
diff --git a/docs/source-watch.yml b/docs/source-watch.yml
new file mode 100644
index 000..e03193c
--- /dev/null
+++ b/docs/source-watch.yml
@@ -0,0 +1,34 @@
+#
+# 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.
+#
+
+- require: '@djencks/antora-source-watch'
+#  log_level: trace
+  sources:
+- url: ./../camel-kafka-connector
+  component: camel-kafka-connector
+  version: next
+
+- require: "@djencks/antora-site-manifest"
+  import-manifests:
+- primary-site-manifest-url: ./documentation/site-manifest.json
+  partial-components: true
+  local-urls: true
+
+- require: '@djencks/antora-timer'
+  log_level: info
+
+  generator: '@djencks/antora-source-watch'
\ No newline at end of file


[camel-kafka-connector] 01/02: local indexPages config

2021-12-16 Thread djencks
This is an automated email from the ASF dual-hosted git repository.

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

commit 582d0e334d3a94f1172fa35275904107952c7904
Author: David Jencks 
AuthorDate: Wed Dec 15 21:31:45 2021 -0800

local indexPages config
---
 docs/indexPages.yml | 14 ++
 1 file changed, 14 insertions(+)

diff --git a/docs/indexPages.yml b/docs/indexPages.yml
new file mode 100644
index 000..682ec4e
--- /dev/null
+++ b/docs/indexPages.yml
@@ -0,0 +1,14 @@
+indexPages:
+  - query:
+  module: ROOT
+  family: example
+  relative: json/*
+template-id:
+  family: example
+  relative: template/connector-options.adoc
+extract:
+  - path: 'src.relative'
+match: 
'json/camel-(?*)-kafka-(?source|sink)-connector.json'
+target:
+  match: 'json/(?*).json'
+  format: '`reference/connectors/${body}.adoc`'


[camel-kafka-connector] branch main updated (4d9287c -> 873bb1c)

2021-12-16 Thread djencks
This is an automated email from the ASF dual-hosted git repository.

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


from 4d9287c  Updated CHANGELOG.md
 new 582d0e3  local indexPages config
 new 873bb1c  local/partial build setup

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:
 docs/indexPages.yml| 14 
 .../workflows/backport.yml => docs/local-build.sh  | 39 +++---
 .asf.yaml => docs/source-map.yml   | 20 +--
 .../backport.yml => docs/source-watch.yml  | 36 +---
 4 files changed, 57 insertions(+), 52 deletions(-)
 create mode 100644 docs/indexPages.yml
 copy .github/workflows/backport.yml => docs/local-build.sh (55%)
 mode change 100644 => 100755
 copy .asf.yaml => docs/source-map.yml (73%)
 copy .github/workflows/backport.yml => docs/source-watch.yml (61%)


[camel] branch regen_bot updated (3aac095 -> a224cfa)

2021-12-16 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 3aac095  Regen for commit 73a7c5e843aee06e1b88f188082273c5380f9bf1 
(#6547)
 add b96d2d0  camel-yaml-dsl - Remove double semi colon in generated code.
 add 0c043cf  CAMEL-17304: camel-yaml-dsl - Make from consistent that it 
requires steps, so when you define routes in yaml dsl - its the same if you 
have route/from as top level or not - like in java dsl.
 add 42834b3  CAMEL-17304: camel-yaml-dsl - from should not be inlined as 
it requires steps
 add e1a6d32  CAMEL-17304: camel-yaml-dsl - from should not be inlined as 
it requires steps
 add a224cfa  Polished

No new revisions were added by this update.

Summary of changes:
 .../management/mbean/ManagedBacklogDebugger.java   | 13 ++--
 .../ROOT/pages/camel-3x-upgrade-guide-3_15.adoc| 29 +
 .../apache/camel/dsl/yaml/common/YamlSupport.java  |  8 ++-
 .../dsl/yaml/deserializers/ModelDeserializers.java | 72 +++---
 .../deserializers/FromDefinitionDeserializer.java  | 18 --
 .../deserializers/RouteDefinitionDeserializer.java |  8 +--
 .../RouteFromDefinitionDeserializer.java   |  1 +
 .../dsl/yaml/GenerateYamlDeserializersMojo.java|  2 +-
 .../src/generated/resources/camel-yaml-dsl.json| 34 +-
 .../apache/camel/dsl/yaml/LineNumberTest.groovy|  4 +-
 .../camel/dsl/yaml/RouteConfigurationTest.groovy   | 16 ++---
 .../org/apache/camel/dsl/yaml/RoutesTest.groovy| 31 --
 12 files changed, 149 insertions(+), 87 deletions(-)


[camel-kamelets] branch regen_bot updated (cb02fa2 -> e0ca9b1)

2021-12-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

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


omit cb02fa2  Regen for commit 64b5c151f55841aa343b0d99a5d3857b5db1fab1
 add e0ca9b1  Regen for commit 64b5c151f55841aa343b0d99a5d3857b5db1fab1

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   (cb02fa2)
\
 N -- N -- N   refs/heads/regen_bot (e0ca9b1)

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:


[GitHub] [camel-kamelets] oscerd commented on a change in pull request #637: Added generation and validation instructions in README.md

2021-12-16 Thread GitBox


oscerd commented on a change in pull request #637:
URL: https://github.com/apache/camel-kamelets/pull/637#discussion_r770577409



##
File path: README.md
##
@@ -15,6 +15,25 @@ Kamelets in this repository are intended to be generic 
connectors that any exter
 
 All Kamelets posted here will be subject to the scrutiny of the Apache Camel 
PMC to assess their compliance with the ecosystem and, in any case, they 
**MUST** be in line with the general [Apache Code of 
Conduct](https://www.apache.org/foundation/policies/conduct.html).
 
+### Building and validating
+
+Building the project:
+```bash
+$ ./mvnw clean isntall

Review comment:
   @valdar 




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

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

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




[camel-kamelets] branch main updated: Regen for commit 64b5c151f55841aa343b0d99a5d3857b5db1fab1

2021-12-16 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 e0ca9b1  Regen for commit 64b5c151f55841aa343b0d99a5d3857b5db1fab1
e0ca9b1 is described below

commit e0ca9b1566bde4cf82399b2f89daa6f953fd0c0b
Author: oscerd 
AuthorDate: Thu Dec 16 14:13:44 2021 +

Regen for commit 64b5c151f55841aa343b0d99a5d3857b5db1fab1

Signed-off-by: GitHub 
---
 .../src/main/resources/kamelets/cassandra-sink.kamelet.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/cassandra-sink.kamelet.yaml
 
b/library/camel-kamelets/src/main/resources/kamelets/cassandra-sink.kamelet.yaml
index 1cb2bcc..c35bcf0 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/cassandra-sink.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/cassandra-sink.kamelet.yaml
@@ -79,6 +79,8 @@ spec:
 description: Whether to use PreparedStatements or regular Statements 
as the query.
 type: boolean
 default: true
+x-descriptors:
+  - urn:alm:descriptor:com.tectonic.ui:checkbox
   query:
 title: Query
 description: The query to execute against the Cassandra cluster table


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

2021-12-16 Thread GitBox


oscerd merged pull request #638:
URL: https://github.com/apache/camel-kamelets/pull/638


   


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

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

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




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

2021-12-16 Thread GitBox


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


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


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

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

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




[camel-kamelets] branch regen_bot updated (5497471 -> cb02fa2)

2021-12-16 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 5497471  Added Google Storage Sink Kamelet - Templates
 add 64b5c15  fix #635: cassandra sink and source kamelets problems 
cassandra-sink: there is no cql parameter defined username and 
password must be optional preparedStatement was of a wrong type (string 
but it is actually boolean)
 add cb02fa2  Regen for commit 64b5c151f55841aa343b0d99a5d3857b5db1fab1

No new revisions were added by this update.

Summary of changes:
 docs/modules/ROOT/pages/cassandra-sink.adoc   | 19 ---
 docs/modules/ROOT/pages/cassandra-source.adoc | 12 
 kamelets/cassandra-sink.kamelet.yaml  | 18 --
 kamelets/cassandra-source.kamelet.yaml|  6 ++
 .../resources/kamelets/cassandra-sink.kamelet.yaml| 18 --
 .../resources/kamelets/cassandra-source.kamelet.yaml  |  6 ++
 .../bindings/camel-k/cassandra-sink-binding.yaml  |  4 +---
 .../bindings/camel-k/cassandra-source-binding.yaml|  2 --
 templates/bindings/core/cassandra-sink-binding.yaml   |  4 +---
 templates/bindings/core/cassandra-source-binding.yaml |  2 --
 10 files changed, 42 insertions(+), 49 deletions(-)


[GitHub] [camel-kamelets] oscerd merged pull request #636: fix #635: cassandra sink and source kamelets problems

2021-12-16 Thread GitBox


oscerd merged pull request #636:
URL: https://github.com/apache/camel-kamelets/pull/636


   


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

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

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




[GitHub] [camel-kamelets] oscerd closed issue #635: cassandra sink and source kamelets problems

2021-12-16 Thread GitBox


oscerd closed issue #635:
URL: https://github.com/apache/camel-kamelets/issues/635


   


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

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

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




[camel-kamelets] branch main updated: fix #635: cassandra sink and source kamelets problems cassandra-sink: there is no cql parameter defined username and password must be optional preparedStatement w

2021-12-16 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 64b5c15  fix #635: cassandra sink and source kamelets problems 
cassandra-sink: there is no cql parameter defined username and 
password must be optional preparedStatement was of a wrong type (string 
but it is actually boolean)
64b5c15 is described below

commit 64b5c151f55841aa343b0d99a5d3857b5db1fab1
Author: Andrea Tarocchi 
AuthorDate: Thu Dec 16 14:40:17 2021 +0100

fix #635: cassandra sink and source kamelets problems
cassandra-sink:
there is no cql parameter defined
username and password must be optional
preparedStatement was of a wrong type (string but it is actually 
boolean)

cassandra-source:
username and password must be optional
---
 docs/modules/ROOT/pages/cassandra-sink.adoc   | 19 ---
 docs/modules/ROOT/pages/cassandra-source.adoc | 12 
 kamelets/cassandra-sink.kamelet.yaml  | 18 --
 kamelets/cassandra-source.kamelet.yaml|  6 ++
 .../resources/kamelets/cassandra-sink.kamelet.yaml| 16 ++--
 .../resources/kamelets/cassandra-source.kamelet.yaml  |  6 ++
 .../bindings/camel-k/cassandra-sink-binding.yaml  |  4 +---
 .../bindings/camel-k/cassandra-source-binding.yaml|  2 --
 templates/bindings/core/cassandra-sink-binding.yaml   |  4 +---
 templates/bindings/core/cassandra-source-binding.yaml |  2 --
 10 files changed, 40 insertions(+), 49 deletions(-)

diff --git a/docs/modules/ROOT/pages/cassandra-sink.adoc 
b/docs/modules/ROOT/pages/cassandra-sink.adoc
index c052c22..a18b134 100644
--- a/docs/modules/ROOT/pages/cassandra-sink.adoc
+++ b/docs/modules/ROOT/pages/cassandra-sink.adoc
@@ -19,10 +19,11 @@ The following table summarizes the configuration options 
available for the `cass
 | *connectionHost {empty}* *| Connection Host| Hostname(s) cassandra 
server(s). Multiple hosts can be separated by comma.| string| | `"localhost"`
 | *connectionPort {empty}* *| Connection Port| Port number of cassandra 
server(s)| string| | `9042`
 | *keyspace {empty}* *| Keyspace| Keyspace to use| string| | `"customers"`
-| *password {empty}* *| Password| The password to use for accessing a secured 
Cassandra Cluster| string| | 
-| *preparedStatement {empty}* *| Prepared Statement| The Prepared statement to 
execute against the Cassandra cluster table| string| | 
-| *username {empty}* *| Username| The username to use for accessing a secured 
Cassandra Cluster| string| | 
+| *query {empty}* *| Query| The query to execute against the Cassandra cluster 
table| string| | 
 | consistencyLevel| Consistency Level| Consistency level to use. The value can 
be one of ANY, ONE, TWO, THREE, QUORUM, ALL, LOCAL_QUORUM, EACH_QUORUM, SERIAL, 
LOCAL_SERIAL, LOCAL_ONE| string| `"ANY"`| 
+| password| Password| The password to use for accessing a secured Cassandra 
Cluster| string| | 
+| preparedStatement| Prepared Statement| Whether to use PreparedStatements or 
regular Statements as the query.| boolean| `true`| 
+| username| Username| The username to use for accessing a secured Cassandra 
Cluster| string| | 
 |===
 
 NOTE: Fields marked with an asterisk ({empty}*) are mandatory.
@@ -66,9 +67,7 @@ spec:
   connectionHost: "localhost"
   connectionPort: 9042
   keyspace: "customers"
-  password: "The Password"
-  preparedStatement: "The Prepared Statement"
-  username: "The Username"
+  query: "The Query"
   
 
 
@@ -93,7 +92,7 @@ Configure and run the sink by using the following command:
 
 [source,shell]
 
-kamel bind channel:mychannel cassandra-sink -p "sink.connectionHost=localhost" 
-p sink.connectionPort=9042 -p "sink.keyspace=customers" -p "sink.password=The 
Password" -p "sink.preparedStatement=The Prepared Statement" -p 
"sink.username=The Username"
+kamel bind channel:mychannel cassandra-sink -p "sink.connectionHost=localhost" 
-p sink.connectionPort=9042 -p "sink.keyspace=customers" -p "sink.query=The 
Query"
 
 
 This command creates the KameletBinding in the current namespace on the 
cluster.
@@ -124,9 +123,7 @@ spec:
   connectionHost: "localhost"
   connectionPort: 9042
   keyspace: "customers"
-  password: "The Password"
-  preparedStatement: "The Prepared Statement"
-  username: "The Username"
+  query: "The Query"
   
 
 
@@ -153,7 +150,7 @@ Configure and run the sink by using the following command:
 
 [source,shell]
 
-kamel bind kafka.strimzi.io/v1beta1:KafkaTopic:my-topic cassandra-sink -p 
"sink.connectionHost=localhost" -p sink.connectionPort=9042 -p 
"sink.keyspace=customers" -p "sink.password=The Password" -p 
"sink.preparedStatement=The Prepared Statement" -p 

[camel-website] branch asf-site updated (2c6e184 -> d27aa1f)

2021-12-16 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

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


 discard 2c6e184  Website updated to 5e1db989e1d84af6ea20ba933ff13b831e46f74d
 discard f1fcaa3  Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new e7e24a8  Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new d27aa1f  Website updated to 5e1db989e1d84af6ea20ba933ff13b831e46f74d

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

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:
 .../next/_images/kamelets/google-storage-sink.svg  |1 +
 .../_images/kamelets/google-storage-source.svg |1 +
 camel-kamelets/next/avro-deserialize-action.html   |2 +-
 camel-kamelets/next/avro-serialize-action.html |2 +-
 camel-kamelets/next/aws-cloudwatch-sink.html   |2 +-
 camel-kamelets/next/aws-ddb-streams-source.html|2 +-
 camel-kamelets/next/aws-ec2-sink.html  |2 +-
 camel-kamelets/next/aws-kinesis-firehose-sink.html |2 +-
 camel-kamelets/next/aws-kinesis-sink.html  |2 +-
 camel-kamelets/next/aws-kinesis-source.html|2 +-
 camel-kamelets/next/aws-lambda-sink.html   |2 +-
 camel-kamelets/next/aws-redshift-sink.html |2 +-
 camel-kamelets/next/aws-redshift-source.html   |2 +-
 camel-kamelets/next/aws-s3-sink.html   |2 +-
 camel-kamelets/next/aws-s3-source.html |2 +-
 .../next/aws-s3-streaming-upload-sink.html |2 +-
 camel-kamelets/next/aws-secrets-manager-sink.html  |2 +-
 camel-kamelets/next/aws-sns-fifo-sink.html |2 +-
 camel-kamelets/next/aws-sns-sink.html  |2 +-
 camel-kamelets/next/aws-sqs-batch-sink.html|2 +-
 camel-kamelets/next/aws-sqs-fifo-sink.html |2 +-
 camel-kamelets/next/aws-sqs-sink.html  |2 +-
 camel-kamelets/next/aws-sqs-source.html|2 +-
 camel-kamelets/next/aws-translate-action.html  |2 +-
 camel-kamelets/next/azure-cosmosdb-source.html |2 +-
 camel-kamelets/next/azure-eventhubs-sink.html  |2 +-
 camel-kamelets/next/azure-eventhubs-source.html|2 +-
 camel-kamelets/next/azure-storage-blob-sink.html   |2 +-
 camel-kamelets/next/azure-storage-blob-source.html |2 +-
 camel-kamelets/next/azure-storage-queue-sink.html  |2 +-
 .../next/azure-storage-queue-source.html   |2 +-
 camel-kamelets/next/bitcoin-source.html|2 +-
 camel-kamelets/next/caffeine-action.html   |2 +-
 camel-kamelets/next/cassandra-sink.html|2 +-
 camel-kamelets/next/cassandra-source.html  |2 +-
 camel-kamelets/next/chuck-norris-source.html   |2 +-
 camel-kamelets/next/chunk-template-action.html |2 +-
 camel-kamelets/next/couchbase-sink.html|2 +-
 camel-kamelets/next/cron-source.html   |2 +-
 camel-kamelets/next/dns-dig-action.html|2 +-
 camel-kamelets/next/dns-ip-action.html |2 +-
 camel-kamelets/next/dns-lookup-action.html |2 +-
 camel-kamelets/next/dropbox-sink.html  |2 +-
 camel-kamelets/next/dropbox-source.html|2 +-
 camel-kamelets/next/earthquake-source.html |2 +-
 camel-kamelets/next/elasticsearch-index-sink.html  |2 +-
 .../next/elasticsearch-search-source.html  |2 +-
 camel-kamelets/next/exec-sink.html |2 +-
 camel-kamelets/next/extract-field-action.html  |2 +-
 camel-kamelets/next/fhir-source.html   |2 +-
 camel-kamelets/next/file-watch-source.html |2 +-
 .../next/freemarker-template-action.html   |2 +-
 camel-kamelets/next/ftp-sink.html  |2 +-
 camel-kamelets/next/ftp-source.html|2 +-
 camel-kamelets/next/ftps-sink.html |2 +-
 camel-kamelets/next/ftps-source.html   |2 +-
 camel-kamelets/next/github-source.html |2 +-
 

[GitHub] [camel-kamelets] oscerd commented on a change in pull request #637: Added generation and validation instructions in README.md

2021-12-16 Thread GitBox


oscerd commented on a change in pull request #637:
URL: https://github.com/apache/camel-kamelets/pull/637#discussion_r770559482



##
File path: README.md
##
@@ -15,6 +15,25 @@ Kamelets in this repository are intended to be generic 
connectors that any exter
 
 All Kamelets posted here will be subject to the scrutiny of the Apache Camel 
PMC to assess their compliance with the ecosystem and, in any case, they 
**MUST** be in line with the general [Apache Code of 
Conduct](https://www.apache.org/foundation/policies/conduct.html).
 
+### Building and validating
+
+Building the project:
+```bash
+$ ./mvnw clean isntall

Review comment:
   typo -> install




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

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

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




[GitHub] [camel-kamelets] valdar opened a new pull request #636: fix #635: cassandra sink and source kamelets problems

2021-12-16 Thread GitBox


valdar opened a new pull request #636:
URL: https://github.com/apache/camel-kamelets/pull/636


   cassandra-sink:
   there is no cql parameter defined
   username and password must be optional
   preparedStatement was of a wrong type (string but it is actually 
boolean)
   
   cassandra-source:
   username and password must be optional


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

2021-12-16 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 a224cfa  Polished
a224cfa is described below

commit a224cfafa52f5660bed1babac9d7aaffc70c75d7
Author: Claus Ibsen 
AuthorDate: Thu Dec 16 14:41:08 2021 +0100

Polished
---
 .../camel/management/mbean/ManagedBacklogDebugger.java  | 13 ++---
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git 
a/core/camel-management/src/main/java/org/apache/camel/management/mbean/ManagedBacklogDebugger.java
 
b/core/camel-management/src/main/java/org/apache/camel/management/mbean/ManagedBacklogDebugger.java
index 22184e0..da725db 100644
--- 
a/core/camel-management/src/main/java/org/apache/camel/management/mbean/ManagedBacklogDebugger.java
+++ 
b/core/camel-management/src/main/java/org/apache/camel/management/mbean/ManagedBacklogDebugger.java
@@ -17,7 +17,6 @@
 package org.apache.camel.management.mbean;
 
 import java.io.ByteArrayOutputStream;
-import java.io.IOException;
 import java.io.ObjectOutputStream;
 import java.util.Map;
 import java.util.Set;
@@ -303,13 +302,13 @@ public class ManagedBacklogDebugger implements 
ManagedBacklogDebuggerMBean {
 
 @Override
 public Object evaluateExpressionAtBreakpoint(String id, String language, 
String expression, String resultType) {
-Exchange suspendedExchange = null;
+Exchange suspendedExchange;
 try {
 Language lan = camelContext.resolveLanguage(language);
 suspendedExchange = backlogDebugger.getSuspendedExchange(id);
 if (suspendedExchange != null) {
-Object result = null;
-Class resultClass = 
camelContext.getClassResolver().resolveClass(resultType);
+Object result;
+Class resultClass = 
camelContext.getClassResolver().resolveMandatoryClass(resultType);
 if (!Boolean.class.isAssignableFrom(resultClass)) {
 Expression expr = lan.createExpression(expression);
 expr.init(camelContext);
@@ -329,17 +328,17 @@ public class ManagedBacklogDebugger implements 
ManagedBacklogDebuggerMBean {
 return result;
 }
 } catch (Exception e) {
-return e;
+return e.getMessage();
 }
 return null;
 }
 
-private boolean isSerializable(Object obj) {
+private static boolean isSerializable(Object obj) {
 final ByteArrayOutputStream baos = new ByteArrayOutputStream(512);
 try (ObjectOutputStream out = new ObjectOutputStream(baos)) {
 out.writeObject(obj);
 return true;
-} catch (final IOException ex) {
+} catch (Exception e) {
 return false;
 }
 }


  1   2   >