Author: buildbot
Date: Mon Jan 5 23:18:10 2015
New Revision: 935194
Log:
Production update by buildbot for camel
Modified:
websites/production/camel/content/cache/main.pageCache
websites/production/camel/content/spring-boot.html
Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.
Modified: websites/production/camel/content/spring-boot.html
==============================================================================
--- websites/production/camel/content/spring-boot.html (original)
+++ websites/production/camel/content/spring-boot.html Mon Jan 5 23:18:10 2015
@@ -210,7 +210,9 @@ public class InvoiceProcessor {
}
}]]></script>
-</div></div><p> </p><p>Under the hood Camel Spring Boot delegates
conversion to the Spring's <code><a shape="rect" class="external-link"
href="http://docs.spring.io/spring/docs/current/javadoc-api/org/springframework/core/convert/ConversionService.html"
rel="nofollow">ConversionService</a></code>. If no
<code>ConversionService</code> instance is available, Camel Spring Boot
auto-configuration will create one for you.</p><p><br clear="none"></p><h3
id="SpringBoot-SeeAlso">See Also</h3>
+</div></div><p> </p><p>Under the hood Camel Spring Boot delegates
conversion to the Spring's <code><a shape="rect" class="external-link"
href="http://docs.spring.io/spring/docs/current/javadoc-api/org/springframework/core/convert/ConversionService.html"
rel="nofollow">ConversionService</a></code> instances available in the
application context. If no <code>ConversionService</code> instance is
available, Camel Spring Boot auto-configuration will create one for you.</p><h3
id="SpringBoot-Disablingtypeconversionsfeatures">Disabling type conversions
features</h3><p>If you don't want Camel Spring Boot to register
type-conversions related features (like <code>TypeConverter</code> instance or
Spring bridge) set the
<code>camel.springboot.typeConversion</code> property to
<code>false</code>.</p><div class="code panel pdl" style="border-width:
1px;"><div class="codeContent panelContent pdl">
+<script class="theme: Default; brush: xml; gutter: false"
type="syntaxhighlighter"><![CDATA[camel.springboot.typeConversion =
false]]></script>
+</div></div><p><br clear="none"></p><h3 id="SpringBoot-SeeAlso">See Also</h3>
<ul><li><a shape="rect" href="configuring-camel.html">Configuring
Camel</a></li><li><a shape="rect"
href="component.html">Component</a></li><li><a shape="rect"
href="endpoint.html">Endpoint</a></li><li><a shape="rect"
href="getting-started.html">Getting Started</a></li></ul></div>
</td>
<td valign="top">