You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/03 21:10:21 UTC

[GitHub] [beam] kennknowles opened a new issue, #18868: Use JSON-B instead of an hardcoded Jackson

kennknowles opened a new issue, #18868:
URL: https://github.com/apache/beam/issues/18868

   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.
   
   Imported from Jira [BEAM-3992](https://issues.apache.org/jira/browse/BEAM-3992). Original Jira may contain additional context.
   Reported by: romain.manni-bucau.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org