[GitHub] camel pull request #1741: Prevent crash when route IDs contain dollar signs

2017-06-06 Thread sirlatrom
GitHub user sirlatrom opened a pull request: https://github.com/apache/camel/pull/1741 Prevent crash when route IDs contain dollar signs Spring Boot configured route get names like `UpdateRelationCamelRoute$$EnhancerBySpringCGLIB$$24c87b04`. The dollar signs are interpreted as

[GitHub] camel pull request #1327: [CAMEL-10557] Fix Salesforce BulkAPI getRequest() ...

2016-12-04 Thread sirlatrom
Github user sirlatrom closed the pull request at: https://github.com/apache/camel/pull/1327 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] camel pull request #1327: Fix Salesforce BulkAPI getRequest() URL

2016-12-02 Thread sirlatrom
GitHub user sirlatrom opened a pull request: https://github.com/apache/camel/pull/1327 Fix Salesforce BulkAPI getRequest() URL This commit fixes the URL returned by `getRequest()`. It used to return the same URL as `getBatch()`, while the documentation states that `/request` should

[GitHub] camel pull request #1055: Fix CometD replay extension license

2016-08-02 Thread sirlatrom
Github user sirlatrom closed the pull request at: https://github.com/apache/camel/pull/1055 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] camel pull request #1055: Fix CometD replay extension license

2016-06-30 Thread sirlatrom
GitHub user sirlatrom opened a pull request: https://github.com/apache/camel/pull/1055 Fix CometD replay extension license Granted by Salesforce Developers in https://github.com/developerforce/StreamingReplayClientExtensions/commit/dca278fa5f8b97bb9f714954b72ddd5a431c8e7d You can

[GitHub] camel pull request #1051: Retrieve relevant fields to determine PushTopic up...

2016-06-25 Thread sirlatrom
Github user sirlatrom closed the pull request at: https://github.com/apache/camel/pull/1051 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] camel pull request #1051: Retrieve relevant fields to determine PushTopic up...

2016-06-24 Thread sirlatrom
GitHub user sirlatrom opened a pull request: https://github.com/apache/camel/pull/1051 Retrieve relevant fields to determine PushTopic update The check for changes in these fields was already in the code, but the field values were not retrieved through the Salesforce REST API

[GitHub] camel pull request #1050: Support Salesforce queryAll

2016-06-24 Thread sirlatrom
Github user sirlatrom closed the pull request at: https://github.com/apache/camel/pull/1050 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] camel pull request #1050: Support Salesforce queryAll

2016-06-23 Thread sirlatrom
GitHub user sirlatrom opened a pull request: https://github.com/apache/camel/pull/1050 Support Salesforce queryAll Signed-off-by: Sune Keller You can merge this pull request into a Git repository by running: $ git pull https://github.com/sirlatrom/camel feature/support

[GitHub] camel pull request #1035: Support PushTopic replay extension

2016-06-21 Thread sirlatrom
Github user sirlatrom closed the pull request at: https://github.com/apache/camel/pull/1035 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] camel pull request #1033: Add option to use Java 1.8 `Optional` for POJO ...

2016-06-16 Thread sirlatrom
Github user sirlatrom closed the pull request at: https://github.com/apache/camel/pull/1033 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] camel pull request #1035: Support PushTopic replay extension

2016-06-15 Thread sirlatrom
GitHub user sirlatrom opened a pull request: https://github.com/apache/camel/pull/1035 Support PushTopic replay extension See Salesforce API documentation here: https://developer.salesforce.com/docs/atlas.en-us.api_streaming.meta/api_streaming/replay_pushtopic_events.htm

[GitHub] camel pull request #1033: Add option to use Java 1.8 `Optional` for POJO ...

2016-06-14 Thread sirlatrom
GitHub user sirlatrom opened a pull request: https://github.com/apache/camel/pull/1033 Add option to use Java 1.8 `Optional` for POJO fields Also upgrades to Jackson 2.x to allow injecting a custom `ObjectMapper` into `SalesforceEndpointConfig`, which in turn allows registering the

[GitHub] camel pull request #1030: Fix multi select picklist fields

2016-06-14 Thread sirlatrom
GitHub user sirlatrom opened a pull request: https://github.com/apache/camel/pull/1030 Fix multi select picklist fields Fixes issue mentioned in https://github.com/apache/camel/pull/1029#issuecomment-225815020. - Introduces `String` based variants of

[GitHub] camel pull request #1029: WIP: Add option to use String fields for picklists...

2016-06-14 Thread sirlatrom
Github user sirlatrom closed the pull request at: https://github.com/apache/camel/pull/1029 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] camel pull request #1029: Add option to use String fields for picklists inst...

2016-06-14 Thread sirlatrom
GitHub user sirlatrom opened a pull request: https://github.com/apache/camel/pull/1029 Add option to use String fields for picklists instead of enums This change helps decoupling Salesforce picklist values from code using the Camel Salesforce component. This allows writing custom

[GitHub] camel pull request #1028: Prefix picklist enum names with owning SObjectDesc...

2016-06-13 Thread sirlatrom
GitHub user sirlatrom opened a pull request: https://github.com/apache/camel/pull/1028 Prefix picklist enum names with owning SObjectDescription name This allows multiple objects to have similarly named picklist fields (e.g. `Type`) without causing name conflicts (practically a