You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2018/06/27 07:12:18 UTC

[camel] branch master updated: CAMEL-11257: Added note in docs about camel-as2 is work in progress

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 0c2ab02  CAMEL-11257: Added note in docs about camel-as2 is work in progress
0c2ab02 is described below

commit 0c2ab02125ab2e91afea7e090bba906d262e19d7
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Jun 27 09:12:10 2018 +0200

    CAMEL-11257: Added note in docs about camel-as2 is work in progress
---
 .../camel-as2/camel-as2-component/src/main/docs/as2-component.adoc  | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/components/camel-as2/camel-as2-component/src/main/docs/as2-component.adoc b/components/camel-as2/camel-as2-component/src/main/docs/as2-component.adoc
index c5d069a..572f5a5 100644
--- a/components/camel-as2/camel-as2-component/src/main/docs/as2-component.adoc
+++ b/components/camel-as2/camel-as2-component/src/main/docs/as2-component.adoc
@@ -3,15 +3,17 @@
 
 *Available as of Camel version 2.22*
 
+NOTE: This component is currently work in progress.
+
 [source,xml]
-------------------------------------------------------------
+----
 <dependency>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-as2</artifactId>
     <version>x.x.x</version>
     <!-- use the same version as your Camel core version -->
 </dependency>
-------------------------------------------------------------
+----
 
 === URI Options