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 d0f0887 CAMEL-12760: deprecate camel-xmlrpc component d0f0887 is described below commit d0f0887db1d57fc21aeddcaa62c3472974e5bea8 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Tue Aug 28 15:43:05 2018 +0200 CAMEL-12760: deprecate camel-xmlrpc component --- components/camel-xmlrpc/pom.xml | 2 +- components/camel-xmlrpc/src/main/docs/xmlrpc-component.adoc | 7 ++++--- components/readme.adoc | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/components/camel-xmlrpc/pom.xml b/components/camel-xmlrpc/pom.xml index 65f02fc..d09aa3f 100644 --- a/components/camel-xmlrpc/pom.xml +++ b/components/camel-xmlrpc/pom.xml @@ -29,7 +29,7 @@ <artifactId>camel-xmlrpc</artifactId> <packaging>jar</packaging> - <name>Camel :: XML RPC</name> + <name>Camel :: XML RPC (deprecated)</name> <description>Camel XML RPC support</description> <properties> diff --git a/components/camel-xmlrpc/src/main/docs/xmlrpc-component.adoc b/components/camel-xmlrpc/src/main/docs/xmlrpc-component.adoc index d89a263..2765a8c 100644 --- a/components/camel-xmlrpc/src/main/docs/xmlrpc-component.adoc +++ b/components/camel-xmlrpc/src/main/docs/xmlrpc-component.adoc @@ -1,7 +1,8 @@ -[[xmlrpc-component]] -== XML RPC Component +== XML RPC Component (deprecated) *Available as of Camel version 2.11* +*Available as of Camel version 2.11* + This component provides a dataformat for xml, which allows serialization and deserialization of request messages and response message using @@ -203,4 +204,4 @@ camel-xmlrpc provides a pluggable strategy for configuring the XmlRpcClient used by the component, user just to implement the *XmlRpcClientConfigurer* interface and can configure the XmlRpcClient as he wants. The clientConfigure instance reference can be set through the -uri option clientConfigure. +uri option clientConfigure. \ No newline at end of file diff --git a/components/readme.adoc b/components/readme.adoc index 4ad0a64..096187e 100644 --- a/components/readme.adoc +++ b/components/readme.adoc @@ -2,7 +2,7 @@ Components ^^^^^^^^^^ // components: START -Number of Components: 301 in 204 JAR artifacts (21 deprecated) +Number of Components: 301 in 204 JAR artifacts (22 deprecated) [width="100%",cols="4,1,5",options="header"] |=== @@ -882,7 +882,7 @@ Number of Components: 301 in 204 JAR artifacts (21 deprecated) `xchange:name` | 2.21 | The camel-xchange component provide access to many bitcoin and altcoin exchanges for trading and accessing market data. | link:camel-xmlrpc/src/main/docs/xmlrpc-component.adoc[XML RPC] (camel-xmlrpc) + -`xmlrpc:address` | 2.11 | The xmlrpc component is used for sending messages to a XML RPC service. +`xmlrpc:address` | 2.11 | *deprecated* The xmlrpc component is used for sending messages to a XML RPC service. | link:camel-xmlsecurity/src/main/docs/xmlsecurity-component.adoc[XML Security] (camel-xmlsecurity) + `xmlsecurity:command:name` | 2.12 | Used to sign and verify exchanges using the XML signature specification.