[GitHub] camel pull request #2545: CAMEL-12850: camel-ftp tries reconnects twice as m...

2018-10-03 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2545


---


[GitHub] camel pull request #2530: CAMEL-12829: An autocreated CXF Bus not shut down ...

2018-09-24 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2530


---


[GitHub] camel pull request #2529: Rest dsl parser

2018-09-23 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2529


---


[GitHub] camel pull request #2529: Rest dsl parser

2018-09-23 Thread davsclaus
GitHub user davsclaus opened a pull request:

https://github.com/apache/camel/pull/2529

Rest dsl parser



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/apache/camel rest-dsl-parser

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/camel/pull/2529.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2529


commit adcf45c5dea9c5ce25eb58debb3b67f29095d71b
Author: Claus Ibsen 
Date:   2018-09-20T09:09:55Z

CAMEL-12824: camel-route-parser - Add parser for rest-dsl

commit 9ace61230ef846c82ce87421e5ede81ef08d6baa
Author: Claus Ibsen 
Date:   2018-09-20T09:35:45Z

CAMEL-12824: camel-route-parser - Add parser for rest-dsl

commit 488e8885336bcd984d32e2104c1070d8d74cfae2
Author: Claus Ibsen 
Date:   2018-09-20T13:11:17Z

CAMEL-12824: camel-route-parser - Also add line number end to java route 
parser.

commit 90344acf562adc798fe4065f230cc59739144586
Author: Claus Ibsen 
Date:   2018-09-20T14:04:41Z

CAMEL-12824: camel-route-parser - Add parser for rest-dsl

commit f0854fcd747e45aa8593e8e1274ff410b6f4e73d
Author: Claus Ibsen 
Date:   2018-09-21T13:02:12Z

CAMEL-12824: camel-route-parser - Add parser for rest-dsl

commit ef12cea3b75a04c344e5d86e3ab12890163adde4
Author: Claus Ibsen 
Date:   2018-09-22T09:44:16Z

CAMEL-12824: camel-route-parser - Add parser for rest-dsl

commit 6a65a7ce4beac9ada8aa58d75cf364ba6c8b26b6
Author: Claus Ibsen 
Date:   2018-09-23T08:11:46Z

CAMEL-12824: camel-route-parser - Add parser for rest-dsl

commit 6bf952d53afbb9e011c8bec77d6a0492f74697f6
Author: Claus Ibsen 
Date:   2018-09-23T08:53:41Z

CAMEL-12824: camel-route-parser - Add parser for rest-dsl

commit 926d86c20e628c9f85fd7448452f76d1881dd7db
Author: Claus Ibsen 
Date:   2018-09-23T09:55:17Z

CAMEL-12824: camel-route-parser - Add parser for rest-dsl




---


[GitHub] camel pull request #2509: CAMEL-12782 - More specific error message for unre...

2018-09-08 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2509


---


[GitHub] camel pull request #2505: CAMEL-12769: Combination of File consumer with cha...

2018-09-04 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2505


---


[GitHub] camel pull request #2503: CAMEL-12758:SOAP request causing null namespace UR...

2018-09-04 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2503


---


[GitHub] camel pull request #2497: CAMEL-12721:camel-zipkin - Add support for easy en...

2018-08-31 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2497


---


[GitHub] camel pull request #2494: camel-zipkin - Generate tracing identifiers on exc...

2018-08-28 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2494


---


[GitHub] camel pull request #2491: CAMEL-12229: camel-rabbitmq consumer should be mor...

2018-08-23 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2491


---


[GitHub] camel pull request #2491: CAMEL-12229: camel-rabbitmq consumer should be mor...

2018-08-22 Thread davsclaus
GitHub user davsclaus opened a pull request:

https://github.com/apache/camel/pull/2491

CAMEL-12229: camel-rabbitmq consumer should be more resilient on star…

…ting. There may be a situation where a connection is created but cannot 
be started, and then the reconnect logic would reconnect but not start the 
consumer. Now we have logic that calls the start method, and we leverage Camels 
ServiceSupport for lifecycle of start/stop.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/apache/camel camel-12229

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/camel/pull/2491.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2491


commit f081f6328c9559a32f9d8ae88c06c7cb7d168e58
Author: Claus Ibsen 
Date:   2018-08-22T13:26:13Z

CAMEL-12229: camel-rabbitmq consumer should be more resilient on starting. 
There may be a situation where a connection is created but cannot be started, 
and then the reconnect logic would reconnect but not start the consumer. Now we 
have logic that calls the start method, and we leverage Camels ServiceSupport 
for lifecycle of start/stop.




---


[GitHub] camel pull request #2490: Fix for CAMEL-12746 (temp reply queue autoAck)

2018-08-22 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2490


---


[GitHub] camel pull request #2488: CAMEL-12741: The copy method on Message should by ...

2018-08-22 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2488


---


[GitHub] camel pull request #2489: [CAMEL-12605] First cut at mime envelope entity

2018-08-21 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2489


---


[GitHub] camel pull request #2484: CAMEL-12736 Create FHIR authorization and transact...

2018-08-20 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2484


---


[GitHub] camel pull request #2487: CAMEL-12740: HttpAsyncClientBuilder is now used wh...

2018-08-20 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2487


---


[GitHub] camel pull request #2485: [CAMEL-12706] added documentation for new options.

2018-08-20 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2485


---


[GitHub] camel pull request #2488: CAMEL-12741: The copy method on Message should by ...

2018-08-20 Thread davsclaus
GitHub user davsclaus opened a pull request:

https://github.com/apache/camel/pull/2488

CAMEL-12741: The copy method on Message should by default set the exc…

…hange on the copied message to the same instance as from the source. If 
the copied message is re-attached to another exchange it will reset the 
exchange anyway.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/apache/camel camel-12741

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/camel/pull/2488.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2488


commit fe75c444740fe48361c93decfe10ec508d95d566
Author: Claus Ibsen 
Date:   2018-08-20T17:02:40Z

CAMEL-12741: The copy method on Message should by default set the exchange 
on the copied message to the same instance as from the source. If the copied 
message is re-attached to another exchange it will reset the exchange anyway.




---


[GitHub] camel pull request #2482: [CAMEL-12605] Refactored name and package of AS2 u...

2018-08-18 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2482


---


[GitHub] camel pull request #2481: [CAMEL-12605] Refactored name and package of AS2 u...

2018-08-17 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2481


---


[GitHub] camel pull request #2480: CAMEL-12739: fix camel-cdi multi context type conv...

2018-08-17 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2480


---


[GitHub] camel pull request #2479: CAMEL-12735 - provide test showing XMlRouteParser ...

2018-08-16 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2479


---


[GitHub] camel pull request #2478: CAMEL-12732 Take into account isAllowManualCommit

2018-08-16 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2478


---


[GitHub] camel pull request #2474: Update kafka-component.adoc

2018-08-16 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2474


---


[GitHub] camel pull request #2473: CAMEL-12731: Fix FindBugs warnings: Array formatte...

2018-08-15 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2473


---


[GitHub] camel pull request #2472: CAMEL-12730: Fix FindBugs warnings: Suspicious ref...

2018-08-15 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2472


---


[GitHub] camel pull request #2470: CAMEL-12587: camel-zipkin-starter fails mapping se...

2018-08-13 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2470


---


[GitHub] camel pull request #2452: [CAMEL-12711] Add configuration property 'bindAddr...

2018-08-10 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2452


---


[GitHub] camel pull request #2463: camel-ftp - SftpOperations should set byte[] inste...

2018-08-10 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2463


---


[GitHub] camel pull request #2459: CAMEL-12638: FluentProducerTemplate should be thre...

2018-08-08 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2459


---


[GitHub] camel pull request #2457: CAMEL-12714 - support handlers in cxf payload mode...

2018-08-08 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2457


---


[GitHub] camel pull request #2459: CAMEL-12638: FluentProducerTemplate should be thre...

2018-08-08 Thread davsclaus
GitHub user davsclaus opened a pull request:

https://github.com/apache/camel/pull/2459

 CAMEL-12638: FluentProducerTemplate should be thread-safe



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/apache/camel camel-12638

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/camel/pull/2459.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2459


commit afedbc78afde861075ec218e50eaff12e2b9c7fc
Author: Claus Ibsen 
Date:   2018-08-08T07:57:57Z

CAMEL-12638: FluentProducerTemplate should be thread-safe.

commit efc0e955139565f49f3f6ffd357ba78fa288efcc
Author: Claus Ibsen 
Date:   2018-08-08T07:59:46Z

CAMEL-12638: FluentProducerTemplate should be thread-safe.




---


[GitHub] camel pull request #2456: CAMEL-12713 - XsltUriResolver fix: relative import...

2018-08-07 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2456


---


[GitHub] camel pull request #2448: CAMEL-12656: Fixed root span id for multiple route...

2018-08-01 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2448


---


[GitHub] camel pull request #2445: CAMEL-12691: XmlConverter should use logger api wh...

2018-07-31 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2445


---


[GitHub] camel pull request #2445: CAMEL-12691: XmlConverter should use logger api wh...

2018-07-31 Thread davsclaus
GitHub user davsclaus opened a pull request:

https://github.com/apache/camel/pull/2445

CAMEL-12691: XmlConverter should use logger api when reporting parsin…

…g errors.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/apache/camel camel-12691

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/camel/pull/2445.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2445


commit d9cff3daf6119e27ee3f5feb3c65433b5370946f
Author: Claus Ibsen 
Date:   2018-07-31T09:43:47Z

CAMEL-12691: XmlConverter should use logger api when reporting parsing 
errors.




---


[GitHub] camel pull request #2430: Camel 12644 - Generate documentation for Spring Bo...

2018-07-18 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2430


---


[GitHub] camel pull request #2430: Camel 12644 - Generate documentation for Spring Bo...

2018-07-17 Thread davsclaus
GitHub user davsclaus opened a pull request:

https://github.com/apache/camel/pull/2430

Camel 12644 - Generate documentation for Spring Boot starters

Many commits on the way, that we can squash. The meat is the tooling in the 
maven plugin that generates the doc snippet of all the spring boot 
configuration options.

We can thinker with the template to have a bit more description before the 
table etc.

There are some options that do not have description, which we can work on 
afterwards to add and have the tool report this in the future so we can detect 
this sooner.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/apache/camel camel-12644

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/camel/pull/2430.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2430


commit 844167a19c3ac041135fa5ec4aab191354a0f2b5
Author: Claus Ibsen 
Date:   2018-07-16T18:02:53Z

CAMEL-12644: Generate spring boot auto configuration in the docs.

commit 84d495d1859d3727b83d9a9f98887b23c991ec91
Author: Claus Ibsen 
Date:   2018-07-16T18:14:30Z

CAMEL-12644: Generate spring boot auto configuration in the docs.

commit e3df558be6b19d44164cb1a199316cab9da7c0f4
Author: Claus Ibsen 
Date:   2018-07-16T18:25:38Z

CAMEL-12644: Generate spring boot auto configuration in the docs.

commit 4c78f4db7612fa4dd94570406856fc9a4ff66bdc
Author: Claus Ibsen 
Date:   2018-07-16T18:38:32Z

CAMEL-12644: Generate spring boot auto configuration in the docs.

commit eb7daccb073a92c5d7b7bd5727f2c4caec0eb0f5
Author: Claus Ibsen 
Date:   2018-07-16T19:00:24Z

CAMEL-12644: Generate spring boot auto configuration in the docs.

commit 5767b901cb15d1c37ecb01abe60ad944fb596914
Author: Claus Ibsen 
Date:   2018-07-16T19:11:58Z

CAMEL-12644: Generate spring boot auto configuration in the docs.

commit b0fcbbd30ff5265a13d725689b4e5ae41046ad42
Author: Claus Ibsen 
Date:   2018-07-16T20:05:10Z

CAMEL-12644: Generate spring boot auto configuration in the docs.

commit b20c71fd9c5434a7a83098aedd0ba52e0a5b80a8
Author: Claus Ibsen 
Date:   2018-07-17T07:38:53Z

CAMEL-12644: Generate spring boot auto configuration in the docs.

commit eae02da5882c10b04d4c92eea787418ccd4a491a
Author: Claus Ibsen 
Date:   2018-07-17T08:01:10Z

CAMEL-12644: Generate spring boot auto configuration in the docs.

commit beb6f733bc7dc715177383697013c01f86e83a0f
Author: Claus Ibsen 
Date:   2018-07-17T10:17:00Z

CAMEL-12644: Generate spring boot auto configuration in the docs.

commit b7ed95f825156c1c88d9f738803ef3ed2135d2d0
Author: Claus Ibsen 
Date:   2018-07-17T12:57:31Z

CAMEL-12644: Generate spring boot auto configuration in the docs.

commit 3cc267a5776ba5c661b1c297e0425835fb1d9dfc
Author: Claus Ibsen 
Date:   2018-07-17T13:26:25Z

CAMEL-12644: Generate spring boot auto configuration in the docs.

commit 1cae8d22c0e0bfcb4cd0c3365d04956662ae3e3f
Author: Claus Ibsen 
Date:   2018-07-17T13:44:25Z

CAMEL-12644: Generate spring boot auto configuration in the docs.




---


[GitHub] camel pull request #2428: Add back the section: "Configuring Rest DSL"

2018-07-15 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2428


---


[GitHub] camel pull request #2426: CAMEL-12650 Log messages that do not match with th...

2018-07-15 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2426


---


[GitHub] camel pull request #2423: Camel 12646 - camel-spring-boot - Auto configurati...

2018-07-15 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2423


---


[GitHub] camel pull request #2422: CAMEL-12643: Inadequate information for handling c...

2018-07-13 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2422


---


[GitHub] camel pull request #2423: Camel 12646 - camel-spring-boot - Auto configurati...

2018-07-12 Thread davsclaus
GitHub user davsclaus opened a pull request:

https://github.com/apache/camel/pull/2423

Camel 12646 - camel-spring-boot - Auto configuration of complex types 
should be more tooling friendly

The camel maven plugin for spring boot auto configuration source code 
generation now generates complex types as String types so we can use them via 
spring boot and its tooling, eg they are listed in the 
spring-configuration-metadata.json file.

See ticket: https://issues.apache.org/jira/browse/CAMEL-12646

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/apache/camel camel-12646

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/camel/pull/2423.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2423


commit 4dfc9f30d9002c06ae496cca997a5265e2cab262
Author: Claus Ibsen 
Date:   2018-07-12T13:24:46Z

CAMEL-12464: camel maven plugin for spring-boot auto configuration polished.

commit 2b4e3cf5d625f88c0d01a5cc1730954aaec9f7a4
Author: Claus Ibsen 
Date:   2018-07-12T14:05:47Z

CAMEL-12646: The camel maven plugin for spring boot auto configuration 
source code generation now generates complex types as String types so we can 
use them via spring boot and its tooling, eg they are listed in the 
spring-configuration-metadata.json file.

commit bd51298fe84ebcdd020ac93a0c8bbf1e581eded6
Author: Claus Ibsen 
Date:   2018-07-12T14:52:51Z

CAMEL-12646: The camel maven plugin for spring boot auto configuration 
source code generation now generates complex types as String types so we can 
use them via spring boot and its tooling, eg they are listed in the 
spring-configuration-metadata.json file.




---


[GitHub] camel pull request #2409: CAMEL-12594 repro

2018-07-09 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2409


---


[GitHub] camel pull request #2411: Camel 12625

2018-07-09 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2411


---


[GitHub] camel pull request #2413: Fusedoc 2541

2018-07-07 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2413


---


[GitHub] camel pull request #2408: CAMEL-12609: Filter Headers/Properties in DefaultE...

2018-07-05 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2408


---


[GitHub] camel pull request #2394: CAMEL-12599: Upgrade to CXF 3.2.5

2018-06-27 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2394


---


[GitHub] camel pull request #2380: CAMEL-9751: Allow to configure swagger security re...

2018-06-18 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2380


---


[GitHub] camel pull request #2380: CAMEL-9751: Allow to configure swagger security re...

2018-06-17 Thread davsclaus
GitHub user davsclaus opened a pull request:

https://github.com/apache/camel/pull/2380

CAMEL-9751: Allow to configure swagger security requirements in generated 
swagger api docs in rest-dsl.



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/apache/camel swagger-security

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/camel/pull/2380.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2380


commit 490b50366bd81345767d04e95d7b01e83b637387
Author: Claus Ibsen 
Date:   2018-06-16T10:31:32Z

CAMEL-9751: Allow to configure swagger security requirements in generated 
swagger api docs in rest-dsl.

commit 14b0aa59147326576c222b3c73bee43ba0f2ed74
Author: Claus Ibsen 
Date:   2018-06-16T12:42:24Z

CAMEL-9751: Allow to configure swagger security requirements in generated 
swagger api docs in rest-dsl.

commit 1e711d20a9bff5aedf624e303ff948e421d7e9dc
Author: Claus Ibsen 
Date:   2018-06-17T08:33:16Z

CAMEL-9751: Allow to configure swagger security requirements in generated 
swagger api docs in rest-dsl.

commit 57142664acc06cffce684c9962b88c3cb919b652
Author: Claus Ibsen 
Date:   2018-06-17T08:52:05Z

CAMEL-9751: Allow to configure swagger security requirements in generated 
swagger api docs in rest-dsl.




---


[GitHub] camel pull request #2377: upgrade spring-boot and spring framework

2018-06-16 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2377


---


[GitHub] camel pull request #2363: [CAMEL-11257] Added test for Asynchronous MDN cont...

2018-06-06 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2363


---


[GitHub] camel pull request #2357: CAMEL-12548: NullPointerException in camel-cmis wh...

2018-06-03 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2357


---


[GitHub] camel pull request #2354: CAMEL-11162: rest-dsl add client request validatio...

2018-05-31 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2354


---


[GitHub] camel pull request #2354: CAMEL-11162: rest-dsl add client request validatio...

2018-05-30 Thread davsclaus
GitHub user davsclaus opened a pull request:

https://github.com/apache/camel/pull/2354

CAMEL-11162: rest-dsl add client request validation

So we check whether required data is included in the client http request 
when being processed by rest-dsl consumer. 

We now check for missing
- query parameters
- http headers
- body

The context-path is already handled in the uri path matcher, so it will 
fail already for invalid context-path.

This can be turned on in the rest configuration. 

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/apache/camel rest-val

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/camel/pull/2354.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2354


commit 8f088e7fa1fb11e48ed4150ad460bad1d4dd1020
Author: Claus Ibsen 
Date:   2018-05-29T14:38:28Z

CAMEL-11162: rest-dsl now has validation check for consumer to check if the 
http client request has content-type/accept headers that is supported in 
rest-dsl consumes/produces settings.

commit c9ff0ce02d9d7ed72e84b5fb58a19d7820822300
Author: Claus Ibsen 
Date:   2018-05-30T06:45:56Z

CAMEL-11162: rest-dsl now has validation check for consumer to check if the 
http client request has content-type/accept headers that is supported in 
rest-dsl consumes/produces settings.

commit 066566dea22ed6dcc2978ca33b0707a6d0035f7f
Author: Claus Ibsen 
Date:   2018-05-30T09:03:49Z

CAMEL-11162: rest-dsl now has validation check for consumer to check if the 
http client request has content-type/accept headers that is supported in 
rest-dsl consumes/produces settings.




---


[GitHub] camel pull request #2348: [CAMEL-11257] Fixed serialization issue with non-M...

2018-05-19 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2348


---


[GitHub] camel pull request #2346: [azure-starter] Fix of a typo in springg.factories...

2018-05-17 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2346


---


[GitHub] camel pull request #2333: CAMEL-12503: added support for propagating camel h...

2018-05-15 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2333


---


[GitHub] camel pull request #2331: upgrade spring-boot and spring

2018-05-15 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2331


---


[GitHub] camel pull request #2340: [CAMEL-11257] Enhance unit tests and fixed Javadoc

2018-05-15 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2340


---


[GitHub] camel pull request #2336: [CAMEL-11257] Fixed deserialization of transfer en...

2018-05-13 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2336


---


[GitHub] camel pull request #2314: CAMEL-12442:rest-dsl - Rest producer should use Re...

2018-05-03 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2314


---


[GitHub] camel pull request #2310: [CAMEL-11257] Fixed multipart parsing logic and up...

2018-05-02 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2310


---


[GitHub] camel pull request #2307: CAMEL-12460 Fix camel actuator endpoints to get it...

2018-04-26 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2307


---


[GitHub] camel pull request #2306: Fixed the Defect manual commit not working

2018-04-26 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2306


---


[GitHub] camel pull request #2308: CAMEL-12442:rest-dsl - Rest producer should use Re...

2018-04-26 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2308


---


[GitHub] camel pull request #2302: CAMEL-12462

2018-04-26 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2302


---


[GitHub] camel pull request #2305: Remove Metric 3.0.1 related classloader leak warni...

2018-04-26 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2305


---


[GitHub] camel pull request #2302: CAMEL-12462

2018-04-23 Thread davsclaus
GitHub user davsclaus opened a pull request:

https://github.com/apache/camel/pull/2302

CAMEL-12462

See ticket: https://issues.apache.org/jira/browse/CAMEL-12462

Anyone is welcome to take a peak and provide feedback. This PR can be 
squashed and merged when its done.

We can do this kind of optimisation for other components as well, for 
example JMS with the CamelJmsDestination header for the JMS queue/topic. 
However JMS uses a connection pool so its fairly optimised as well, but it 
would still use a new producer per different queue/topic. 



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/apache/camel CAMEL-12462

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/camel/pull/2302.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2302


commit 6f6a57546eaba01aac7c62b1b1485c988eb5ab1a
Author: Claus Ibsen <claus.ibsen@...>
Date:   2018-04-21T07:53:35Z

CAMEL-12462: Optimise toD to allow components to be SendDynamicAware in 
their producers to use static endpoint and dynamic parts provided via headers 
(pre processor)

commit ef7766692341f89656f052a94211ed4cb14c9d75
Author: Claus Ibsen <claus.ibsen@...>
Date:   2018-04-21T08:30:03Z

CAMEL-12462: Optimise toD to allow components to be SendDynamicAware in 
their producers to use static endpoint and dynamic parts provided via headers 
(pre processor)

commit c41fb09f18d30a811cc3f4df7a422adfb25f5bcf
Author: Claus Ibsen <claus.ibsen@...>
Date:   2018-04-21T09:59:07Z

CAMEL-12462: Optimise toD to allow components to be SendDynamicAware in 
their producers to use static endpoint and dynamic parts provided via headers 
(pre processor)

commit 9dee10cac61ff660a7616b5341d08c57ee22bbcb
Author: Claus Ibsen <claus.ibsen@...>
Date:   2018-04-21T10:52:32Z

CAMEL-12462: Optimise toD to allow components to be SendDynamicAware in 
their producers to use static endpoint and dynamic parts provided via headers 
(pre processor)

commit 5c98675420fd7ca15974cb2d47f6e7a7a39c3679
Author: Claus Ibsen <claus.ibsen@...>
Date:   2018-04-21T11:46:29Z

CAMEL-12462: camel-http now supports optimised toD for all its lenient 
query parameters.

commit e1c3ecdacaa69fc12d82d8f015d8c158d6742515
Author: Claus Ibsen <claus.ibsen@...>
Date:   2018-04-22T08:33:35Z

CAMEL-12462: camel-http now supports optimised toD for all its lenient 
query parameters.

commit 4b698dca54067760c9b686d380c75d69ac71a6b0
Author: Claus Ibsen <claus.ibsen@...>
Date:   2018-04-23T07:37:52Z

CAMEL-12462: camel-http now supports optimised toD for all its lenient 
query parameters.

commit 3f646f9c9423bfc45ec934cc63ac64f31367dfa9
Author: Claus Ibsen <claus.ibsen@...>
Date:   2018-04-23T07:49:15Z

CAMEL-12462: camel-http4 now supports optimised toD for all its lenient 
query parameters.

commit 97ed3044c21e83402663e01b5c29ae6435684366
Author: Claus Ibsen <claus.ibsen@...>
Date:   2018-04-23T08:34:40Z

CAMEL-12462: camel-undertow now supports optimised toD for all its lenient 
query parameters.

commit 7b0dd617af2f145aa3ef1768b4d8cb2681bb4d68
Author: Claus Ibsen <claus.ibsen@...>
Date:   2018-04-23T09:28:23Z

CAMEL-12462: camel-netty4-http now supports optimised toD for all its 
lenient query parameters.

commit 78fc8550d43b32c8be523f048d4a59a8bef3df37
Author: Claus Ibsen <claus.ibsen@...>
Date:   2018-04-23T10:28:30Z

CAMEL-12462: Optimise toD to allow components to be SendDynamicAware in 
their producers to use static endpoint and dynamic parts provided via headers 
(pre processor)

commit 57886f04e609d7db693298e6d27483b756b38216
Author: Claus Ibsen <claus.ibsen@...>
Date:   2018-04-23T10:32:38Z

CAMEL-12462: Optimise toD to allow components to be SendDynamicAware in 
their producers to use static endpoint and dynamic parts provided via headers 
(pre processor)




---


[GitHub] camel pull request #2300: [CAMEL-11257] First Phase of AS2 Camel Component

2018-04-19 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2300


---


[GitHub] camel pull request #2292: Add support for Extended mode for full text

2018-04-19 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2292


---


[GitHub] camel pull request #2283: CAMEL-12418: High CPU load on events watching

2018-04-18 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2283


---


[GitHub] camel pull request #2297: CAMEL-12449: DefaultServiceLoadBalancer throws Ind...

2018-04-17 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2297


---


[GitHub] camel pull request #2294: fusedoc-1940 updates to CXF component doc

2018-04-14 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2294


---


[GitHub] camel pull request #2293: Upgrade hapi-fhir to version 3.3.0

2018-04-13 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2293


---


[GitHub] camel pull request #2289: CAMEL-12436: Fix Undertow to extract body message ...

2018-04-12 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2289


---


[GitHub] camel pull request #2288: AWS XRay - suppress exception on already emitted s...

2018-04-12 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2288


---


[GitHub] camel pull request #2287: CAMEL-12274: Bindy - Unescape double quotes inside...

2018-04-10 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2287


---


[GitHub] camel pull request #2285: CAMEL-12429: use Restlet HeaderUtils to apply resp...

2018-04-10 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2285


---


[GitHub] camel pull request #2286: CAMEL-12431: Upgrade spring-boot and spring-framew...

2018-04-10 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2286


---


[GitHub] camel pull request #2281: CAMEL-12423: Upgrade to spring-boot 2.0.1

2018-04-09 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2281


---


[GitHub] camel pull request #2271: CAMEL-12409 Temporary revert CAMEL-12104 Unintuiti...

2018-03-27 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2271


---


[GitHub] camel pull request #2270: CAMEL-12407: camel-olingo4-api should explicitly d...

2018-03-26 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2270


---


[GitHub] camel pull request #2269: Fix DropboxAPIFacade.java

2018-03-26 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2269


---


[GitHub] camel pull request #2267: Updating Java memory when using Eclipse

2018-03-25 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2267


---


[GitHub] camel pull request #2264: Kafka: fix check on autoCommitEnable

2018-03-23 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2264


---


[GitHub] camel pull request #2079: Salesforce composite api external ids in body supp...

2018-03-23 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2079


---


[GitHub] camel pull request #2007: Set org.apache.core as the jkd9 automatic module n...

2018-03-22 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2007


---


[GitHub] camel pull request #2260: CAMEL-12363: Upgrade to spring-batch 4.0.1

2018-03-18 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2260


---


[GitHub] camel pull request #2258: CAMEL-12358: Camel-SMPP: Use timeout when creating...

2018-03-17 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2258


---


[GitHub] camel pull request #2252: CAMEL-12343 : refer to new constructor with defaul...

2018-03-12 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2252


---


[GitHub] camel pull request #2247: add https to resource helper

2018-03-08 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2247


---


[GitHub] camel pull request #2245: CAMEL-11497 - add marshal and unmarshal eip docs

2018-03-05 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2245


---


[GitHub] camel pull request #2244: CAMEL-12302 : MongoDB - add bulk writes operation

2018-03-05 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2244


---


[GitHub] camel pull request #2156: CAMEL-12079: Bean language: support bean::function...

2018-03-04 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2156


---


[GitHub] camel pull request #2241: upgrade to release version of spring boot 2

2018-03-01 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2241


---


[GitHub] camel pull request #1190: CAMEL-10349, javaScript setHeader conversion fault

2018-02-26 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/1190


---


[GitHub] camel pull request #2195: Added BatchAggregationStrategy

2018-02-24 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2195


---


[GitHub] camel pull request #2232: Fix up documentation of Camel Milo

2018-02-22 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2232


---


[GitHub] camel pull request #2230: add missing attributes in RedeliveryPolicyFactoryB...

2018-02-20 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2230


---


  1   2   >