You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2019/05/01 10:22:00 UTC

[jira] [Comment Edited] (CAMEL-13474) Move dataformats out of camel-core

    [ https://issues.apache.org/jira/browse/CAMEL-13474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16830902#comment-16830902 ] 

Claus Ibsen edited comment on CAMEL-13474 at 5/1/19 10:21 AM:
--------------------------------------------------------------

- remove string and serialize dataformat *DONE*
- move zip/gzip to camel-deflater and rename to deflate-zip deflate-gzip as users may think they are about files (which you need to use camel-zipfile instead) *DONE*
- deprecate string and serialize dataformat on 2.x


was (Author: davsclaus):
- remove string and serialize dataformat *DONE*
- move zip/gzip to camel-deflater and rename to deflate-zip deflate-gzip as users may think they are about files (which you need to use camel-zipfile instead)
- deprecate string and serialize dataformat on 2.x

> Move dataformats out of camel-core
> ----------------------------------
>
>                 Key: CAMEL-13474
>                 URL: https://issues.apache.org/jira/browse/CAMEL-13474
>             Project: Camel
>          Issue Type: Task
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Major
>             Fix For: 3.0.0, 3.0.0-M3
>
>
> We should deprecate string/seriazliation dataformats as they dont bring value, and java object serialization is a bad design and also often a security vulnerability (many issues reported against this functionality in java).
> And then we can move zip/gzip into camel-deflater. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)