[CONF] Apache Camel > Camel 2.12.0 Release

2013-06-02 Thread confluence
Camel 2.12.0 Release Page edited by Claus Ibsen Changes (1) ... * [Tracer] now requires explicitly to be enabled on {{CamelContext}} to be avai

[CONF] Apache Camel > Stream caching

2013-06-02 Thread confluence
Stream caching Page edited by Claus Ibsen Changes (5) ... While stream types (like StreamSource, InputStream and Reader) are commonly used in m

[1/8] git commit: CAMEL-6407: Include message history in stacktraces from error handler, making it easier to know where the problem was. Work in progress.

2013-06-02 Thread davsclaus
Updated Branches: refs/heads/camel-2.10.x e10eecf91 -> f3de135d8 refs/heads/camel-2.11.x afb28228a -> 4ebb646f3 refs/heads/master ddf7ba9b9 -> f55cf593d CAMEL-6407: Include message history in stacktraces from error handler, making it easier to know where the problem was. Work in progress.

[2/8] git commit: CAMEL-6197: Added disconnectLocalSession option to disconnect local sessions to avoid OOME. Thanks to Seb C for contribution.

2013-06-02 Thread davsclaus
CAMEL-6197: Added disconnectLocalSession option to disconnect local sessions to avoid OOME. Thanks to Seb C for contribution. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/244caea6 Tree: http://git-wip-us.apache.org/repos/a

[6/8] git commit: CAMEL-6324: Show type converter utilization in karaf camel info command if enabled.

2013-06-02 Thread davsclaus
CAMEL-6324: Show type converter utilization in karaf camel info command if enabled. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/4ebb646f Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/4ebb646f Diff: http://git-wi

[5/8] git commit: CAMEL-6324: Show type converter utilization in karaf camel info command if enabled.

2013-06-02 Thread davsclaus
CAMEL-6324: Show type converter utilization in karaf camel info command if enabled. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/fe3ceaec Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/fe3ceaec Diff: http://git-wi

[3/8] git commit: CAMEL-6197: Added disconnectLocalSession option to disconnect local sessions to avoid OOME. Thanks to Seb C for contribution.

2013-06-02 Thread davsclaus
CAMEL-6197: Added disconnectLocalSession option to disconnect local sessions to avoid OOME. Thanks to Seb C for contribution. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/66750878 Tree: http://git-wip-us.apache.org/repos/a

[8/8] git commit: CAMEL-6190: Log a INFO when Camel is starting if StreamCaching is enabled and what the limit is for spooling to disk.

2013-06-02 Thread davsclaus
CAMEL-6190: Log a INFO when Camel is starting if StreamCaching is enabled and what the limit is for spooling to disk. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/f55cf593 Tree: http://git-wip-us.apache.org/repos/asf/camel

[4/8] git commit: CAMEL-6197: Added disconnectLocalSession option to disconnect local sessions to avoid OOME. Thanks to Seb C for contribution.

2013-06-02 Thread davsclaus
CAMEL-6197: Added disconnectLocalSession option to disconnect local sessions to avoid OOME. Thanks to Seb C for contribution. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/f3de135d Tree: http://git-wip-us.apache.org/repos/a

[7/8] git commit: CAMEL-6407: Include message history in stacktraces from error handler, making it easier to know where the problem was. Work in progress.

2013-06-02 Thread davsclaus
CAMEL-6407: Include message history in stacktraces from error handler, making it easier to know where the problem was. 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/a6355881 Tree: http://git-wip-us.apache.

[CONF] Apache Camel > Cometd

2013-06-02 Thread confluence
Cometd Page edited by Claus Ibsen Changes (1) ... | {{allowedOrigins}} | {{*}} | *Camel 2.10:* The origins domain that support to cross, if the

[CONF] Apache Camel > Camel 2.12.0 Release

2013-06-02 Thread confluence
Camel 2.12.0 Release Page edited by Claus Ibsen Changes (1) ... * While using the [Jackson library|http://xircles.codehaus.org/projects/jackson

git commit: CAMEL-6157: Added support for named parameters to camel-jdbc, like we have in camel-sql. Thanks to Devendra Khanolkar for contribution.

2013-06-02 Thread davsclaus
Updated Branches: refs/heads/master bd34771fa -> ddf7ba9b9 CAMEL-6157: Added support for named parameters to camel-jdbc, like we have in camel-sql. Thanks to Devendra Khanolkar for contribution. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/r

[CONF] Apache Camel > JDBC

2013-06-02 Thread confluence
JDBC Page edited by Claus Ibsen Changes (4) ... | {{useJDBC4ColumnNameAndLabelSemantics}} | {{true}} | *Camel 2.2:* Sets whether to use JDBC 4/

[1/2] git commit: CAMEL-6413: Fixed race condition in file consumer, as read lock release should be executed last.

2013-06-02 Thread davsclaus
Updated Branches: refs/heads/camel-2.11.x ea2aee8bf -> afb28228a refs/heads/master 211f90657 -> bd34771fa CAMEL-6413: Fixed race condition in file consumer, as read lock release should be executed last. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.ap

[2/2] git commit: CAMEL-6413: Fixed race condition in file consumer, as read lock release should be executed last.

2013-06-02 Thread davsclaus
CAMEL-6413: Fixed race condition in file consumer, as read lock release should be executed last. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/afb28228 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/afb28228 Diff:

git commit: CAMEL-6412: Trying to fix the broken build.

2013-06-02 Thread bvahdat
Updated Branches: refs/heads/camel-2.10.x 5be897563 -> e10eecf91 CAMEL-6412: Trying to fix the broken build. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e10eecf9 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/

git commit: CAMEL-6412: Trying to fix the broken build.

2013-06-02 Thread bvahdat
Updated Branches: refs/heads/camel-2.11.x 3df21865d -> ea2aee8bf CAMEL-6412: Trying to fix the broken build. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/ea2aee8b Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/

git commit: CAMEL-6412: Trying to fix the broken build.

2013-06-02 Thread bvahdat
Updated Branches: refs/heads/master 6ca055d39 -> 211f90657 CAMEL-6412: Trying to fix the broken build. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/211f9065 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/211f906

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

2013-06-02 Thread buildbot
Author: buildbot Date: Sun Jun 2 08:18:32 2013 New Revision: 864081 Log: Production update by buildbot for camel Modified: websites/production/camel/content/cache/main.pageCache websites/production/camel/content/camel-2120-release.html Modified: websites/production/camel/content/cache/m