[jira] [Commented] (BEAM-3992) Use JSON-B instead of an hardcoded Jackson

2018-04-25 Thread Romain Manni-Bucau (JIRA)

[ 
https://issues.apache.org/jira/browse/BEAM-3992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16451750#comment-16451750
 ] 

Romain Manni-Bucau commented on BEAM-3992:
--

Hi [~kenn], I will send a mail to dev@ now.

> Use JSON-B instead of an hardcoded Jackson
> --
>
> Key: BEAM-3992
> URL: https://issues.apache.org/jira/browse/BEAM-3992
> Project: Beam
>  Issue Type: Improvement
>  Components: sdk-java-core
>Affects Versions: 2.4.0
>Reporter: Romain Manni-Bucau
>Priority: Major
>
> Currently beam uses jackson directly everywhere, it either messes up 
> environments where another version is here and can't be upgraded or it forces 
> to shade and have a fat app where it is not needed. Using JSON-B will allow 
> to switch the impl and beam will just rely on ~200k of API instead of megs of 
> dependencies making it smoother to integrated in all environments.



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


[jira] [Commented] (BEAM-3992) Use JSON-B instead of an hardcoded Jackson

2018-04-24 Thread Kenneth Knowles (JIRA)

[ 
https://issues.apache.org/jira/browse/BEAM-3992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16451566#comment-16451566
 ] 

Kenneth Knowles commented on BEAM-3992:
---

Seems nice. [~romain.manni-bucau] are you taking this on? Might be something to 
discuss on dev@.

> Use JSON-B instead of an hardcoded Jackson
> --
>
> Key: BEAM-3992
> URL: https://issues.apache.org/jira/browse/BEAM-3992
> Project: Beam
>  Issue Type: Improvement
>  Components: sdk-java-core
>Affects Versions: 2.4.0
>Reporter: Romain Manni-Bucau
>Priority: Major
>
> Currently beam uses jackson directly everywhere, it either messes up 
> environments where another version is here and can't be upgraded or it forces 
> to shade and have a fat app where it is not needed. Using JSON-B will allow 
> to switch the impl and beam will just rely on ~200k of API instead of megs of 
> dependencies making it smoother to integrated in all environments.



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