Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

RustedBones
Copy link
Contributor

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

…d-platform

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
Copy link

codecov bot commented Jun 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants