spotify / scio

A Scala API for Apache Beam and Google Cloud Dataflow.
https://spotify.github.io/scio
Apache License 2.0
2.55k stars 514 forks source link

Fix incompatible jackson libs pulled by beam-sdks-java-io-google-cloud-platform #5401

Closed RustedBones closed 2 months ago

RustedBones commented 2 months ago

beam beam-sdks-java-io-google-cloud-platform has updated arrow to 15.0.1. This version transitively pulls jackson 2.16 which conflicts with default beam jackson 2.14.1

com.fasterxml.jackson.databind.JsonMappingException: Scala module 2.14.1 requires Jackson Databind version >= 2.14.0 and < 2.15.0 - Found jackson-databind version 2.16.0
codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 61.22%. Comparing base (6d755f9) to head (95bcdcf).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #5401 +/- ## ======================================= Coverage 61.22% 61.22% ======================================= Files 310 310 Lines 11061 11061 Branches 755 755 ======================================= Hits 6772 6772 Misses 4289 4289 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.