[GitHub] camel pull request #2361: camel-ftp - Fix ftpClient.dataTimeout parameter is...

2018-06-04 Thread tadayosi
GitHub user tadayosi opened a pull request:

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

camel-ftp - Fix ftpClient.dataTimeout parameter is not honoured

I found that always `timeout` parameter wins and `ftpClient.dataTimeout` is 
neglected although the doc suggests it should be honoured.

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

$ git pull https://github.com/tadayosi/camel master

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

https://github.com/apache/camel/pull/2361.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 #2361


commit 6b48897359d596d38fc59be7ffc70e63bb07c5fd
Author: Tadayoshi Sato 
Date:   2018-06-05T05:42:25Z

camel-ftp - Fix ftpClient.dataTimeout parameter is not honoured




---


[GitHub] camel pull request #2360: [CAMEL-11257] Fixed content type header constructi...

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

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


---


[GitHub] camel pull request #2360: [CAMEL-11257] Fixed content type header constructi...

2018-06-04 Thread punkhorn
GitHub user punkhorn opened a pull request:

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

[CAMEL-11257] Fixed content type header construction for disposition …

…notification

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

$ git pull https://github.com/punkhorn/camel-upstream master

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

https://github.com/apache/camel/pull/2360.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 #2360


commit 151b71f692f05cba20c46fea4b21c9517b516439
Author: William Collins 
Date:   2018-06-04T14:40:40Z

[CAMEL-11257] Fixed content type header construction for disposition 
notification




---


[GitHub] camel pull request #2359: CAMEL-12542:seda - Have a default queue size limit

2018-06-04 Thread ramu11
GitHub user ramu11 opened a pull request:

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

CAMEL-12542:seda - Have a default queue size limit

CAMEL-12542:seda - Have a default queue size limit

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

$ git pull https://github.com/ramu11/camel master

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

https://github.com/apache/camel/pull/2359.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 #2359


commit 7aa99cf2fb45704f9adf8634f644d8ad167afe9c
Author: Ramu 
Date:   2018-06-04T14:21:30Z

CAMEL-12542:seda - Have a default queue size limit




---


[GitHub] camel pull request #2358: Upgrade Async http client to version 2.4.9

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

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


---


[GitHub] camel pull request #2358: Upgrade Async http client to version 2.4.9

2018-06-04 Thread ppalaga
GitHub user ppalaga opened a pull request:

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

Upgrade Async http client to version 2.4.9

In 2.4.8, mockito and hamcrest were in compile scope instead of test
scope

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

$ git pull https://github.com/ppalaga/camel 180604-ahc-2.4.9

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

https://github.com/apache/camel/pull/2358.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 #2358


commit 44eba62b63885a09959f8a740d6439a01498e9f8
Author: Peter Palaga 
Date:   2018-06-04T09:32:43Z

Upgrade Async http client to version 2.4.9

In 2.4.8, mockito and hamcrest were in compile scope instead of test
scope




---