You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/01/13 10:04:55 UTC

[camel] branch master updated (d149cb5 -> dc5660c)

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

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


    from d149cb5  CAMEL-14390: Move AsyncCallback.done to finally block
     new ad92911  Camel-pg-replication-slot: Fixed tip section (my fault)
     new 4f198d0  Camel-RSS Dataformat: Improve TIP section
     new de61938  Camel-pg-replication-slot: Fixed tip section
     new c469565  Regen docs
     new e4d2eef  Camel-Schematron: Improve TIP section
     new 140274e  Camel-SEDA: Improve TIP section
     new 67ea033  Camel simple language: Improve TIP section
     new 81dd8d9  Camel-smpp: Improve TIP section
     new a246605  Regen docs
     new 2bec11a  Camel-Schematron: Fixed tip section
     new 9720d3c  Camel-Seda: fixed tip section
     new 63eacff  Camel-smpp: Improve tip section
     new dc5660c  Regen docs

The 13 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../src/main/docs/pg-replication-slot-component.adoc         |  2 +-
 components/camel-rss/src/main/docs/rss-dataformat.adoc       |  6 +++++-
 .../camel-schematron/src/main/docs/schematron-component.adoc | 12 ++++++++++--
 components/camel-seda/src/main/docs/seda-component.adoc      |  6 +++++-
 components/camel-smpp/src/main/docs/smpp-component.adoc      | 11 +++++++++--
 .../modules/ROOT/pages/pg-replication-slot-component.adoc    |  2 +-
 docs/components/modules/ROOT/pages/rss-dataformat.adoc       |  6 +++++-
 docs/components/modules/ROOT/pages/schematron-component.adoc | 12 ++++++++++--
 docs/components/modules/ROOT/pages/seda-component.adoc       |  6 +++++-
 docs/components/modules/ROOT/pages/smpp-component.adoc       | 11 +++++++++--
 10 files changed, 60 insertions(+), 14 deletions(-)


[camel] 06/13: Camel-SEDA: Improve TIP section

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 140274e81f942733b3fd3d43ccf9ecffdd0b3cbe
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 13 10:45:08 2020 +0100

    Camel-SEDA: Improve TIP section
---
 docs/components/modules/ROOT/pages/seda-component.adoc | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/docs/components/modules/ROOT/pages/seda-component.adoc b/docs/components/modules/ROOT/pages/seda-component.adoc
index 58d37da..2567512 100644
--- a/docs/components/modules/ROOT/pages/seda-component.adoc
+++ b/docs/components/modules/ROOT/pages/seda-component.adoc
@@ -24,9 +24,13 @@ if the VM terminates while messages are yet to be processed. If you need
 persistence, reliability or distributed SEDA, try using either
 xref:jms-component.adoc[JMS] or xref:jms-component.adoc[ActiveMQ].
 
-TIP:*Synchronous*
+[TIP]
+====
+*Synchronous*
+
 The xref:direct-component.adoc[Direct] component provides synchronous invocation
 of any consumers when a producer sends a message exchange.
+====
 
 == URI format
 


[camel] 08/13: Camel-smpp: Improve TIP section

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 81dd8d9611746b620c1a608cf47f583f365f73c2
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 13 10:48:41 2020 +0100

    Camel-smpp: Improve TIP section
---
 docs/components/modules/ROOT/pages/smpp-component.adoc | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/docs/components/modules/ROOT/pages/smpp-component.adoc b/docs/components/modules/ROOT/pages/smpp-component.adoc
index e7feedb..14ac754 100644
--- a/docs/components/modules/ROOT/pages/smpp-component.adoc
+++ b/docs/components/modules/ROOT/pages/smpp-component.adoc
@@ -588,9 +588,13 @@ optional parameter. The value is converted in the following way:
 `org.jsmpp.bean.OptionalParameter.Null` -> `null`
 |=======================================================================
 
-TIP: *JSMPP library*
+[TIP]
+====
+*JSMPP library*
+
 See the documentation of the http://jsmpp.org[JSMPP Library] for more
 details about the underlying library.
+====
 
 == Exception handling
 
@@ -667,10 +671,14 @@ A route which receives an SMS using the Spring XML DSL:
 ----------------------------------------------------------------------------------------------------------------
 
 
-TIP: *SMSC simulator*
+[TIP]
+====
+*SMSC simulator*
+
 If you need an SMSC simulator for your test, you can use the simulator
 provided by
 http://opensmpp.logica.com/CommonPart/Download/download2.html#simulator[Logica].
+====
 
 == Debug logging
 


[camel] 02/13: Camel-RSS Dataformat: Improve TIP section

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 4f198d0c356e4f6580c12938dad41068048a9072
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 13 10:33:27 2020 +0100

    Camel-RSS Dataformat: Improve TIP section
---
 components/camel-rss/src/main/docs/rss-dataformat.adoc | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/components/camel-rss/src/main/docs/rss-dataformat.adoc b/components/camel-rss/src/main/docs/rss-dataformat.adoc
index 337d104..865230a 100644
--- a/components/camel-rss/src/main/docs/rss-dataformat.adoc
+++ b/components/camel-rss/src/main/docs/rss-dataformat.adoc
@@ -15,11 +15,15 @@ The purpose of this feature is to make it possible to use Camel's lovely
 built-in expressions for manipulating RSS messages. As shown below, an
 XPath expression can be used to filter the RSS message:
 
-TIP: *Query parameters*
+[TIP]
+====
+*Query parameters*
+
 If the URL for the RSS feed uses query parameters, this component will
 understand them as well, for example if the feed uses `alt=rss`, then
 you can for example do 
 `from("rss:http://someserver.com/feeds/posts/default?alt=rss&splitEntries=false&delay=1000").to("bean:rss");`
+====
 
 == Options
 


[camel] 04/13: Regen docs

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit c4695657a6c5f0574fabe68800666dbb2e9e0f74
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 13 10:40:18 2020 +0100

    Regen docs
---
 docs/components/modules/ROOT/pages/rss-dataformat.adoc | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/docs/components/modules/ROOT/pages/rss-dataformat.adoc b/docs/components/modules/ROOT/pages/rss-dataformat.adoc
index 08b307d..c966d31 100644
--- a/docs/components/modules/ROOT/pages/rss-dataformat.adoc
+++ b/docs/components/modules/ROOT/pages/rss-dataformat.adoc
@@ -16,11 +16,15 @@ The purpose of this feature is to make it possible to use Camel's lovely
 built-in expressions for manipulating RSS messages. As shown below, an
 XPath expression can be used to filter the RSS message:
 
-TIP: *Query parameters*
+[TIP]
+====
+*Query parameters*
+
 If the URL for the RSS feed uses query parameters, this component will
 understand them as well, for example if the feed uses `alt=rss`, then
 you can for example do 
 `from("rss:http://someserver.com/feeds/posts/default?alt=rss&splitEntries=false&delay=1000").to("bean:rss");`
+====
 
 == Options
 


[camel] 01/13: Camel-pg-replication-slot: Fixed tip section (my fault)

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit ad92911cb4cffd04594966c1a0703896835c098c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 13 10:30:49 2020 +0100

    Camel-pg-replication-slot: Fixed tip section (my fault)
---
 docs/components/modules/ROOT/pages/pg-replication-slot-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/components/modules/ROOT/pages/pg-replication-slot-component.adoc b/docs/components/modules/ROOT/pages/pg-replication-slot-component.adoc
index eef28c4..6a7ac44 100644
--- a/docs/components/modules/ROOT/pages/pg-replication-slot-component.adoc
+++ b/docs/components/modules/ROOT/pages/pg-replication-slot-component.adoc
@@ -161,7 +161,7 @@ without waiting for the `delay`*`timeUnit` parameter between each exchange.
 
 [TIP]
 ====
-TIP: The order of the messages is guaranteed, but the same message might come more than once. So, for example, if you're using
+The order of the messages is guaranteed, but the same message might come more than once. So, for example, if you're using
 this component to sync data from PostgreSQL to other database, make sure your operations are idempotent (e.g. use UPSERT
 instead of INSERT,...). This will make sure repeated messages won't affect your system negatively.
 ====


[camel] 13/13: Regen docs

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit dc5660c800e9c2be66c222ec03518b42e2f59859
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 13 11:04:20 2020 +0100

    Regen docs
---
 docs/components/modules/ROOT/pages/schematron-component.adoc | 12 ++++++++++--
 docs/components/modules/ROOT/pages/seda-component.adoc       |  6 +++++-
 docs/components/modules/ROOT/pages/smpp-component.adoc       | 11 +++++++++--
 3 files changed, 24 insertions(+), 5 deletions(-)

diff --git a/docs/components/modules/ROOT/pages/schematron-component.adoc b/docs/components/modules/ROOT/pages/schematron-component.adoc
index f927165..5f472e9 100644
--- a/docs/components/modules/ROOT/pages/schematron-component.adoc
+++ b/docs/components/modules/ROOT/pages/schematron-component.adoc
@@ -165,7 +165,10 @@ XML DSL. The schematrion rules file is sourced from the file system:
 </route>
 -----------------------------------------------------------------------------------------------
 
-TIP: *Where to store schematron rules?*
+[TIP]
+====
+*Where to store schematron rules?*
+
 Schematron rules can change with business requirement, as such it is
 recommended to store these rules somewhere in file system. When the
 schematron component endpoint is started, the rules are compiled into
@@ -178,6 +181,7 @@ So if you happen to store the rules in the file system, in the event of
 an update, all you need is to restart the route or the component. No
 harm in storing these rules in the class path though, but you will have
 to build and deploy the component to pick up the changes.
+====
 
 == Schematron rules and report samples
 
@@ -223,9 +227,13 @@ Here is an example of schematron report:
 </svrl:schematron-output>
 ------------------------------------------------------------------------
 
-TIP: *Useful Links and resources*
+[TIP]
+====
+*Useful Links and resources*
+
 * http://www.mulberrytech.com/papers/schematron-Philly.pdf[Introduction
 to Schematron] by Mulleberry technologies. An excellent document in PDF
 to get you started on Schematron.
 * http://www.schematron.com[Schematron official site]. This contains
 links to other resources
+====
diff --git a/docs/components/modules/ROOT/pages/seda-component.adoc b/docs/components/modules/ROOT/pages/seda-component.adoc
index 58d37da..2567512 100644
--- a/docs/components/modules/ROOT/pages/seda-component.adoc
+++ b/docs/components/modules/ROOT/pages/seda-component.adoc
@@ -24,9 +24,13 @@ if the VM terminates while messages are yet to be processed. If you need
 persistence, reliability or distributed SEDA, try using either
 xref:jms-component.adoc[JMS] or xref:jms-component.adoc[ActiveMQ].
 
-TIP:*Synchronous*
+[TIP]
+====
+*Synchronous*
+
 The xref:direct-component.adoc[Direct] component provides synchronous invocation
 of any consumers when a producer sends a message exchange.
+====
 
 == URI format
 
diff --git a/docs/components/modules/ROOT/pages/smpp-component.adoc b/docs/components/modules/ROOT/pages/smpp-component.adoc
index e7feedb..eec943f 100644
--- a/docs/components/modules/ROOT/pages/smpp-component.adoc
+++ b/docs/components/modules/ROOT/pages/smpp-component.adoc
@@ -588,9 +588,13 @@ optional parameter. The value is converted in the following way:
 `org.jsmpp.bean.OptionalParameter.Null` -> `null`
 |=======================================================================
 
-TIP: *JSMPP library*
+[TIP]
+====
+*JSMPP library*
+
 See the documentation of the http://jsmpp.org[JSMPP Library] for more
 details about the underlying library.
+====
 
 == Exception handling
 
@@ -666,11 +670,14 @@ A route which receives an SMS using the Spring XML DSL:
   </route>
 ----------------------------------------------------------------------------------------------------------------
 
+[TIP]
+====
+*SMSC simulator*
 
-TIP: *SMSC simulator*
 If you need an SMSC simulator for your test, you can use the simulator
 provided by
 http://opensmpp.logica.com/CommonPart/Download/download2.html#simulator[Logica].
+====
 
 == Debug logging
 


[camel] 05/13: Camel-Schematron: Improve TIP section

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit e4d2eeff7843384599711bb0c844b1c6a94f8920
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 13 10:42:47 2020 +0100

    Camel-Schematron: Improve TIP section
---
 docs/components/modules/ROOT/pages/schematron-component.adoc | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/docs/components/modules/ROOT/pages/schematron-component.adoc b/docs/components/modules/ROOT/pages/schematron-component.adoc
index f927165..5f472e9 100644
--- a/docs/components/modules/ROOT/pages/schematron-component.adoc
+++ b/docs/components/modules/ROOT/pages/schematron-component.adoc
@@ -165,7 +165,10 @@ XML DSL. The schematrion rules file is sourced from the file system:
 </route>
 -----------------------------------------------------------------------------------------------
 
-TIP: *Where to store schematron rules?*
+[TIP]
+====
+*Where to store schematron rules?*
+
 Schematron rules can change with business requirement, as such it is
 recommended to store these rules somewhere in file system. When the
 schematron component endpoint is started, the rules are compiled into
@@ -178,6 +181,7 @@ So if you happen to store the rules in the file system, in the event of
 an update, all you need is to restart the route or the component. No
 harm in storing these rules in the class path though, but you will have
 to build and deploy the component to pick up the changes.
+====
 
 == Schematron rules and report samples
 
@@ -223,9 +227,13 @@ Here is an example of schematron report:
 </svrl:schematron-output>
 ------------------------------------------------------------------------
 
-TIP: *Useful Links and resources*
+[TIP]
+====
+*Useful Links and resources*
+
 * http://www.mulberrytech.com/papers/schematron-Philly.pdf[Introduction
 to Schematron] by Mulleberry technologies. An excellent document in PDF
 to get you started on Schematron.
 * http://www.schematron.com[Schematron official site]. This contains
 links to other resources
+====


[camel] 09/13: Regen docs

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit a246605f7b016eba70aaf06d6d882a4f58abba99
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 13 10:50:08 2020 +0100

    Regen docs
---
 docs/components/modules/ROOT/pages/schematron-component.adoc | 12 ++----------
 docs/components/modules/ROOT/pages/seda-component.adoc       |  6 +-----
 docs/components/modules/ROOT/pages/simple-language.adoc      |  8 ++------
 docs/components/modules/ROOT/pages/smpp-component.adoc       | 12 ++----------
 4 files changed, 7 insertions(+), 31 deletions(-)

diff --git a/docs/components/modules/ROOT/pages/schematron-component.adoc b/docs/components/modules/ROOT/pages/schematron-component.adoc
index 5f472e9..f927165 100644
--- a/docs/components/modules/ROOT/pages/schematron-component.adoc
+++ b/docs/components/modules/ROOT/pages/schematron-component.adoc
@@ -165,10 +165,7 @@ XML DSL. The schematrion rules file is sourced from the file system:
 </route>
 -----------------------------------------------------------------------------------------------
 
-[TIP]
-====
-*Where to store schematron rules?*
-
+TIP: *Where to store schematron rules?*
 Schematron rules can change with business requirement, as such it is
 recommended to store these rules somewhere in file system. When the
 schematron component endpoint is started, the rules are compiled into
@@ -181,7 +178,6 @@ So if you happen to store the rules in the file system, in the event of
 an update, all you need is to restart the route or the component. No
 harm in storing these rules in the class path though, but you will have
 to build and deploy the component to pick up the changes.
-====
 
 == Schematron rules and report samples
 
@@ -227,13 +223,9 @@ Here is an example of schematron report:
 </svrl:schematron-output>
 ------------------------------------------------------------------------
 
-[TIP]
-====
-*Useful Links and resources*
-
+TIP: *Useful Links and resources*
 * http://www.mulberrytech.com/papers/schematron-Philly.pdf[Introduction
 to Schematron] by Mulleberry technologies. An excellent document in PDF
 to get you started on Schematron.
 * http://www.schematron.com[Schematron official site]. This contains
 links to other resources
-====
diff --git a/docs/components/modules/ROOT/pages/seda-component.adoc b/docs/components/modules/ROOT/pages/seda-component.adoc
index 2567512..58d37da 100644
--- a/docs/components/modules/ROOT/pages/seda-component.adoc
+++ b/docs/components/modules/ROOT/pages/seda-component.adoc
@@ -24,13 +24,9 @@ if the VM terminates while messages are yet to be processed. If you need
 persistence, reliability or distributed SEDA, try using either
 xref:jms-component.adoc[JMS] or xref:jms-component.adoc[ActiveMQ].
 
-[TIP]
-====
-*Synchronous*
-
+TIP:*Synchronous*
 The xref:direct-component.adoc[Direct] component provides synchronous invocation
 of any consumers when a producer sends a message exchange.
-====
 
 == URI format
 
diff --git a/docs/components/modules/ROOT/pages/simple-language.adoc b/docs/components/modules/ROOT/pages/simple-language.adoc
index 770484c..67e3d09 100644
--- a/docs/components/modules/ROOT/pages/simple-language.adoc
+++ b/docs/components/modules/ROOT/pages/simple-language.adoc
@@ -25,14 +25,10 @@ The simple language uses `${body`} placeholders for complex expressions
 where the expression contains constant literals. The $\{ } placeholders
 can be omitted if the expression is only the token itself.
 
-[TIP]
-====
-*Alternative syntax* 
-
-You can also use the alternative syntax which
+TIP: *Alternative syntax* You can also use the alternative syntax which
 uses `$simple{ }` as placeholders. This can be used in situations to avoid clashes when using for example
 Spring property placeholder together with Camel.
-====
+
 
 == Simple Language options
 
diff --git a/docs/components/modules/ROOT/pages/smpp-component.adoc b/docs/components/modules/ROOT/pages/smpp-component.adoc
index 14ac754..e7feedb 100644
--- a/docs/components/modules/ROOT/pages/smpp-component.adoc
+++ b/docs/components/modules/ROOT/pages/smpp-component.adoc
@@ -588,13 +588,9 @@ optional parameter. The value is converted in the following way:
 `org.jsmpp.bean.OptionalParameter.Null` -> `null`
 |=======================================================================
 
-[TIP]
-====
-*JSMPP library*
-
+TIP: *JSMPP library*
 See the documentation of the http://jsmpp.org[JSMPP Library] for more
 details about the underlying library.
-====
 
 == Exception handling
 
@@ -671,14 +667,10 @@ A route which receives an SMS using the Spring XML DSL:
 ----------------------------------------------------------------------------------------------------------------
 
 
-[TIP]
-====
-*SMSC simulator*
-
+TIP: *SMSC simulator*
 If you need an SMSC simulator for your test, you can use the simulator
 provided by
 http://opensmpp.logica.com/CommonPart/Download/download2.html#simulator[Logica].
-====
 
 == Debug logging
 


[camel] 10/13: Camel-Schematron: Fixed tip section

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 2bec11a68bf44089d43da506f7b655414111191a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 13 10:53:38 2020 +0100

    Camel-Schematron: Fixed tip section
---
 .../camel-schematron/src/main/docs/schematron-component.adoc | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/components/camel-schematron/src/main/docs/schematron-component.adoc b/components/camel-schematron/src/main/docs/schematron-component.adoc
index b518a0e..3d72874 100644
--- a/components/camel-schematron/src/main/docs/schematron-component.adoc
+++ b/components/camel-schematron/src/main/docs/schematron-component.adoc
@@ -164,7 +164,10 @@ XML DSL. The schematrion rules file is sourced from the file system:
 </route>
 -----------------------------------------------------------------------------------------------
 
-TIP: *Where to store schematron rules?*
+[TIP]
+====
+*Where to store schematron rules?*
+
 Schematron rules can change with business requirement, as such it is
 recommended to store these rules somewhere in file system. When the
 schematron component endpoint is started, the rules are compiled into
@@ -177,6 +180,7 @@ So if you happen to store the rules in the file system, in the event of
 an update, all you need is to restart the route or the component. No
 harm in storing these rules in the class path though, but you will have
 to build and deploy the component to pick up the changes.
+====
 
 == Schematron rules and report samples
 
@@ -222,9 +226,13 @@ Here is an example of schematron report:
 </svrl:schematron-output>
 ------------------------------------------------------------------------
 
-TIP: *Useful Links and resources*
+[TIP]
+====
+*Useful Links and resources*
+
 * http://www.mulberrytech.com/papers/schematron-Philly.pdf[Introduction
 to Schematron] by Mulleberry technologies. An excellent document in PDF
 to get you started on Schematron.
 * http://www.schematron.com[Schematron official site]. This contains
 links to other resources
+====


[camel] 12/13: Camel-smpp: Improve tip section

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 63eacff87da850fd3c2398987afef5bb9698dd9f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 13 11:02:17 2020 +0100

    Camel-smpp: Improve tip section
---
 components/camel-smpp/src/main/docs/smpp-component.adoc | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/components/camel-smpp/src/main/docs/smpp-component.adoc b/components/camel-smpp/src/main/docs/smpp-component.adoc
index eb2eafb..2f61458 100644
--- a/components/camel-smpp/src/main/docs/smpp-component.adoc
+++ b/components/camel-smpp/src/main/docs/smpp-component.adoc
@@ -587,9 +587,13 @@ optional parameter. The value is converted in the following way:
 `org.jsmpp.bean.OptionalParameter.Null` -> `null`
 |=======================================================================
 
-TIP: *JSMPP library*
+[TIP]
+====
+*JSMPP library*
+
 See the documentation of the http://jsmpp.org[JSMPP Library] for more
 details about the underlying library.
+====
 
 == Exception handling
 
@@ -665,11 +669,14 @@ A route which receives an SMS using the Spring XML DSL:
   </route>
 ----------------------------------------------------------------------------------------------------------------
 
+[TIP]
+====
+*SMSC simulator*
 
-TIP: *SMSC simulator*
 If you need an SMSC simulator for your test, you can use the simulator
 provided by
 http://opensmpp.logica.com/CommonPart/Download/download2.html#simulator[Logica].
+====
 
 == Debug logging
 


[camel] 03/13: Camel-pg-replication-slot: Fixed tip section

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit de619388e04a7b023974ad6628cf87853f2e4298
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 13 10:37:53 2020 +0100

    Camel-pg-replication-slot: Fixed tip section
---
 .../src/main/docs/pg-replication-slot-component.adoc                    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-pg-replication-slot/src/main/docs/pg-replication-slot-component.adoc b/components/camel-pg-replication-slot/src/main/docs/pg-replication-slot-component.adoc
index 3f91ac5..ddbe827 100644
--- a/components/camel-pg-replication-slot/src/main/docs/pg-replication-slot-component.adoc
+++ b/components/camel-pg-replication-slot/src/main/docs/pg-replication-slot-component.adoc
@@ -160,7 +160,7 @@ without waiting for the `delay`*`timeUnit` parameter between each exchange.
 
 [TIP]
 ====
-TIP: The order of the messages is guaranteed, but the same message might come more than once. So, for example, if you're using
+The order of the messages is guaranteed, but the same message might come more than once. So, for example, if you're using
 this component to sync data from PostgreSQL to other database, make sure your operations are idempotent (e.g. use UPSERT
 instead of INSERT,...). This will make sure repeated messages won't affect your system negatively.
 ====


[camel] 07/13: Camel simple language: Improve TIP section

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 67ea0338ca0758c2985642c427310027e3de5c07
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 13 10:46:05 2020 +0100

    Camel simple language: Improve TIP section
---
 docs/components/modules/ROOT/pages/simple-language.adoc | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/docs/components/modules/ROOT/pages/simple-language.adoc b/docs/components/modules/ROOT/pages/simple-language.adoc
index 67e3d09..770484c 100644
--- a/docs/components/modules/ROOT/pages/simple-language.adoc
+++ b/docs/components/modules/ROOT/pages/simple-language.adoc
@@ -25,10 +25,14 @@ The simple language uses `${body`} placeholders for complex expressions
 where the expression contains constant literals. The $\{ } placeholders
 can be omitted if the expression is only the token itself.
 
-TIP: *Alternative syntax* You can also use the alternative syntax which
+[TIP]
+====
+*Alternative syntax* 
+
+You can also use the alternative syntax which
 uses `$simple{ }` as placeholders. This can be used in situations to avoid clashes when using for example
 Spring property placeholder together with Camel.
-
+====
 
 == Simple Language options
 


[camel] 11/13: Camel-Seda: fixed tip section

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 9720d3cb3056efd88b1bd73d607af1e00190a047
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 13 10:54:28 2020 +0100

    Camel-Seda: fixed tip section
---
 components/camel-seda/src/main/docs/seda-component.adoc | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/components/camel-seda/src/main/docs/seda-component.adoc b/components/camel-seda/src/main/docs/seda-component.adoc
index a2797f1..ed33ff9 100644
--- a/components/camel-seda/src/main/docs/seda-component.adoc
+++ b/components/camel-seda/src/main/docs/seda-component.adoc
@@ -23,9 +23,13 @@ if the VM terminates while messages are yet to be processed. If you need
 persistence, reliability or distributed SEDA, try using either
 xref:jms-component.adoc[JMS] or xref:jms-component.adoc[ActiveMQ].
 
-TIP:*Synchronous*
+[TIP]
+====
+*Synchronous*
+
 The xref:direct-component.adoc[Direct] component provides synchronous invocation
 of any consumers when a producer sends a message exchange.
+====
 
 == URI format