You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bu...@apache.org on 2015/10/06 09:19:53 UTC

svn commit: r967908 - in /websites/production/camel/content: cache/main.pageCache elsql.html

Author: buildbot
Date: Tue Oct  6 07:19:53 2015
New Revision: 967908

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/elsql.html

Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/camel/content/elsql.html
==============================================================================
--- websites/production/camel/content/elsql.html (original)
+++ websites/production/camel/content/elsql.html Tue Oct  6 07:19:53 2015
@@ -85,7 +85,7 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div class="wiki-content maincontent"><h2 id="ElSql-ElSqlComponent">ElSql Component</h2><p>The <strong>elsql:</strong> component is an extension to the existing <a shape="rect" href="sql-component.html">SQL Component</a> that uses <a shape="rect" class="external-link" href="https://github.com/OpenGamma/ElSql" rel="nofollow">ElSql</a> to define the SQL queries.&#160;</p><p>This component uses <code><strong>spring-jdbc</strong></code> behind the scenes for the actual SQL handling.</p><p>Maven users will need to add the following dependency to their <code>pom.xml</code> for this component:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<div class="wiki-content maincontent"><h2 id="ElSql-ElSqlComponent">ElSql Component</h2><p><strong>Available as of Camel 2.16</strong></p><p>The <strong>elsql:</strong> component is an extension to the existing <a shape="rect" href="sql-component.html">SQL Component</a> that uses <a shape="rect" class="external-link" href="https://github.com/OpenGamma/ElSql" rel="nofollow">ElSql</a> to define the SQL queries.&#160;</p><p>This component uses <code><strong>spring-jdbc</strong></code> behind the scenes for the actual SQL handling.</p><p>Maven users will need to add the following dependency to their <code>pom.xml</code> for this component:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
 <script class="brush: xml; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[&lt;dependency&gt;
     &lt;groupId&gt;org.apache.camel&lt;/groupId&gt;
     &lt;artifactId&gt;camel-elsql&lt;/artifactId&gt;