Skip to content

Commit

Permalink
Upgrade to Camel 3.4.0 - WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga authored and jamesnetherton committed Jun 1, 2020
1 parent 0e717c2 commit dcf750a
Show file tree
Hide file tree
Showing 35 changed files with 76 additions and 70 deletions.
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/extensions/ahc-ws.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Exchange data with external Websocket servers using Async Http Client.

== What's inside

* https://camel.apache.org/components/latest/ahc-wss-component.html[AHC Secure Websocket (Secure) component], URI syntax: `ahc-wss:httpUri`
* https://camel.apache.org/components/latest/ahc-ws-component.html[AHC Websocket component], URI syntax: `ahc-ws:httpUri`
* https://camel.apache.org/components/latest/ahc-wss-component.html[Async HTTP Client (AHC) Secure Websocket (Secure) component], URI syntax: `ahc-wss:httpUri`
* https://camel.apache.org/components/latest/ahc-ws-component.html[Async HTTP Client (AHC) Websocket component], URI syntax: `ahc-ws:httpUri`

Please refer to the above links for usage and configuration details.

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/extensions/ahc.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Call external HTTP services using Async Http Client.

== What's inside

* https://camel.apache.org/components/latest/ahc-component.html[AHC component], URI syntax: `ahc:httpUri`
* https://camel.apache.org/components/latest/ahc-component.html[Async HTTP Client (AHC) component], URI syntax: `ahc:httpUri`

Please refer to the above link for usage and configuration details.

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/extensions/attachments.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[.badges]
[.badge-key]##Since Camel Quarkus##[.badge-version]##0.3.0## [.badge-key]##JVM##[.badge-supported]##supported## [.badge-key]##Native##[.badge-supported]##supported##

Java Attachments support for Camel Message
Support for attachments on Camel messages

== What's inside

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/extensions/avro-rpc.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Produce or consume Apache Avro RPC services.

== What's inside

* https://camel.apache.org/components/latest/avro-component.html[Avro component], URI syntax: `avro:transport:host:port/messageName`
* https://camel.apache.org/components/latest/avro-component.html[Avro RPC component], URI syntax: `avro:transport:host:port/messageName`

Please refer to the above link for usage and configuration details.

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/extensions/aws-ec2.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Manage AWS EC2 instances.

== What's inside

* https://camel.apache.org/components/latest/aws-ec2-component.html[AWS EC2 component], URI syntax: `aws-ec2:label`
* https://camel.apache.org/components/latest/aws-ec2-component.html[AWS Elastic Compute Cloud (EC2) component], URI syntax: `aws-ec2:label`

Please refer to the above link for usage and configuration details.

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/extensions/aws-ecs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Manage AWS ECS cluster instances.

== What's inside

* https://camel.apache.org/components/latest/aws-ecs-component.html[AWS ECS component], URI syntax: `aws-ecs:label`
* https://camel.apache.org/components/latest/aws-ecs-component.html[AWS Elastic Container Service (ECS) component], URI syntax: `aws-ecs:label`

Please refer to the above link for usage and configuration details.

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/extensions/aws-eks.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Manage AWS EKS cluster instances.

== What's inside

* https://camel.apache.org/components/latest/aws-eks-component.html[AWS EKS component], URI syntax: `aws-eks:label`
* https://camel.apache.org/components/latest/aws-eks-component.html[AWS Elastic Kubernetes Service (EKS) component], URI syntax: `aws-eks:label`

Please refer to the above link for usage and configuration details.

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/extensions/aws-iam.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Manage AWS IAM instances.

== What's inside

* https://camel.apache.org/components/latest/aws-iam-component.html[AWS IAM component], URI syntax: `aws-iam:label`
* https://camel.apache.org/components/latest/aws-iam-component.html[AWS Identity and Access Management (IAM) component], URI syntax: `aws-iam:label`

Please refer to the above link for usage and configuration details.

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/extensions/aws-kms.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Manage keys stored in AWS KMS instances.

== What's inside

* https://camel.apache.org/components/latest/aws-kms-component.html[AWS KMS component], URI syntax: `aws-kms:label`
* https://camel.apache.org/components/latest/aws-kms-component.html[AWS Key Management Service (KMS) component], URI syntax: `aws-kms:label`

Please refer to the above link for usage and configuration details.

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/extensions/aws-sns.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Send messages to an AWS Simple Notification Topic.

== What's inside

* https://camel.apache.org/components/latest/aws-sns-component.html[AWS Simple Notification System component], URI syntax: `aws-sns:topicNameOrArn`
* https://camel.apache.org/components/latest/aws-sns-component.html[AWS Simple Notification System (SNS) component], URI syntax: `aws-sns:topicNameOrArn`

Please refer to the above link for usage and configuration details.

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/extensions/aws-sqs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Sending and receive messages to/from AWS SQS service.

== What's inside

* https://camel.apache.org/components/latest/aws-sqs-component.html[AWS Simple Queue Service component], URI syntax: `aws-sqs:queueNameOrArn`
* https://camel.apache.org/components/latest/aws-sqs-component.html[AWS Simple Queue Service (SQS) component], URI syntax: `aws-sqs:queueNameOrArn`

Please refer to the above link for usage and configuration details.

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/extensions/aws-swf.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Manage workflows in the AWS Simple Workflow service.

== What's inside

* https://camel.apache.org/components/latest/aws-swf-component.html[AWS Simple Workflow component], URI syntax: `aws-swf:type`
* https://camel.apache.org/components/latest/aws-swf-component.html[AWS Simple Workflow (SWF) component], URI syntax: `aws-swf:type`

Please refer to the above link for usage and configuration details.

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/extensions/aws2-ec2.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Manage AWS EC2 instances using AWS SDK version 2.x.

== What's inside

* https://camel.apache.org/components/latest/aws2-ec2-component.html[AWS 2 EC2 component], URI syntax: `aws2-ec2:label`
* https://camel.apache.org/components/latest/aws2-ec2-component.html[AWS 2 Elastic Compute Cloud (EC2) component], URI syntax: `aws2-ec2:label`

Please refer to the above link for usage and configuration details.

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/extensions/aws2-ecs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Manage AWS ECS cluster instances using AWS SDK version 2.x.

== What's inside

* https://camel.apache.org/components/latest/aws2-ecs-component.html[AWS 2 ECS component], URI syntax: `aws2-ecs:label`
* https://camel.apache.org/components/latest/aws2-ecs-component.html[AWS 2 Elastic Container Service (ECS) component], URI syntax: `aws2-ecs:label`

Please refer to the above link for usage and configuration details.

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/extensions/aws2-eks.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Manage AWS EKS cluster instances using AWS SDK version 2.x.

== What's inside

* https://camel.apache.org/components/latest/aws2-eks-component.html[AWS 2 EKS component], URI syntax: `aws2-eks:label`
* https://camel.apache.org/components/latest/aws2-eks-component.html[AWS 2 Elastic Kubernetes Service (EKS) component], URI syntax: `aws2-eks:label`

Please refer to the above link for usage and configuration details.

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/extensions/aws2-iam.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Manage AWS IAM instances using AWS SDK version 2.x.

== What's inside

* https://camel.apache.org/components/latest/aws2-iam-component.html[AWS 2 IAM component], URI syntax: `aws2-iam:label`
* https://camel.apache.org/components/latest/aws2-iam-component.html[AWS 2 Identity and Access Management (IAM) component], URI syntax: `aws2-iam:label`

Please refer to the above link for usage and configuration details.

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/extensions/aws2-kms.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Manage keys stored in AWS KMS instances using AWS SDK version 2.x.

== What's inside

* https://camel.apache.org/components/latest/aws2-kms-component.html[AWS 2 KMS component], URI syntax: `aws2-kms:label`
* https://camel.apache.org/components/latest/aws2-kms-component.html[AWS 2 Key Management Service (KMS) component], URI syntax: `aws2-kms:label`

Please refer to the above link for usage and configuration details.

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/extensions/aws2-msk.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Manage AWS MSK instances using AWS SDK version 2.x.

== What's inside

* https://camel.apache.org/components/latest/aws2-msk-component.html[AWS 2 MSK component], URI syntax: `aws2-msk:label`
* https://camel.apache.org/components/latest/aws2-msk-component.html[AWS 2 Managed Streaming for Apache Kafka (MSK) component], URI syntax: `aws2-msk:label`

Please refer to the above link for usage and configuration details.

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/extensions/aws2-ses.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Send e-mails through AWS SES service using AWS SDK version 2.x.

== What's inside

* https://camel.apache.org/components/latest/aws2-ses-component.html[AWS 2 Simple Email Service component], URI syntax: `aws2-ses:from`
* https://camel.apache.org/components/latest/aws2-ses-component.html[AWS 2 Simple Email Service (SES) component], URI syntax: `aws2-ses:from`

Please refer to the above link for usage and configuration details.

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/extensions/aws2-sns.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Send messages to an AWS Simple Notification Topic using AWS SDK version 2.x.

== What's inside

* https://camel.apache.org/components/latest/aws2-sns-component.html[AWS 2 Simple Notification System component], URI syntax: `aws2-sns:topicNameOrArn`
* https://camel.apache.org/components/latest/aws2-sns-component.html[AWS 2 Simple Notification System (SNS) component], URI syntax: `aws2-sns:topicNameOrArn`

Please refer to the above link for usage and configuration details.

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/extensions/aws2-sqs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Sending and receive messages to/from AWS SQS service using AWS SDK version 2.x.

== What's inside

* https://camel.apache.org/components/latest/aws2-sqs-component.html[AWS 2 Simple Queue Service component], URI syntax: `aws2-sqs:queueNameOrArn`
* https://camel.apache.org/components/latest/aws2-sqs-component.html[AWS 2 Simple Queue Service (SQS) component], URI syntax: `aws2-sqs:queueNameOrArn`

Please refer to the above link for usage and configuration details.

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/extensions/gson.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Marshal POJOs to JSON and back.

== What's inside

* https://camel.apache.org/components/latest/dataformats/json-gson-dataformat.html[JSon GSon data format]
* https://camel.apache.org/components/latest/dataformats/json-gson-dataformat.html[JSON Gson data format]

Please refer to the above link for usage and configuration details.

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/extensions/jackson.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Marshal POJOs to JSON and back.

== What's inside

* https://camel.apache.org/components/latest/dataformats/json-jackson-dataformat.html[JSon Jackson data format]
* https://camel.apache.org/components/latest/dataformats/json-jackson-dataformat.html[JSON Jackson data format]

Please refer to the above link for usage and configuration details.

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/extensions/johnzon.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Marshal POJOs to JSON and back.

== What's inside

* https://camel.apache.org/components/latest/dataformats/json-johnzon-dataformat.html[JSon Johnzon data format]
* https://camel.apache.org/components/latest/dataformats/json-johnzon-dataformat.html[JSON Johnzon data format]

Please refer to the above link for usage and configuration details.

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/extensions/xstream.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Marshal and unmarshal POJOs to/from XML or JSON using XStream library.

== What's inside

* https://camel.apache.org/components/latest/dataformats/json-xstream-dataformat.html[JSon XStream data format]
* https://camel.apache.org/components/latest/dataformats/json-xstream-dataformat.html[JSON XStream data format]
* https://camel.apache.org/components/latest/dataformats/xstream-dataformat.html[XStream data format]

Please refer to the above links for usage and configuration details.
Expand Down

0 comments on commit dcf750a

Please sign in to comment.