[GitHub] camel pull request #2390: [CAMEL-12593] Active deploy profile when deploying

2018-06-22 Thread candrews
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] camel pull request #2371: Update aws-sdk-version to 1.11.344

2018-06-11 Thread candrews
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] camel pull request #2370: CAMEL-12572: Upgrade jaxb to 2.3.0.1

2018-06-11 Thread candrews
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] camel pull request #2337: CAMEL-12506 and CAMEL-12507: SQS support for boole...

2018-05-11 Thread candrews
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] camel pull request #2329: Add missing . between region and host in SqsEndpoi...

2018-05-08 Thread candrews
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] camel pull request #2282: SQS Producer support for numeric attributes

2018-04-05 Thread candrews
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`'