GitHub user candrews opened a pull request:
https://github.com/apache/camel/pull/2390
[CAMEL-12593] Active deploy profile when deploying
The deploy profile attaches javadoc and sources:
https://github.com/apache/camel/blob/master/pom.xml#L591
Note that I can't test
GitHub user candrews opened a pull request:
https://github.com/apache/camel/pull/2371
Update aws-sdk-version to 1.11.344
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/candrews/camel aws-java-sdk-version
Alternatively you can
GitHub user candrews opened a pull request:
https://github.com/apache/camel/pull/2370
CAMEL-12572: Upgrade jaxb to 2.3.0.1
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/candrews/camel jaxb-2.3.1
Alternatively you can review
GitHub user candrews opened a pull request:
https://github.com/apache/camel/pull/2337
CAMEL-12506 and CAMEL-12507: SQS support for boolean and custom number types
https://issues.apache.org/jira/browse/CAMEL-12506 SqsProducer doesn't
support Boolean attributes
GitHub user candrews opened a pull request:
https://github.com/apache/camel/pull/2329
Add missing . between region and host in SqsEndpoint
There should be a . between the region and the host. Without this change,
the queueUrl is, for example, `https://sqs.sqs.us-gov-west
GitHub user candrews opened a pull request:
https://github.com/apache/camel/pull/2282
SQS Producer support for numeric attributes
If a header of type `Number` is provided, map it to an SQS
`MessageAttributeValue` of type "Number" with the`MessageAttributeValue`'