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

Bump Jackson databind to 2.15 #31473

Merged
merged 3 commits into from
Jun 2, 2024
Merged

Bump Jackson databind to 2.15 #31473

merged 3 commits into from
Jun 2, 2024

Conversation

Abacn
Copy link
Contributor

@Abacn Abacn commented Jun 1, 2024

Fix #26743

Please add a meaningful description for your change here


Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:

  • Mention the appropriate issue in your description (for example: addresses #123), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, comment fixes #<ISSUE NUMBER> instead.
  • Update CHANGES.md with noteworthy changes.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

See the Contributor Guide for more tips on how to make review process smoother.

To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md

GitHub Actions Tests Status (on master branch)

Build python source distribution and wheels
Python tests
Java tests
Go tests

See CI.md for more information about GitHub Actions CI or the workflows README to see a list of phrases to trigger workflows.

@github-actions github-actions bot added the build label Jun 1, 2024
@Abacn
Copy link
Contributor Author

Abacn commented Jun 1, 2024

jackson databind 2.15 not work with cassandra-all used in hadoop-format test.

TestRuntimeClasspath before:

+--- org.apache.cassandra:cassandra-all:3.11.10
|    +--- org.yaml:snakeyaml:1.11 -> 1.33

after:

+--- org.apache.cassandra:cassandra-all:3.11.10
|    +--- org.yaml:snakeyaml:1.11 -> 2.1

Copy link
Contributor

github-actions bot commented Jun 1, 2024

Checks are failing. Will not request review until checks are succeeding. If you'd like to override that behavior, comment assign set of reviewers

@github-actions github-actions bot added the docker label Jun 1, 2024
@Abacn
Copy link
Contributor Author

Abacn commented Jun 1, 2024

R: @chamikaramj

Copy link
Contributor

github-actions bot commented Jun 1, 2024

Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control

@chamikaramj
Copy link
Contributor

Thanks. LGTM.

@Abacn
Copy link
Contributor Author

Abacn commented Jun 2, 2024

Java Examples PreCommit failing task ':runners:google-cloud-dataflow-java:examples:preCommitLegacyWorkerImpersonate' also failing on master branch, not related to this PR

merging for now

@Abacn Abacn merged commit fa4ead9 into apache:master Jun 2, 2024
29 of 30 checks passed
@Abacn Abacn deleted the jackson215 branch June 2, 2024 00:50
ahmedabu98 added a commit to ahmedabu98/beam that referenced this pull request Jun 5, 2024
damccorm added a commit that referenced this pull request Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request]: Support Jackson 2.15
2 participants