camel git commit: CAMEL-10849: Salesforce: subscription channel ...

2017-02-22 Thread zregvart
Repository: camel Updated Branches: refs/heads/master 47fa4edd4 -> f507f4eed CAMEL-10849: Salesforce: subscription channel ... ...created per component This changes the way configuration, specifically `initialReplayIdMap` and `defaultReplayId` are configured on the CometD client. The Bayeux

camel git commit: CAMEL-10849: Salesforce: subscription channel ...

2017-02-24 Thread zregvart
Repository: camel Updated Branches: refs/heads/master e8976d138 -> a35caf738 CAMEL-10849: Salesforce: subscription channel ... ...created per component Adds logging of replayIds on channel subscription and refactors method `addTopicReplayId` to `addChannelReplayId` on

camel git commit: CAMEL-10849: Salesforce: subscription channel ...

2017-02-24 Thread zregvart
Repository: camel Updated Branches: refs/heads/master 5067c5b89 -> a162ac8eb CAMEL-10849: Salesforce: subscription channel ... ...created per component Added option `replayId` to the Salesforce endpoint, this is taken in preference of all other *replayId options. Now you can use `replayId`

camel git commit: CAMEL-10884 Add a `cleanrepo` profile to Maven ...

2017-02-23 Thread zregvart
Repository: camel Updated Branches: refs/heads/master 4ab39fc3b -> 3148b5934 CAMEL-10884 Add a `cleanrepo` profile to Maven ... ...build With this you can remove (ALL) Camel artifacts from your local Maven repository by running `mvn -Pcleanrepo` from the source tree root, or remove any

camel git commit: CAMEL-10886: Support Limits API response from S...

2017-02-23 Thread zregvart
Repository: camel Updated Branches: refs/heads/master 8203136ee -> f0a4852ba CAMEL-10886: Support Limits API response from S... ...alesforce v39.0 Since version v39.0 (Spring 2017) the Limits API returns along with `max` and `remaining` additional JSON properties, per connected application,

camel git commit: CAMEL-10848 Salesforce: configure initialReplay...

2017-02-17 Thread zregvart
Repository: camel Updated Branches: refs/heads/master 1d288e080 -> e682e7ee0 CAMEL-10848 Salesforce: configure initialReplay... ...IdMap requires keys to be prefixed with "/topic" This commit changes the way replayIds are looked up in initialReplayIdMap while maintaining backward

camel git commit: CAMEL-10849: Salesforce: subscription channel ...

2017-02-22 Thread zregvart
Repository: camel Updated Branches: refs/heads/master 9a5357e66 -> cdf97cb52 CAMEL-10849: Salesforce: subscription channel ... ...created per component Changes the `replayId` value from `Integer` to `Long`. The range of the `replayId` is explicitly specified in the Salesforce documentation

camel git commit: CAMEL-10915 Add type conversion support for jav...

2017-03-01 Thread zregvart
Repository: camel Updated Branches: refs/heads/master c6a15565a -> d569b80d8 CAMEL-10915 Add type conversion support for jav... ...a.net.URI Adds converter to and from `java.net.URI` and `java.lang.CharSequence`. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit:

camel git commit: CAMEL-10915 Add type conversion support for jav...

2017-03-01 Thread zregvart
Repository: camel Updated Branches: refs/heads/master e6fe23bb9 -> 19d23bac3 CAMEL-10915 Add type conversion support for jav... ...a.net.URI Fixed the converter after code review. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit:

camel git commit: CAMEL-10915 Add type conversion support for jav...

2017-03-01 Thread zregvart
Repository: camel Updated Branches: refs/heads/master b2bb23a2d -> 5c614ac16 CAMEL-10915 Add type conversion support for jav... ...a.net.URI Fixed CheckStyle issue. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit:

camel git commit: CAMEL-10917 Implementations of RestProducerFact...

2017-03-01 Thread zregvart
Repository: camel Updated Branches: refs/heads/master da87d1b9a -> b2bb23a2d CAMEL-10917 Implementations of RestProducerFact... ...ory should handle empty or null basePath and uriTemplate This changes the way resulting URI is computed taking into account that either `basePath` or

camel git commit: CAMEL-10926 Set the Host header in Undertow pro...

2017-03-02 Thread zregvart
Repository: camel Updated Branches: refs/heads/master 5ae014838 -> dd6f9ba60 CAMEL-10926 Set the Host header in Undertow pro... ...ducer The implementation checks if the incoming Camel message has a `Host` header, and if it's not set sets the `Host` HTTP header of the request to authority of

camel git commit: CAMEL-11053 camel-undertow - Compile error

2017-03-23 Thread zregvart
Repository: camel Updated Branches: refs/heads/master 76659a972 -> 5250afa19 CAMEL-11053 camel-undertow - Compile error This could be related to JDK-8051402[1], the change makes the types more explicit. [1] https://bugs.openjdk.java.net/browse/JDK-8051402 Project:

[4/4] camel git commit: CAMEL-10846 Handle 404 situations more gracefully

2017-03-27 Thread zregvart
CAMEL-10846 Handle 404 situations more gracefully Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/87dc6fc2 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/87dc6fc2 Diff:

[3/4] camel git commit: CAMEL-11077 Remove toString method in Salesforc...

2017-03-27 Thread zregvart
CAMEL-11077 Remove toString method in Salesforc... ...eException Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/285bea27 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/285bea27 Diff:

[1/4] camel git commit: CAMEL-11075 AbstractSalesforceTestBase::doCreat...

2017-03-27 Thread zregvart
Repository: camel Updated Branches: refs/heads/master df8f7318c -> 87dc6fc29 CAMEL-11075 AbstractSalesforceTestBase::doCreat... ...eRouteBuilder should be optional Makes the `doCreateRouteBuilder` optional, not abstract so that the integration tests that do not need routes do not need to

[2/4] camel git commit: CAMEL-11076 Refactor addSecuirtyHandlerMethod t...

2017-03-27 Thread zregvart
CAMEL-11076 Refactor addSecuirtyHandlerMethod t... ...o addProtocolHandlerMethod Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/4cad5656 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/4cad5656 Diff:

camel git commit: CAMEL-11066 Make salesforce authentication opti...

2017-03-24 Thread zregvart
Repository: camel Updated Branches: refs/heads/master a255c3580 -> 9fd3b4fbf CAMEL-11066 Make salesforce authentication opti... ...ons simpler to configure This improves the documentation of component properties and adds documentation about authentication options. Project:

camel git commit: CAMEL-11068 Remove deprecated usage from Salesf...

2017-03-24 Thread zregvart
Repository: camel Updated Branches: refs/heads/master 9fd3b4fbf -> f1a3617cb CAMEL-11068 Remove deprecated usage from Salesf... ...orce component Replaced deprecated usage and removed EndpointCompleter implementation. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit:

camel git commit: CAMEL-11072 Remove non-Maven plugin related exe...

2017-03-27 Thread zregvart
Repository: camel Updated Branches: refs/heads/master ce0853809 -> 002908264 CAMEL-11072 Remove non-Maven plugin related exe... ...cutions from Salesforce Maven POM This removes `bundle-jar` execution from `maven-jar-plugin` plugin, and disables all known executions of `maven-bundle-plugin`

camel git commit: CAMEL-11095 Enumerate all OperationName in @Uri...

2017-03-30 Thread zregvart
Repository: camel Updated Branches: refs/heads/master 736e955b4 -> bc9d07700 CAMEL-11095 Enumerate all OperationName in @Uri... ...Path of operationName This adds all supported operation names to the `enums` parameter of the `@UriPath` parameter of the `operationName` field, and thus makes

camel git commit: CAMEL-11044-create list with a single element instead of creating list with asList

2017-03-30 Thread zregvart
Repository: camel Updated Branches: refs/heads/master bc9d07700 -> e1d82abd6 CAMEL-11044-create list with a single element instead of creating list with asList Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e1d82abd

camel git commit: CAMEL-11052-wsimport compatibility

2017-03-30 Thread zregvart
Repository: camel Updated Branches: refs/heads/master 762a2359d -> 9eb4e3fc6 CAMEL-11052-wsimport compatibility Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/9eb4e3fc Tree:

camel git commit: Cleaned up the Salesforce component documentation

2017-03-30 Thread zregvart
Repository: camel Updated Branches: refs/heads/master b1e5a108f -> f20b8c5a5 Cleaned up the Salesforce component documentation Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/f20b8c5a Tree:

camel git commit: CAMEL-11034 Undertow producer does not support ...

2017-03-22 Thread zregvart
Repository: camel Updated Branches: refs/heads/master 87eff0106 -> 49676b64f CAMEL-11034 Undertow producer does not support ... ...`https` This started as a simple addition of `XnioSSL` to `UndertowClient::sendRequest`, but it has evolved into a partial rewrite of `UndertowProducer`. This I

camel git commit: CAMEL-11034 Undertow producer does not support ...

2017-03-22 Thread zregvart
Repository: camel Updated Branches: refs/heads/master 49676b64f -> 82257c770 CAMEL-11034 Undertow producer does not support ... ...`https` This fixes checkstyle issue. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit:

[2/2] camel git commit: CAMEL-11051 Support query parameters in rest-sw...

2017-03-22 Thread zregvart
CAMEL-11051 Support query parameters in rest-sw... ...agger Adds REST endpoint `queryParameters` property based on the Swagger specification. It is expected that the same-named parameters are present in the headers of the incoming message. Project:

[1/2] camel git commit: CAMEL-11050 Support for optional query paramete...

2017-03-22 Thread zregvart
Repository: camel Updated Branches: refs/heads/master 222817838 -> c0f89d60f CAMEL-11050 Support for optional query paramete... ...rs in REST component This adds support for optional query parameters in REST component. Optional query parameters will not be added to the dispatched query

camel git commit: CAMEL-11006 Auto generate REST DSL for Camel fr...

2017-03-29 Thread zregvart
Repository: camel Updated Branches: refs/heads/master 2212ca4ad -> 2bbc9813d CAMEL-11006 Auto generate REST DSL for Camel fr... ...om Swagger2.0/OAI specification Refactored `directRouteGenerator` to `destinationGenerator` in remaining places. Refactored `Function` to

camel git commit: CAMEL-11091 REST Swagger handling of empty spec...

2017-03-29 Thread zregvart
Repository: camel Updated Branches: refs/heads/master 112ef7851 -> 2212ca4ad CAMEL-11091 REST Swagger handling of empty spec... ...ificationUri The specificatonUri for endpoint URIs starting with `#` in the remaining part of the URI (i.e. `rest-swagger:#getPetById`) now default to

[1/2] camel git commit: CAMEL-11006 Auto generate REST DSL for Camel fr...

2017-03-29 Thread zregvart
Repository: camel Updated Branches: refs/heads/master cc4f05ec9 -> 112ef7851 CAMEL-11006 Auto generate REST DSL for Camel fr... ...om Swagger2.0/OAI specification Refactored `directRouteGenerator` to `destinationGenerator` and made `RestDslDefinitionGenerator` public -- otherwise it could

[2/2] camel git commit: CAMEL-11090 Add trimToNull method to StringHelper

2017-03-29 Thread zregvart
CAMEL-11090 Add trimToNull method to StringHelper Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/112ef785 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/112ef785 Diff:

[1/2] camel git commit: CAMEL-11006 Auto generate REST DSL for Camel fr...

2017-03-28 Thread zregvart
Repository: camel Updated Branches: refs/heads/master ceeab4bd6 -> 29d3f1c11 http://git-wip-us.apache.org/repos/asf/camel/blob/29d3f1c1/tooling/swagger-rest-dsl-generator/src/test/resources/SwaggerPetstore.txt -- diff --git

[2/2] camel git commit: CAMEL-11006 Auto generate REST DSL for Camel fr...

2017-03-28 Thread zregvart
CAMEL-11006 Auto generate REST DSL for Camel fr... ...om Swagger2.0/OAI specification This is initial work on REST DSL code|object generation from Swagger specification. Entry point to the implementation is RestDslGenerator::to...(...) methods. Several options are provided for generating source

camel git commit: CAMEL-11098: lets make FacebookEndpointConfiguration UriParam work by adding a setter for the field

2017-03-31 Thread zregvart
Repository: camel Updated Branches: refs/heads/master daca8394b -> a120a7943 CAMEL-11098: lets make FacebookEndpointConfiguration UriParam work by adding a setter for the field Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit:

camel git commit: CAMEL-10885 A follow-up - masking formatter should be applied in all process()

2017-03-31 Thread zregvart
Repository: camel Updated Branches: refs/heads/master a120a7943 -> 0ae9b626c CAMEL-10885 A follow-up - masking formatter should be applied in all process() Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/0ae9b626 Tree:

camel git commit: Fixing checkstyle

2017-03-24 Thread zregvart
Repository: camel Updated Branches: refs/heads/master c63a9fd23 -> b53e48a19 Fixing checkstyle One of this days I'll learn to do -Psourcecheck before pushing Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/b53e48a1 Tree:

[2/2] camel git commit: CAMEL-10936 Salesforce Login exception: the err...

2017-03-24 Thread zregvart
CAMEL-10936 Salesforce Login exception: the err... ...or code is not reported properly RestError's `errorCode` is now set from the `error` property of the LoginError. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/f7d30c8e

[1/2] camel git commit: CAMEL-10938 Camel Salesforce : add an option to...

2017-03-24 Thread zregvart
Repository: camel Updated Branches: refs/heads/master 803e37dd9 -> c63a9fd23 CAMEL-10938 Camel Salesforce : add an option to... ...retrieve login information for testing purpose from env var or system properties This introduces `authenticationType` Salesforce component property that can be

[1/2] camel git commit: CAMEL-11013 Support OAuth 2.0 JWT Bearer Token ...

2017-03-15 Thread zregvart
Repository: camel Updated Branches: refs/heads/master 7c1045283 -> d4c9a3da4 CAMEL-11013 Support OAuth 2.0 JWT Bearer Token ... ...Flow This gives the users ability to use OAuth 2.0 JWT Bearer Token Flow[1] to gain access tokens from Salesforce using JWT token signed by a certificate defined

[2/2] camel git commit: Fixing checkstyle issues

2017-03-15 Thread zregvart
Fixing checkstyle issues Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/d4c9a3da Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/d4c9a3da Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/d4c9a3da Branch:

camel git commit: CAMEL-11015 Encoding issues in camel-salesforce...

2017-03-15 Thread zregvart
Repository: camel Updated Branches: refs/heads/master 500da4886 -> 6c66df26f CAMEL-11015 Encoding issues in camel-salesforce... ...-maven-plugin This changes the way writers are created in the Mojo to explicitly set the encoding to `UTF-8`. Can be reproduced by setting the `LANG`

camel git commit: CAMEL-11033 Set `operationId` in generated Swag...

2017-03-17 Thread zregvart
Repository: camel Updated Branches: refs/heads/master db81a114e -> 42c26f1d9 CAMEL-11033 Set `operationId` in generated Swag... ...ger specification Sets the `operationId` from `id` or if not present `routeId` when generating Swagger specification. Project:

camel git commit: CAMEL-11011 Make all Services Closeable

2017-03-14 Thread zregvart
Repository: camel Updated Branches: refs/heads/master d73644159 -> 32f39ea17 CAMEL-11011 Make all Services Closeable This prodvides Service with default implementation of `close` method that delegates to `stop`. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit:

camel git commit: CAMEL-11025 RestProducer should set Accept and ...

2017-03-16 Thread zregvart
Repository: camel Updated Branches: refs/heads/master 861548aec -> ab6fb50ab CAMEL-11025 RestProducer should set Accept and ... ...Content-Type headers if given in endpoint configuration This sets the headers on the incoming message, if not already set, to the supplied values from the

camel git commit: CAMEL-11026 RestletProducer should allow multip...

2017-03-16 Thread zregvart
Repository: camel Updated Branches: refs/heads/master ab6fb50ab -> 5846f22c3 CAMEL-11026 RestletProducer should allow multip... ...le values in HTTP Accept header This adds support for converting from `String` to `MediaType[]` and adds support for the multiple `MediaType`s for the `Accept`

[1/2] camel git commit: CAMEL-10932 REST Swagger component

2017-03-16 Thread zregvart
Repository: camel Updated Branches: refs/heads/master ae2ae6f32 -> 5b209152b http://git-wip-us.apache.org/repos/asf/camel/blob/5b209152/components/camel-rest-swagger/src/test/java/org/apache/camel/component/rest/swagger/RestSwaggerEndpointTest.java

camel git commit: CAMEL-11011 Make all Services Closeable - reverted

2017-03-17 Thread zregvart
Repository: camel Updated Branches: refs/heads/master 24d2f4aea -> 0b074a762 CAMEL-11011 Make all Services Closeable - reverted Decided that this could be revisited for 3.0 as the current tooling doesn't seem to do method flow analysis and it doesn't detect that stop() and close() are

camel git commit: CAMEL-11019 Customise message history dump format

2017-04-03 Thread zregvart
Repository: camel Updated Branches: refs/heads/master 6585c2a07 -> fe57a498f CAMEL-11019 Customise message history dump format Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/fe57a498 Tree:

camel git commit: CAMEL-11092 If setting Exchange.REST_HTTP_URI t...

2017-04-03 Thread zregvart
Repository: camel Updated Branches: refs/heads/master 276a75b4e -> 292e16a20 CAMEL-11092 If setting Exchange.REST_HTTP_URI t... ...he RestProducer should remove Exchange.HTTP_PATH header As most HTTP components generate URIs by concatenating `Exchange.REST_HTTP_URI` and `Exchange.HTTP_PATH`

camel git commit: CAMEL-11099: Resolve issue caused by unresolve elements hanging off the faul detail

2017-04-04 Thread zregvart
Repository: camel Updated Branches: refs/heads/master 8cace478c -> d82e585d9 CAMEL-11099: Resolve issue caused by unresolve elements hanging off the faul detail Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/d82e585d

camel git commit: CAMEL-11110 REST component host parameter handling

2017-04-05 Thread zregvart
Repository: camel Updated Branches: refs/heads/master f6a9bde97 -> 6396867d1 CAMEL-0 REST component host parameter handling Changes the method of accessing the `host` parameter from `resolveAndRemoveReferenceParameter` to `getAndRemoveOrResolveReferenceParameter` that looks if the

camel git commit: CAMEL-11116 Better handling of query parameters...

2017-04-06 Thread zregvart
Repository: camel Updated Branches: refs/heads/master 6a97606f0 -> 0bba43e55 CAMEL-6 Better handling of query parameters... ... in RestProducer This changes the way `queryParameters` producer endpoint parameter is determined, now component/endpoint parameters are not a part of the query

camel git commit: CAMEL-11112 Make sure streams are closed in cam...

2017-04-05 Thread zregvart
Repository: camel Updated Branches: refs/heads/master 037da91ea -> b1e7639f2 CAMEL-2 Make sure streams are closed in cam... ...el-catalog Using try-with-resources to make sure that `InputStream`s are closed, also cleaned up the implementation a bit by refactoring common code, replacing

camel git commit: CAMEL-11115 Enhance binding support in RestComp...

2017-04-06 Thread zregvart
Repository: camel Updated Branches: refs/heads/master d1ee73ec8 -> 994bea0cf CAMEL-5 Enhance binding support in RestComp... ...onent Added property `bindingMode` on `RestEndpoint` to specify binding mode at endpoint level. Removed `type` property on `RestProducerBindingProcessor` set

camel git commit: CAMEL-11046 camel-undertow - Allow to consume f...

2017-04-12 Thread zregvart
Repository: camel Updated Branches: refs/heads/master a313e4213 -> a2d861e1d CAMEL-11046 camel-undertow - Allow to consume f... ...rom root path more without ending slash Modifies the given `httpURI` passed via the setter `setHttpURI`, if it does not contain path, path is explicitly set to

camel git commit: CAMEL-11180 Place Eclipse workspace setup in ca...

2017-04-21 Thread zregvart
Repository: camel Updated Branches: refs/heads/master 33d111e3b -> b33fbf822 CAMEL-11180 Place Eclipse workspace setup in ca... ...mel-etc in a profile This places the execution of Eclipse workspace setup within a profile called `eclipse`, this way it is not run automatically with each build

camel git commit: CAMEL-11181 Replace gmaven with gmavenplus Mave...

2017-04-21 Thread zregvart
Repository: camel Updated Branches: refs/heads/master e7c3d6758 -> ddf98531f CAMEL-11181 Replace gmaven with gmavenplus Mave... ...n plugin This replaces the use of `gmaven` plugin with `gmavenplus` plugin. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit:

camel git commit: CAMEL-11143 Create a Maven plugin that creates ...

2017-04-13 Thread zregvart
Repository: camel Updated Branches: refs/heads/master e1d89ddbf -> fd78d4510 CAMEL-11143 Create a Maven plugin that creates ... ...REST DSL source code from Swagger specification Adds a `org.apache.camel:camel-restdsl-swagger` Maven plugin for generating REST DSL RouteBuilders from Swagger

camel git commit: Provide missing @Override annotation

2017-04-20 Thread zregvart
Repository: camel Updated Branches: refs/heads/master b8efc2bb3 -> 6eb2abe89 Provide missing @Override annotation Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/6eb2abe8 Tree:

camel git commit: CAMEL-11175 REST DSL Swagger generator default ...

2017-04-20 Thread zregvart
Repository: camel Updated Branches: refs/heads/master bee43cefb -> b8efc2bb3 CAMEL-11175 REST DSL Swagger generator default ... ...generated class/package names This refines default class name and package name generation. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit:

camel git commit: CAMEL-11173 Integration tests for camel-restdsl...

2017-04-20 Thread zregvart
Repository: camel Updated Branches: refs/heads/master 094348372 -> 2a67ab7e4 CAMEL-11173 Integration tests for camel-restdsl... ...-swagger-plugin fail on JDK 9 This adds the needed dependencies and sets the source and target Java version for the integration tests to Java 8. The Groovy

camel git commit: CAMEL-11166 make camel-package-maven-plugin wor...

2017-04-20 Thread zregvart
Repository: camel Updated Branches: refs/heads/master 2a67ab7e4 -> bee43cefb CAMEL-11166 make camel-package-maven-plugin wor... ...k on Java 9 This changes the dependency to `javax.annotation:javax.annotation-api:1.3` from `javax.xml.ws:jaxws-api:2.2.11` to have a smaller footprint, and

camel git commit: CAMEL-11163 Add @Generated annotation in REST D...

2017-04-18 Thread zregvart
Repository: camel Updated Branches: refs/heads/master 13d16f1db -> ff463456a CAMEL-11163 Add @Generated annotation in REST D... SL Swagger generated code Adds the `@Generated` annotation to the generated source code of `RouteBuilder` implementations. This way IDEs and source code analysis

camel git commit: CAMEL-10939 Restlet contract for RestConsumerFa...

2017-03-04 Thread zregvart
Repository: camel Updated Branches: refs/heads/master f5f187bd7 -> cc2ff1185 CAMEL-10939 Restlet contract for RestConsumerFa... ...ctory does not start the Endpoint This relates to CAMEL-10935 and the change made in CAMEL-10928. The Endpoint created in `createConsumer` needs to be started

camel git commit: CAMEL-10966 Salesforce Maven Plugin Escape Strings

2017-03-08 Thread zregvart
Repository: camel Updated Branches: refs/heads/master a2aaa544b -> 77f203dfd CAMEL-10966 Salesforce Maven Plugin Escape Strings Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/77f203df Tree:

[6/6] camel git commit: CAMEL-10857 Make Salesforce integration tests w...

2017-03-07 Thread zregvart
CAMEL-10857 Make Salesforce integration tests w... ...ork with new Salesforce instance This changes the way Salesforce environment is setup for integration tests are, previously one would need to manually configure the instance while now it is done automatically by using _Salesforce Migration

[3/6] camel git commit: CAMEL-10857 Make Salesforce integration tests w...

2017-03-07 Thread zregvart
http://git-wip-us.apache.org/repos/asf/camel/blob/ee55a3bc/components/camel-salesforce/it/resources/salesforce/profiles/Cross Org Data Proxy User.profile -- diff --git

[1/6] camel git commit: CAMEL-10857 Make Salesforce integration tests w...

2017-03-07 Thread zregvart
Repository: camel Updated Branches: refs/heads/master b877b4584 -> ee55a3bc6 http://git-wip-us.apache.org/repos/asf/camel/blob/ee55a3bc/components/camel-salesforce/it/resources/salesforce/profiles/Work%2Ecom Only User.profile

[4/6] camel git commit: CAMEL-10857 Make Salesforce integration tests w...

2017-03-07 Thread zregvart
http://git-wip-us.apache.org/repos/asf/camel/blob/ee55a3bc/components/camel-salesforce/it/resources/salesforce/layouts/Line_Item__c-Line Item Layout.layout -- diff --git

[2/6] camel git commit: CAMEL-10857 Make Salesforce integration tests w...

2017-03-07 Thread zregvart
http://git-wip-us.apache.org/repos/asf/camel/blob/ee55a3bc/components/camel-salesforce/it/resources/salesforce/profiles/Identity User.profile -- diff --git a/components/camel-salesforce/it/resources/salesforce/profiles/Identity

camel git commit: CAMEL-10957 Log a warning if the response canno...

2017-03-07 Thread zregvart
Repository: camel Updated Branches: refs/heads/master ee55a3bc6 -> 77c77fa80 CAMEL-10957 Log a warning if the response canno... ...t be unmarshalled in Composite API Adds a logging of WARN level in case of exceptions while unmarshalling responses from Composite API Project:

[5/6] camel git commit: CAMEL-10857 Make Salesforce integration tests w...

2017-03-07 Thread zregvart
http://git-wip-us.apache.org/repos/asf/camel/blob/ee55a3bc/components/camel-salesforce/camel-salesforce-component/src/test/java/org/apache/camel/component/salesforce/RestApiIntegrationTest.java -- diff --git

camel git commit: Removed unused imports in SubscriptionHelper

2017-03-07 Thread zregvart
Repository: camel Updated Branches: refs/heads/master 77c77fa80 -> 84133ccad Removed unused imports in SubscriptionHelper Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/84133cca Tree:

camel git commit: CAMEL-11008: Consumer/Producer templates are no...

2017-03-14 Thread zregvart
Repository: camel Updated Branches: refs/heads/master 4e1cfa87c -> 25d1d418e CAMEL-11008: Consumer/Producer templates are no... ...t stopped when auto-configured in Spring Boot Adds `addService` for Consumer/Producer templates when configured from Spring Boot this ensures that these are

camel git commit: CAMEL-11008: Consumer/Producer templates are no...

2017-03-14 Thread zregvart
Repository: camel Updated Branches: refs/heads/camel-2.18.x 73a084567 -> 25216a508 CAMEL-11008: Consumer/Producer templates are no... ...t stopped when auto-configured in Spring Boot Adds `addService` for Consumer/Producer templates when configured from Spring Boot this ensures that these

camel git commit: CAMEL-11008: Consumer/Producer templates are no...

2017-03-14 Thread zregvart
Repository: camel Updated Branches: refs/heads/camel-2.17.x c82fd3bae -> 562794a7a CAMEL-11008: Consumer/Producer templates are no... ...t stopped when auto-configured in Spring Boot Adds `addService` for Consumer/Producer templates when configured from Spring Boot this ensures that these

[1/2] camel git commit: CAMEL-10966 Salesforce Maven Plugin doesn't escape strings when doing the camel-salesforce:generate phase

2017-03-13 Thread zregvart
Repository: camel Updated Branches: refs/heads/master efbccd439 -> cccf6726b CAMEL-10966 Salesforce Maven Plugin doesn't escape strings when doing the camel-salesforce:generate phase Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit:

[2/2] camel git commit: CAMEL-10966 Salesforce Maven Plugin doesn't esc...

2017-03-13 Thread zregvart
CAMEL-10966 Salesforce Maven Plugin doesn't esc... ...ape strings when doing the camel-salesforce:generate phase This changes the test a bit, let me explain how: there is no need to use reflection to make a method in the object under test accessible, we can simply change the visibility of the

camel git commit: CAMEL-10966 Salesforce Maven Plugin doesn't esc...

2017-03-14 Thread zregvart
Repository: camel Updated Branches: refs/heads/master 3ce4ad86e -> 885785144 CAMEL-10966 Salesforce Maven Plugin doesn't esc... ...ape strings when doing the camel-salesforce:generate phase When to files differ make the test show expected and generated file differences. Project:

camel git commit: CAMEL-10954 Can't find dependency org.apache.ca...

2017-03-06 Thread zregvart
Repository: camel Updated Branches: refs/heads/master a3ce7b6a5 -> f4907e1bd CAMEL-10954 Can't find dependency org.apache.ca... ...mel:camel-box2 Removes `camel-box2-starter` as the component `camel-box` no longer exists. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit:

camel git commit: CAMEL-10929 Undertow producer wrongly configure...

2017-03-02 Thread zregvart
Repository: camel Updated Branches: refs/heads/master 3f3ed6d7c -> caf48a8de CAMEL-10929 Undertow producer wrongly configure... ...s HTTP request path This configures the ClientRequest with path and query parts of the request URL using a new helper method in URISupport (pathAndQueryOf).

camel git commit: CAMEL-10928 Restlet contract for RestProducerFa...

2017-03-02 Thread zregvart
Repository: camel Updated Branches: refs/heads/master 4d6287b3b -> 3f3ed6d7c CAMEL-10928 Restlet contract for RestProducerFa... ...ctory wrongly configures request method This changes the endpoint property from `restletMethods` to `restletMethod` -- used by the producer. Project:

camel git commit: CAMEL-11165 Add @Generated annotation to code g...

2017-04-18 Thread zregvart
Repository: camel Updated Branches: refs/heads/master b3ac9932f -> 110d1c9d6 CAMEL-11165 Add @Generated annotation to code g... ...enerated by SpringBootAutoConfigurationMojo Adds `@Generated` annotation to Spring Boot auto-configuration generated source files. Project:

[11/13] camel git commit: CAMEL-11165 Add @Generated annotation to code g...

2017-04-19 Thread zregvart
http://git-wip-us.apache.org/repos/asf/camel/blob/2297128f/platforms/spring-boot/components-starter/camel-aws-starter/src/main/java/org/apache/camel/component/aws/swf/springboot/SWFComponentAutoConfiguration.java -- diff --git

[04/13] camel git commit: CAMEL-11165 Add @Generated annotation to code g...

2017-04-19 Thread zregvart
http://git-wip-us.apache.org/repos/asf/camel/blob/2297128f/platforms/spring-boot/components-starter/camel-rest-swagger-starter/src/main/java/org/apache/camel/component/rest/swagger/springboot/RestSwaggerComponentAutoConfiguration.java

[12/13] camel git commit: CAMEL-11165 Add @Generated annotation to code g...

2017-04-19 Thread zregvart
CAMEL-11165 Add @Generated annotation to code g... ...enerated by SpringBootAutoConfigurationMojo This regenerates Spring Boot auto configuration source files to include `@Generated` annotation. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit:

[02/13] camel git commit: CAMEL-11165 Add @Generated annotation to code g...

2017-04-19 Thread zregvart
http://git-wip-us.apache.org/repos/asf/camel/blob/2297128f/platforms/spring-boot/components-starter/camel-xmlbeans-starter/src/main/java/org/apache/camel/converter/xmlbeans/springboot/XmlBeansDataFormatAutoConfiguration.java --

[10/13] camel git commit: CAMEL-11165 Add @Generated annotation to code g...

2017-04-19 Thread zregvart
http://git-wip-us.apache.org/repos/asf/camel/blob/2297128f/platforms/spring-boot/components-starter/camel-core-starter/src/main/java/org/apache/camel/component/dataset/springboot/DataSetComponentAutoConfiguration.java -- diff

[06/13] camel git commit: CAMEL-11165 Add @Generated annotation to code g...

2017-04-19 Thread zregvart
http://git-wip-us.apache.org/repos/asf/camel/blob/2297128f/platforms/spring-boot/components-starter/camel-jpa-starter/src/main/java/org/apache/camel/component/jpa/springboot/JpaComponentAutoConfiguration.java -- diff --git

[05/13] camel git commit: CAMEL-11165 Add @Generated annotation to code g...

2017-04-19 Thread zregvart
http://git-wip-us.apache.org/repos/asf/camel/blob/2297128f/platforms/spring-boot/components-starter/camel-mvel-starter/src/main/java/org/apache/camel/component/mvel/springboot/MvelComponentAutoConfiguration.java -- diff --git

[13/13] camel git commit: Regenerate component documentation list

2017-04-19 Thread zregvart
Regenerate component documentation list This updates the component list in the documentation. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/492bef34 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/492bef34 Diff:

[01/13] camel git commit: CAMEL-11165 Add @Generated annotation to code g...

2017-04-19 Thread zregvart
Repository: camel Updated Branches: refs/heads/master dd940e926 -> 492bef343 CAMEL-11165 Add @Generated annotation to code g... ...enerated by SpringBootAutoConfigurationMojo This removes the `date` annotation member, so that generation timestamps do not create source code difference when

[07/13] camel git commit: CAMEL-11165 Add @Generated annotation to code g...

2017-04-19 Thread zregvart
http://git-wip-us.apache.org/repos/asf/camel/blob/2297128f/platforms/spring-boot/components-starter/camel-hessian-starter/src/main/java/org/apache/camel/dataformat/hessian/springboot/HessianDataFormatAutoConfiguration.java -- diff

[09/13] camel git commit: CAMEL-11165 Add @Generated annotation to code g...

2017-04-19 Thread zregvart
http://git-wip-us.apache.org/repos/asf/camel/blob/2297128f/platforms/spring-boot/components-starter/camel-core-starter/src/main/java/org/apache/camel/language/simple/springboot/SimpleLanguageAutoConfiguration.java -- diff --git

[03/13] camel git commit: CAMEL-11165 Add @Generated annotation to code g...

2017-04-19 Thread zregvart
http://git-wip-us.apache.org/repos/asf/camel/blob/2297128f/platforms/spring-boot/components-starter/camel-splunk-starter/src/main/java/org/apache/camel/component/splunk/springboot/SplunkComponentConfiguration.java -- diff --git

[08/13] camel git commit: CAMEL-11165 Add @Generated annotation to code g...

2017-04-19 Thread zregvart
http://git-wip-us.apache.org/repos/asf/camel/blob/2297128f/platforms/spring-boot/components-starter/camel-elsql-starter/src/main/java/org/apache/camel/component/elsql/springboot/ElsqlComponentAutoConfiguration.java -- diff --git

camel git commit: CAMEL-11163 Add @Generated annotation in REST D...

2017-04-19 Thread zregvart
Repository: camel Updated Branches: refs/heads/master 9cf875246 -> 30308c9f9 CAMEL-11163 Add @Generated annotation in REST D... ...SL Swagger generated code This makes the `date` annotation member of `@Generated` annotation optional and its generation turned off by default. Project:

[1/2] camel git commit: Regenerate component documentation list

2017-04-19 Thread zregvart
Repository: camel Updated Branches: refs/heads/master 30308c9f9 -> e1cc3a2cf Regenerate component documentation list This updates the component list in the documentation without the removed components. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit:

[2/2] camel git commit: CAMEL-11165 Add @Generated annotation to code g...

2017-04-19 Thread zregvart
CAMEL-11165 Add @Generated annotation to code g... ...enerated by SpringBootAutoConfigurationMojo This removes the `date` annotation member on additional components missed in the first run. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit:

  1   2   3   4   5   6   7   8   9   10   >