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 2017/10/20 07:48:54 UTC

[camel] branch camel-2.19.x updated (7c2810e -> bfc6f7a)

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

davsclaus pushed a change to branch camel-2.19.x
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 7c2810e  CAMEL-11926: close JMXConnector on shutdown of JMXConsumer in camel-jmx
     new 7f35292  camel-castor and camel-hessian is deprecated
     new bfc6f7a  camel-castor and camel-hessian is deprecated

The 2 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:
 .../main/java/org/apache/camel/model/dataformat/CastorDataFormat.java | 1 +
 .../java/org/apache/camel/model/dataformat/HessianDataFormat.java     | 1 +
 components/camel-castor/src/main/docs/castor-dataformat.adoc          | 4 ++--
 components/camel-hessian/src/main/docs/hessian-dataformat.adoc        | 4 ++--
 components/readme.adoc                                                | 4 ++--
 5 files changed, 8 insertions(+), 6 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@camel.apache.org" <co...@camel.apache.org>'].

[camel] 02/02: camel-castor and camel-hessian is deprecated

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

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

commit bfc6f7a54062e3795bf0c2f375f38ba1f916c695
Author: Claus Ibsen <da...@apache.org>
AuthorDate: Fri Oct 20 09:48:12 2017 +0200

    camel-castor and camel-hessian is deprecated
---
 components/camel-castor/src/main/docs/castor-dataformat.adoc   | 4 ++--
 components/camel-hessian/src/main/docs/hessian-dataformat.adoc | 4 ++--
 components/readme.adoc                                         | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/components/camel-castor/src/main/docs/castor-dataformat.adoc b/components/camel-castor/src/main/docs/castor-dataformat.adoc
index add4839..b261c66 100644
--- a/components/camel-castor/src/main/docs/castor-dataformat.adoc
+++ b/components/camel-castor/src/main/docs/castor-dataformat.adoc
@@ -1,4 +1,4 @@
-## Castor DataFormat
+## Castor DataFormat (deprecated)
 
 *Available as of Camel version 2.1*
 
@@ -137,4 +137,4 @@ link:download.html[the download page for the latest versions]).
   <artifactId>camel-castor</artifactId>
   <version>x.x.x</version>
 </dependency>
----------------------------------------
+---------------------------------------
\ No newline at end of file
diff --git a/components/camel-hessian/src/main/docs/hessian-dataformat.adoc b/components/camel-hessian/src/main/docs/hessian-dataformat.adoc
index 0de40b3..1563e02 100644
--- a/components/camel-hessian/src/main/docs/hessian-dataformat.adoc
+++ b/components/camel-hessian/src/main/docs/hessian-dataformat.adoc
@@ -1,4 +1,4 @@
-## Hessian DataFormat
+## Hessian DataFormat (deprecated)
 
 *Available as of Camel version 2.17*
 
@@ -51,4 +51,4 @@ The Hessian dataformat supports 4 options which are listed below.
             <marshal ref="hessian"/>
         </route>
     </camelContext>
---------------------------------------------------------------------------------
+--------------------------------------------------------------------------------
\ No newline at end of file
diff --git a/components/readme.adoc b/components/readme.adoc
index 0495129..338f26b 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -752,7 +752,7 @@ Number of Data Formats: 45 in 36 JAR artifacts (0 deprecated)
 
 | link:camel-boon/src/main/docs/boon-dataformat.adoc[Boon] (camel-boon) | 2.16 | Camel Boon support
 
-| link:camel-castor/src/main/docs/castor-dataformat.adoc[Castor] (camel-castor) | 2.1 | Camel Castor data format support
+| link:camel-castor/src/main/docs/castor-dataformat.adoc[Castor] (camel-castor) | 2.1 | *deprecated* Camel Castor data format support
 
 | link:camel-crypto/src/main/docs/crypto-dataformat.adoc[Crypto (Java Cryptographic Extension)] (camel-crypto) | 2.3 | Camel Cryptographic Support
 
@@ -762,7 +762,7 @@ Number of Data Formats: 45 in 36 JAR artifacts (0 deprecated)
 
 | link:../camel-core/src/main/docs/gzip-dataformat.adoc[GZip] (camel-core) | 2.0 | GZip compression data format
 
-| link:camel-hessian/src/main/docs/hessian-dataformat.adoc[Hessian] (camel-hessian) | 2.17 | Hessian serialization support
+| link:camel-hessian/src/main/docs/hessian-dataformat.adoc[Hessian] (camel-hessian) | 2.17 | *deprecated* Hessian serialization support
 
 | link:camel-hl7/src/main/docs/hl7-dataformat.adoc[HL7] (camel-hl7) | 2.0 | Camel HL7 support
 

-- 
To stop receiving notification emails like this one, please contact
"commits@camel.apache.org" <co...@camel.apache.org>.

[camel] 01/02: camel-castor and camel-hessian is deprecated

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

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

commit 7f352924229f158e3aabaafa5260c25154fd7c3d
Author: Claus Ibsen <da...@apache.org>
AuthorDate: Fri Oct 20 09:41:21 2017 +0200

    camel-castor and camel-hessian is deprecated
---
 .../main/java/org/apache/camel/model/dataformat/CastorDataFormat.java    | 1 +
 .../main/java/org/apache/camel/model/dataformat/HessianDataFormat.java   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/camel-core/src/main/java/org/apache/camel/model/dataformat/CastorDataFormat.java b/camel-core/src/main/java/org/apache/camel/model/dataformat/CastorDataFormat.java
index 3dedbc3..4b38cd9 100644
--- a/camel-core/src/main/java/org/apache/camel/model/dataformat/CastorDataFormat.java
+++ b/camel-core/src/main/java/org/apache/camel/model/dataformat/CastorDataFormat.java
@@ -34,6 +34,7 @@ import org.apache.camel.spi.Metadata;
 @Metadata(firstVersion = "2.1.0", label = "dataformat,transformation,xml", title = "Castor")
 @XmlRootElement(name = "castor")
 @XmlAccessorType(XmlAccessType.FIELD)
+@Deprecated
 public class CastorDataFormat extends DataFormatDefinition {
     @XmlAttribute
     private String mappingFile;
diff --git a/camel-core/src/main/java/org/apache/camel/model/dataformat/HessianDataFormat.java b/camel-core/src/main/java/org/apache/camel/model/dataformat/HessianDataFormat.java
index 9ad86bd..8c28a68 100644
--- a/camel-core/src/main/java/org/apache/camel/model/dataformat/HessianDataFormat.java
+++ b/camel-core/src/main/java/org/apache/camel/model/dataformat/HessianDataFormat.java
@@ -30,6 +30,7 @@ import org.apache.camel.spi.Metadata;
 @Metadata(firstVersion = "2.17.0", label = "dataformat,transformation", title = "Hessian")
 @XmlRootElement(name = "hessian")
 @XmlAccessorType(XmlAccessType.FIELD)
+@Deprecated
 public class HessianDataFormat extends DataFormatDefinition {
     @XmlAttribute
     private Boolean whitelistEnabled = true;

-- 
To stop receiving notification emails like this one, please contact
"commits@camel.apache.org" <co...@camel.apache.org>.