camel git commit: CAMEL-8740: Add event ExchangeFailureHandlingEvent which allows custom components to track when an Exchange is beint sent to DLQ and allow the component to alter the Exchange etc.

2015-05-06 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master 34db1920f - 3626a0391 CAMEL-8740: Add event ExchangeFailureHandlingEvent which allows custom components to track when an Exchange is beint sent to DLQ and allow the component to alter the Exchange etc. Project:

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

2015-05-06 Thread buildbot
Author: buildbot Date: Wed May 6 09:18:46 2015 New Revision: 950269 Log: Production update by buildbot for camel Modified: websites/production/camel/content/cache/main.pageCache websites/production/camel/content/camel-2160-release.html Modified:

camel git commit: Fixed CS

2015-05-06 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master 0f38457bc - e816247d6 Fixed CS Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e816247d Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/e816247d Diff:

camel git commit: CAMEL-8747: camel-rx - Should leverage UoW when subscribe or observe

2015-05-06 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master c5fcfcc6c - 0f38457bc CAMEL-8747: camel-rx - Should leverage UoW when subscribe or observe Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/0f38457b Tree:

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

2015-05-06 Thread buildbot
Author: buildbot Date: Wed May 6 10:18:45 2015 New Revision: 950273 Log: Production update by buildbot for camel Modified: websites/production/camel/content/cache/main.pageCache websites/production/camel/content/camel-2160-release.html Modified:

svn commit: r950265 - in /websites/production/camel/content: cache/main.pageCache rabbitmq.html

2015-05-06 Thread buildbot
Author: buildbot Date: Wed May 6 08:18:39 2015 New Revision: 950265 Log: Production update by buildbot for camel Modified: websites/production/camel/content/cache/main.pageCache websites/production/camel/content/rabbitmq.html Modified:

camel git commit: CAMEL-8747: camel-rx - Should leverage UoW when subscribe or observe

2015-05-06 Thread davsclaus
Repository: camel Updated Branches: refs/heads/camel-2.15.x 6a45c7a3b - 756f4a471 CAMEL-8747: camel-rx - Should leverage UoW when subscribe or observe Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/756f4a47 Tree:

camel git commit: CAMEL-8745 Fixed the issue of Swagger requires context name with quotes

2015-05-06 Thread ningjiang
Repository: camel Updated Branches: refs/heads/camel-2.15.x 8188c0fc4 - 6a45c7a3b CAMEL-8745 Fixed the issue of Swagger requires context name with quotes Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/6a45c7a3 Tree:

camel git commit: CAMEL-8745 Fixed the issue of Swagger requires context name with quotes

2015-05-06 Thread ningjiang
Repository: camel Updated Branches: refs/heads/master 3626a0391 - c5fcfcc6c CAMEL-8745 Fixed the issue of Swagger requires context name with quotes Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/c5fcfcc6 Tree:

[3/5] camel git commit: Polished

2015-05-06 Thread davsclaus
Polished Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/a8949a83 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/a8949a83 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/a8949a83 Branch: refs/heads/master

[1/5] camel git commit: CAMEL-8711: Expose JMS session to Camel Message so end users can access it and use it for client ack mode etc.

2015-05-06 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master e816247d6 - e319c9e08 CAMEL-8711: Expose JMS session to Camel Message so end users can access it and use it for client ack mode etc. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit:

[1/3] camel git commit: CAMEL-8689: Fixed failing test due recent changes.

2015-05-06 Thread davsclaus
Repository: camel Updated Branches: refs/heads/camel-2.14.x 0a8d456ee - 95e9cdd69 refs/heads/camel-2.15.x 756f4a471 - 0d5f305ea refs/heads/master e319c9e08 - 0bf8954cd CAMEL-8689: Fixed failing test due recent changes. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit:

[3/3] camel git commit: CAMEL-8689: Fixed failing test due recent changes.

2015-05-06 Thread davsclaus
CAMEL-8689: Fixed failing test due recent changes. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/95e9cdd6 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/95e9cdd6 Diff:

[2/3] camel git commit: CAMEL-8689: Fixed failing test due recent changes.

2015-05-06 Thread davsclaus
CAMEL-8689: Fixed failing test due recent changes. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/0d5f305e Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/0d5f305e Diff:

camel git commit: CAMEL-8522: camel-jms - now has SPI that allows components to hook into the JMS Message creation process to do any component specific enrichments on the created JMS message.

2015-05-06 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master 0bf8954cd - ac06cc9dd CAMEL-8522: camel-jms - now has SPI that allows components to hook into the JMS Message creation process to do any component specific enrichments on the created JMS message. Project:

camel git commit: CAMEL-8522: Added unit test how this now can be done.

2015-05-06 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master ac06cc9dd - 32fa4eabf CAMEL-8522: Added unit test how this now can be done. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/32fa4eab Tree:

camel git commit: Fixed CS

2015-05-06 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master b4511c596 - 7a53b50b5 Fixed CS Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/7a53b50b Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/7a53b50b Diff:

camel git commit: Component docs

2015-05-06 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master 7a53b50b5 - a29e33078 Component docs Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/a29e3307 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/a29e3307 Diff:

camel git commit: camel-jing component uses jing as component names.

2015-05-06 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master 32fa4eabf - b4511c596 camel-jing component uses jing as component names. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/b4511c59 Tree:

svn commit: r950295 [3/3] - in /websites/production/camel/content: book-component-appendix.html book-in-one-page.html cache/main.pageCache camel-2160-release.html jing.html

2015-05-06 Thread buildbot
Modified: websites/production/camel/content/camel-2160-release.html == --- websites/production/camel/content/camel-2160-release.html (original) +++ websites/production/camel/content/camel-2160-release.html Wed May 6

svn commit: r950295 [1/3] - in /websites/production/camel/content: book-component-appendix.html book-in-one-page.html cache/main.pageCache camel-2160-release.html jing.html

2015-05-06 Thread buildbot
Author: buildbot Date: Wed May 6 14:19:44 2015 New Revision: 950295 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

svn commit: r950295 [2/3] - in /websites/production/camel/content: book-component-appendix.html book-in-one-page.html cache/main.pageCache camel-2160-release.html jing.html

2015-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 Wed May 6 14:19:44

[2/5] camel git commit: CAMEL-8711: Expose JMS session to Camel Message so end users can access it and use it for client ack mode etc.

2015-05-06 Thread davsclaus
CAMEL-8711: Expose JMS session to Camel Message so end users can access it and use it for client ack mode etc. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e82caec2 Tree:

[4/5] camel git commit: CAMEL-8711: Lets be compatible with older activemq-camel versions.

2015-05-06 Thread davsclaus
CAMEL-8711: Lets be compatible with older activemq-camel versions. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/7302e8f2 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/7302e8f2 Diff:

[5/5] camel git commit: CAMEL-8711: Expose JMS session to Camel Message so end users can access it and use it for client ack mode etc.

2015-05-06 Thread davsclaus
CAMEL-8711: Expose JMS session to Camel Message so end users can access it and use it for client ack mode etc. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e319c9e0 Tree:

[1/2] camel git commit: CAMEL-8750 Camel-Infinispan: Add Remove, RemoveAsync, Replace, ReplaceAsync operation for a specific value

2015-05-06 Thread acosentino
Repository: camel Updated Branches: refs/heads/master a29e33078 - ff1c9598c CAMEL-8750 Camel-Infinispan: Add Remove, RemoveAsync, Replace, ReplaceAsync operation for a specific value Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit:

[2/2] camel git commit: CAMEL-8750 Camel-Infinispan: Add Remove, RemoveAsync, Replace, ReplaceAsync operation for a specific value

2015-05-06 Thread acosentino
CAMEL-8750 Camel-Infinispan: Add Remove, RemoveAsync, Replace, ReplaceAsync operation for a specific value Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/ff1c9598 Tree:

camel git commit: Camel-Docker Skip command test for the moment

2015-05-06 Thread acosentino
Repository: camel Updated Branches: refs/heads/master 3e97e7eaa - 6e299e3fb Camel-Docker Skip command test for the moment Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/6e299e3f Tree:

camel git commit: Component docs

2015-05-06 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master ff1c9598c - 3e97e7eaa Component docs Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/3e97e7ea Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/3e97e7ea Diff:

camel git commit: Upgrade Jetty8 to 8.1.17.v20150415

2015-05-06 Thread ningjiang
Repository: camel Updated Branches: refs/heads/master 6e299e3fb - 252cb7407 Upgrade Jetty8 to 8.1.17.v20150415 Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/252cb740 Tree:

[1/2] camel git commit: Upgrade the Jetty8 to 8.1.17.v20150415 and Jetty9 to 9.2.10.v20150310

2015-05-06 Thread ningjiang
Repository: camel Updated Branches: refs/heads/camel-2.14.x 95e9cdd69 - ff476a30f refs/heads/camel-2.15.x 0d5f305ea - 2749481c3 Upgrade the Jetty8 to 8.1.17.v20150415 and Jetty9 to 9.2.10.v20150310 Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit:

[2/2] camel git commit: Upgrade Jetty8 to 8.1.17.v20150415 and Jetty9 to 9.2.10.v20150310

2015-05-06 Thread ningjiang
Upgrade Jetty8 to 8.1.17.v20150415 and Jetty9 to 9.2.10.v20150310 Conflicts: parent/pom.xml Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/2749481c Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/2749481c