[1/3] git commit: CAMEL-7636: JMS request/reply onTimeout must catch exception to ensure entry is removed from timeout list otherwise could lead to endless retry attempts on next eviction runs.

2014-07-25 Thread davsclaus
Repository: camel Updated Branches: refs/heads/camel-2.13.x 02a8e9cd5 -> f0a11552a refs/heads/master d8d030165 -> 2ec2d44f3 CAMEL-7636: JMS request/reply onTimeout must catch exception to ensure entry is removed from timeout list otherwise could lead to endless retry attempts on next evicti

[2/3] git commit: CAMEL-7619: Rest DSL - adding support for xml/json binding using Camel's data formats.

2014-07-25 Thread davsclaus
CAMEL-7619: Rest DSL - adding support for xml/json binding using Camel's data formats. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/c00286d8 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/c00286d8 Diff: http://git

[3/3] git commit: Upgraded groovy and mvel

2014-07-25 Thread davsclaus
Upgraded groovy and mvel Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/2ec2d44f Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/2ec2d44f Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/2ec2d44f Branch: refs/

svn commit: r917406 - in /websites/production/camel/content: cache/main.pageCache rest-dsl.html

2014-07-25 Thread buildbot
Author: buildbot Date: Fri Jul 25 21:17:52 2014 New Revision: 917406 Log: Production update by buildbot for camel Modified: websites/production/camel/content/cache/main.pageCache websites/production/camel/content/rest-dsl.html Modified: websites/production/camel/content/cache/main.pageCa

[CONF] Apache Camel > Rest DSL

2014-07-25 Thread Claus Ibsen (Confluence)

[2/2] git commit: CAMEL-7619: Rest DSL - adding support for xml/json binding using Camel's data formats.

2014-07-25 Thread davsclaus
CAMEL-7619: Rest DSL - adding support for xml/json binding using Camel's data formats. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/d8d03016 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/d8d03016 Diff: http://git

[1/2] git commit: CAMEL-7639: camel-jackson supports pretty print option

2014-07-25 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master 0d84fee97 -> d8d030165 CAMEL-7639: camel-jackson supports pretty print option Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/1284015f Tree: http://git-wip-us.apache.or

svn commit: r917380 - in /websites/production/camel/content: cache/main.pageCache jasypt.html

2014-07-25 Thread buildbot
Author: buildbot Date: Fri Jul 25 14:18:02 2014 New Revision: 917380 Log: Production update by buildbot for camel Modified: websites/production/camel/content/cache/main.pageCache websites/production/camel/content/jasypt.html Modified: websites/production/camel/content/cache/main.pageCach

[CONF] Apache Camel > Jasypt

2014-07-25 Thread willem jiang (Confluence)

svn commit: r917378 - in /websites/production/camel/content: book-dataformat-appendix.html book-in-one-page.html cache/main.pageCache rest-dsl.html xstream.html

2014-07-25 Thread buildbot
Author: buildbot Date: Fri Jul 25 13:19:10 2014 New Revision: 917378 Log: Production update by buildbot for camel Modified: websites/production/camel/content/book-dataformat-appendix.html websites/production/camel/content/book-in-one-page.html websites/production/camel/content/cache/m

[CONF] Apache Camel > Rest DSL

2014-07-25 Thread Claus Ibsen (Confluence)

[CONF] Apache Camel > Rest DSL

2014-07-25 Thread Claus Ibsen (Confluence)

git commit: CAMEL-7619: Rest DSL - adding support for xml/json binding using Camel's data formats. Work in progress.

2014-07-25 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master cae408e0d -> 0d84fee97 CAMEL-7619: Rest DSL - adding support for xml/json binding using Camel's data formats. Work in progress. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/came

[CONF] Apache Camel > XStream

2014-07-25 Thread willem jiang (Confluence)

[2/3] git commit: CAMEL-7619: Rest DSL - adding support for xml/json binding using Camel's data formats. Work in progress.

2014-07-25 Thread davsclaus
CAMEL-7619: Rest DSL - adding support for xml/json binding using Camel's data formats. Work in progress. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/ccb9836b Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/ccb9836

[3/3] git commit: CAMEL-7619: Rest DSL - adding support for xml/json binding using Camel's data formats. Work in progress.

2014-07-25 Thread davsclaus
CAMEL-7619: Rest DSL - adding support for xml/json binding using Camel's data formats. Work in progress. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/cae408e0 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/cae408e

[1/3] git commit: CAMEL-7619: Rest DSL - adding support for xml/json binding using Camel's data formats. Work in progress.

2014-07-25 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master 4cca8a864 -> cae408e0d CAMEL-7619: Rest DSL - adding support for xml/json binding using Camel's data formats. Work in progress. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/came

git commit: CAMEL-7636: JMS request/reply onTimeout must catch exception to ensure entry is removed from timeout list otherwise could lead to endless retry attempts on next eviction runs.

2014-07-25 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master 05ca8addd -> 4cca8a864 CAMEL-7636: JMS request/reply onTimeout must catch exception to ensure entry is removed from timeout list otherwise could lead to endless retry attempts on next eviction runs. Project: http://git-wip-us.apache.org/