git commit: CAMEL-7656: Fixed Javadoc parser to handle incorrect non-breaking space parsing in Java6 javax swing Parser

2014-08-04 Thread dhirajsb
Repository: camel Updated Branches: refs/heads/master 2e00b551c -> 3b0b54995 CAMEL-7656: Fixed Javadoc parser to handle incorrect non-breaking space parsing in Java6 javax swing Parser Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/c

svn commit: r918375 - in /websites/production/camel/content: cache/main.pageCache camel-2140-release.html jdbc.html

2014-08-04 Thread buildbot
Author: buildbot Date: Mon Aug 4 14:17:54 2014 New Revision: 918375 Log: Production update by buildbot for camel Modified: websites/production/camel/content/cache/main.pageCache websites/production/camel/content/camel-2140-release.html websites/production/camel/content/jdbc.html Mod

[CONF] Apache Camel > Camel 2.14.0 Release

2014-08-04 Thread Claus Ibsen (Confluence)

[CONF] Apache Camel > JDBC

2014-08-04 Thread Claus Ibsen (Confluence)

git commit: CAMEL-7645: Added support for outputClass for SelectList to return a List of pojos.

2014-08-04 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master 1be89fe5c -> 2e00b551c CAMEL-7645: Added support for outputClass for SelectList to return a List of pojos. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/2e00b551 Tre

[CONF] Apache Camel > JDBC

2014-08-04 Thread Claus Ibsen (Confluence)

[1/2] git commit: CAMEL-7657: SpringRouteBuilder should use getBean(type) when lookup by type.

2014-08-04 Thread davsclaus
Repository: camel Updated Branches: refs/heads/camel-2.13.x 8f83f6185 -> 7086096da refs/heads/master e146d0f9f -> 1be89fe5c CAMEL-7657: SpringRouteBuilder should use getBean(type) when lookup by type. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apach

[2/2] git commit: CAMEL-7657: SpringRouteBuilder should use getBean(type) when lookup by type.

2014-08-04 Thread davsclaus
CAMEL-7657: SpringRouteBuilder should use getBean(type) when lookup by type. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/7086096d Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/7086096d Diff: http://git-wip-us.apa

git commit: CAMEL-7354: Rest DSL. Fixed commented out code by mistake.

2014-08-04 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master 14cb8b1c6 -> e146d0f9f CAMEL-7354: Rest DSL. Fixed commented out code by mistake. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e146d0f9 Tree: http://git-wip-us.apach

git commit: Upgrade to karaf 2.3.6

2014-08-04 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master cb5941aa3 -> 14cb8b1c6 Upgrade to karaf 2.3.6 Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/14cb8b1c Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/14cb8b1c

[2/3] git commit: CAMEL-7650: camel-restlet should return error code 405 (method not allowed) if the http request is using a verb that is not allowed.

2014-08-04 Thread davsclaus
CAMEL-7650: camel-restlet should return error code 405 (method not allowed) if the http request is using a verb that is not allowed. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/8f83f618 Tree: http://git-wip-us.apache.org/

[1/3] git commit: CAMEL-7650: camel-restlet should return error code 405 (method not allowed) if the http request is using a verb that is not allowed.

2014-08-04 Thread davsclaus
Repository: camel Updated Branches: refs/heads/camel-2.12.x 4c62b2e4a -> 3a744d460 refs/heads/camel-2.13.x 324669312 -> 8f83f6185 refs/heads/master c1522c1a1 -> cb5941aa3 CAMEL-7650: camel-restlet should return error code 405 (method not allowed) if the http request is using a verb that is

[3/3] git commit: CAMEL-7650: camel-restlet should return error code 405 (method not allowed) if the http request is using a verb that is not allowed.

2014-08-04 Thread davsclaus
CAMEL-7650: camel-restlet should return error code 405 (method not allowed) if the http request is using a verb that is not allowed. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/3a744d46 Tree: http://git-wip-us.apache.org/

[3/3] git commit: CAMEL-7653: camel-sql, set prepared statement arguments using a setter that deals with various JDBC driver differences with setObject vs setInteger/setString etc. Thanks to Jo Geraer

2014-08-04 Thread davsclaus
CAMEL-7653: camel-sql, set prepared statement arguments using a setter that deals with various JDBC driver differences with setObject vs setInteger/setString etc. Thanks to Jo Geraerts for the patch. Conflicts: components/camel-sql/src/main/java/org/apache/camel/component/sql/DefaultSql

[1/3] git commit: CAMEL-7653: camel-sql, set prepared statement arguments using a setter that deals with various JDBC driver differences with setObject vs setInteger/setString etc. Thanks to Jo Geraer

2014-08-04 Thread davsclaus
Repository: camel Updated Branches: refs/heads/camel-2.12.x 563d143d4 -> 4c62b2e4a refs/heads/camel-2.13.x b4e769ee3 -> 324669312 refs/heads/master 236c8e5d9 -> c1522c1a1 CAMEL-7653: camel-sql, set prepared statement arguments using a setter that deals with various JDBC driver differences

[2/3] git commit: CAMEL-7653: camel-sql, set prepared statement arguments using a setter that deals with various JDBC driver differences with setObject vs setInteger/setString etc. Thanks to Jo Geraer

2014-08-04 Thread davsclaus
CAMEL-7653: camel-sql, set prepared statement arguments using a setter that deals with various JDBC driver differences with setObject vs setInteger/setString etc. Thanks to Jo Geraerts for the patch. Conflicts: components/camel-sql/src/main/java/org/apache/camel/component/sql/DefaultSql