[2/2] camel git commit: Upgrade spring boot

2016-02-09 Thread davsclaus
Upgrade spring boot Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e94334ae Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/e94334ae Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/e94334ae Branch: refs/heads

[1/2] camel git commit: CAMEL-9431: Fixed spring-boot to not handle lifecycle of beans that Camel is handling, this ensure a proper startup/shutdown sequence.

2016-02-09 Thread davsclaus
Repository: camel Updated Branches: refs/heads/camel-2.16.x f4027cd8e -> e94334ae7 CAMEL-9431: Fixed spring-boot to not handle lifecycle of beans that Camel is handling, this ensure a proper startup/shutdown sequence. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://

svn commit: r979991 [4/7] - in /websites/production/camel/content: book-component-appendix.html book-in-one-page.html cache/main.pageCache camel-2170-release.html cdi.html http.html http4.html leveldb

2016-02-09 Thread buildbot
Modified: websites/production/camel/content/cdi.html == --- websites/production/camel/content/cdi.html (original) +++ websites/production/camel/content/cdi.html Wed Feb 10 02:21:11 2016 @@ -40,6 +40,8 @@ + +

svn commit: r979991 [1/7] - in /websites/production/camel/content: book-component-appendix.html book-in-one-page.html cache/main.pageCache camel-2170-release.html cdi.html http.html http4.html leveldb

2016-02-09 Thread buildbot
Author: buildbot Date: Wed Feb 10 02:21:11 2016 New Revision: 979991 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: r979991 [3/7] - in /websites/production/camel/content: book-component-appendix.html book-in-one-page.html cache/main.pageCache camel-2170-release.html cdi.html http.html http4.html leveldb

2016-02-09 Thread buildbot
Modified: websites/production/camel/content/camel-2170-release.html == --- websites/production/camel/content/camel-2170-release.html (original) +++ websites/production/camel/content/camel-2170-release.html Wed Feb 10 02:21

buildbot success in on camel-site-production

2016-02-09 Thread buildbot
The Buildbot has detected a restored build on builder camel-site-production while building . Full details are available at: https://ci.apache.org/builders/camel-site-production/builds/5399 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: bb-cms-slave Build Reason: The Nightly

svn commit: r979991 [2/7] - in /websites/production/camel/content: book-component-appendix.html book-in-one-page.html cache/main.pageCache camel-2170-release.html cdi.html http.html http4.html leveldb

2016-02-09 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 Feb 10 02:21:11 20

svn commit: r979991 [6/7] - in /websites/production/camel/content: book-component-appendix.html book-in-one-page.html cache/main.pageCache camel-2170-release.html cdi.html http.html http4.html leveldb

2016-02-09 Thread buildbot
Modified: websites/production/camel/content/http4.html == --- websites/production/camel/content/http4.html (original) +++ websites/production/camel/content/http4.html Wed Feb 10 02:21:11 2016 @@ -96,7 +96,7 @@ camel-http4

svn commit: r979991 [7/7] - in /websites/production/camel/content: book-component-appendix.html book-in-one-page.html cache/main.pageCache camel-2170-release.html cdi.html http.html http4.html leveldb

2016-02-09 Thread buildbot
Modified: websites/production/camel/content/leveldb.html == --- websites/production/camel/content/leveldb.html (original) +++ websites/production/camel/content/leveldb.html Wed Feb 10 02:21:11 2016 @@ -86,45 +86,7 @@

svn commit: r979991 [5/7] - in /websites/production/camel/content: book-component-appendix.html book-in-one-page.html cache/main.pageCache camel-2170-release.html cdi.html http.html http4.html leveldb

2016-02-09 Thread buildbot
Modified: websites/production/camel/content/http.html == --- websites/production/camel/content/http.html (original) +++ websites/production/camel/content/http.html Wed Feb 10 02:21:11 2016 @@ -127,7 +127,7 @@ from("direct:s

[1/2] camel git commit: Rename example to not have a confusing name as ppl think its using Camel Java DSL but its in XML

2016-02-09 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master 261d02cab -> 2c78e2f30 http://git-wip-us.apache.org/repos/asf/camel/blob/2c78e2f3/examples/camel-example-swagger-xml/src/main/resources/camel-config-xml.xml -- diff --git a

[2/2] camel git commit: Rename example to not have a confusing name as ppl think its using Camel Java DSL but its in XML

2016-02-09 Thread davsclaus
Rename example to not have a confusing name as ppl think its using Camel Java DSL but its in XML Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/2c78e2f3 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/2c78e2f3 Diff:

[2/2] camel git commit: CAMEL-9582: swagger-api docs not working in only using xml without any java route

2016-02-09 Thread davsclaus
CAMEL-9582: swagger-api docs not working in only using xml without any java route Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/f4027cd8 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/f4027cd8 Diff: http://git-wip-

[1/2] camel git commit: CAMEL-9582: swagger-api docs not working in only using xml without any java route

2016-02-09 Thread davsclaus
Repository: camel Updated Branches: refs/heads/camel-2.16.x 365f67053 -> f4027cd8e refs/heads/master d73ce8c85 -> 261d02cab CAMEL-9582: swagger-api docs not working in only using xml without any java route Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us

[2/2] camel git commit: CAMEL-7638: Reuse existing type converters from base netty components.

2016-02-09 Thread davsclaus
CAMEL-7638: Reuse existing type converters from base netty components. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/365f6705 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/365f6705 Diff: http://git-wip-us.apache.or

[1/2] camel git commit: CAMEL-7638: Reuse existing type converters from base netty components.

2016-02-09 Thread davsclaus
Repository: camel Updated Branches: refs/heads/camel-2.16.x ec6715020 -> 365f67053 refs/heads/master 5d7fe0e9c -> d73ce8c85 CAMEL-7638: Reuse existing type converters from base netty components. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/

camel git commit: CAMEL-7638: http/http4 producer now supports disableStreamCache option.

2016-02-09 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master 4af2c3c34 -> 5d7fe0e9c CAMEL-7638: http/http4 producer now supports disableStreamCache option. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/5d7fe0e9 Tree: http://git

buildbot failure in on camel-site-production

2016-02-09 Thread buildbot
The Buildbot has detected a new failure on builder camel-site-production while building . Full details are available at: https://ci.apache.org/builders/camel-site-production/builds/5383 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: bb-cms-slave Build Reason: The Nightly sc

[1/2] camel git commit: CAMEL-9431: Fixed spring-boot to not handle lifecycle of beans that Camel is handling, this ensure a proper startup/shutdown sequence.

2016-02-09 Thread davsclaus
Repository: camel Updated Branches: refs/heads/camel-2.16.x 61f0e6171 -> ec6715020 refs/heads/master 4abfa2fde -> 4af2c3c34 CAMEL-9431: Fixed spring-boot to not handle lifecycle of beans that Camel is handling, this ensure a proper startup/shutdown sequence. Project: http://git-wip-us.apac

[2/2] camel git commit: CAMEL-9431: Fixed spring-boot to not handle lifecycle of beans that Camel is handling, this ensure a proper startup/shutdown sequence.

2016-02-09 Thread davsclaus
CAMEL-9431: Fixed spring-boot to not handle lifecycle of beans that Camel is handling, this ensure a proper startup/shutdown sequence. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/ec671502 Tree: http://git-wip-us.apache.or

buildbot success in on camel-site-production

2016-02-09 Thread buildbot
The Buildbot has detected a restored build on builder camel-site-production while building . Full details are available at: https://ci.apache.org/builders/camel-site-production/builds/5382 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: bb-cms-slave Build Reason: The Nightly

svn commit: r979924 [1/2] - in /websites/production/camel/content: book-component-appendix.html book-in-one-page.html cache/main.pageCache validation.html xslt.html

2016-02-09 Thread buildbot
Author: buildbot Date: Tue Feb 9 09:21:07 2016 New Revision: 979924 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: r979924 [2/2] - in /websites/production/camel/content: book-component-appendix.html book-in-one-page.html cache/main.pageCache validation.html xslt.html

2016-02-09 Thread buildbot
Modified: websites/production/camel/content/xslt.html == --- websites/production/camel/content/xslt.html (original) +++ websites/production/camel/content/xslt.html Tue Feb 9 09:21:07 2016 @@ -102,7 +102,7 @@