svn commit: r987598 [2/4] - in /websites/production/camel/content: book-component-appendix.html book-in-one-page.html cache/main.pageCache camel-2180-release.html file2.html

2016-05-06 Thread buildbot
Modified: websites/production/camel/content/book-in-one-page.html == --- websites/production/camel/content/book-in-one-page.html (original) +++ websites/production/camel/content/book-in-one-page.html Fri May 6 16:20:07 20

svn commit: r987598 [3/4] - in /websites/production/camel/content: book-component-appendix.html book-in-one-page.html cache/main.pageCache camel-2180-release.html file2.html

2016-05-06 Thread buildbot
Modified: websites/production/camel/content/camel-2180-release.html == --- websites/production/camel/content/camel-2180-release.html (original) +++ websites/production/camel/content/camel-2180-release.html Fri May 6 16:20

svn commit: r987598 [1/4] - in /websites/production/camel/content: book-component-appendix.html book-in-one-page.html cache/main.pageCache camel-2180-release.html file2.html

2016-05-06 Thread buildbot
Author: buildbot Date: Fri May 6 16:20:07 2016 New Revision: 987598 Log: Production update by buildbot for camel Modified: websites/production/camel/content/book-component-appendix.html websites/production/camel/content/book-in-one-page.html websites/production/camel/content/cache/ma

svn commit: r987598 [4/4] - in /websites/production/camel/content: book-component-appendix.html book-in-one-page.html cache/main.pageCache camel-2180-release.html file2.html

2016-05-06 Thread buildbot
Modified: websites/production/camel/content/file2.html == --- websites/production/camel/content/file2.html (original) +++ websites/production/camel/content/file2.html Fri May 6 16:20:07 2016 @@ -94,7 +94,7 @@ ]]> Where d

camel git commit: CAMEL-9067: File consumer allow to filter using simple predicates for directory and file separated. This allows some filtering to be done without writing code.

2016-05-06 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master ab31bc622 -> 406bf89bb CAMEL-9067: File consumer allow to filter using simple predicates for directory and file separated. This allows some filtering to be done without writing code. Project: http://git-wip-us.apache.org/repos/asf/camel/r

[1/2] camel git commit: Polish Netty HTTP example README

2016-05-06 Thread astefanutti
Repository: camel Updated Branches: refs/heads/master 62ac1a9ef -> ab31bc622 Polish Netty HTTP example README Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/758ee122 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree

[2/2] camel git commit: Code clean-up

2016-05-06 Thread astefanutti
Code clean-up Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/ab31bc62 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/ab31bc62 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/ab31bc62 Branch: refs/heads/maste

camel git commit: Add Camel CDI application example in Netty HTTP example

2016-05-06 Thread astefanutti
Repository: camel Updated Branches: refs/heads/master af8d184ed -> 62ac1a9ef Add Camel CDI application example in Netty HTTP example Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/62ac1a9e Tree: http://git-wip-us.apache.o

camel git commit: CAMEL-5585: RedeliverErrorHandler - Should quicker reject running scheduled redeliver tasks if shutting down and not allowed to do redeliver

2016-05-06 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master 8fb2303be -> af8d184ed CAMEL-5585: RedeliverErrorHandler - Should quicker reject running scheduled redeliver tasks if shutting down and not allowed to do redeliver Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://

svn commit: r987587 - in /websites/production/camel/content: cache/main.pageCache websocket.html

2016-05-06 Thread buildbot
Author: buildbot Date: Fri May 6 12:19:42 2016 New Revision: 987587 Log: Production update by buildbot for camel Modified: websites/production/camel/content/cache/main.pageCache websites/production/camel/content/websocket.html Modified: websites/production/camel/content/cache/main.pageC

camel git commit: CAMEL-9950: Camel-Websocket: NPE in case minThreads, maxThreads and getThreadPool equals to null

2016-05-06 Thread acosentino
Repository: camel Updated Branches: refs/heads/master 5ae785204 -> 8fb2303be CAMEL-9950: Camel-Websocket: NPE in case minThreads, maxThreads and getThreadPool equals to null Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit

[1/2] camel git commit: CAMEL-9950: Camel-Websocket: NPE in case minThreads, maxThreads and getThreadPool equals to null

2016-05-06 Thread acosentino
Repository: camel Updated Branches: refs/heads/master 426922a26 -> 5ae785204 CAMEL-9950: Camel-Websocket: NPE in case minThreads, maxThreads and getThreadPool equals to null Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit

[2/2] camel git commit: Fixed CS

2016-05-06 Thread acosentino
Fixed CS Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/5ae78520 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/5ae78520 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/5ae78520 Branch: refs/heads/master Com

camel git commit: CAMEL-9273: More options to weather. Thanks to Arno Noordover for the patch.

2016-05-06 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master 31e2df5e7 -> 426922a26 CAMEL-9273: More options to weather. Thanks to Arno Noordover for the patch. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/426922a2 Tree: http:

camel git commit: CAMEL-7660: tokenizer language now supports using simple language for tokens/xml tags so they can be dynamic.

2016-05-06 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master f5f719c53 -> 31e2df5e7 CAMEL-7660: tokenizer language now supports using simple language for tokens/xml tags so they can be dynamic. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf

svn commit: r987579 - in /websites/production/camel/content: cache/main.pageCache camel-2180-release.html

2016-05-06 Thread buildbot
Author: buildbot Date: Fri May 6 09:19:26 2016 New Revision: 987579 Log: Production update by buildbot for camel Modified: websites/production/camel/content/cache/main.pageCache websites/production/camel/content/camel-2180-release.html Modified: websites/production/camel/content/cache/m

camel git commit: Fixed test

2016-05-06 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master f3a0f9397 -> f5f719c53 Fixed test Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/f5f719c5 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/f5f719c5 Diff: http:/