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

java-cdks: update all libraries #45432

Merged

Conversation

stephane-airbyte
Copy link
Contributor

@stephane-airbyte stephane-airbyte commented Sep 12, 2024

This PR upgrades various library dependencies across multiple modules in the Airbyte CDK. It includes updates to Jackson, Guava, Apache Commons, Log4j, Kotlin coroutines, TestContainers, and other libraries.

Copy link

vercel bot commented Sep 12, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
airbyte-docs ⬜️ Ignored (Inspect) Visit Preview Sep 18, 2024 8:14pm

Copy link
Contributor Author

stephane-airbyte commented Sep 12, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @stephane-airbyte and the rest of your teammates on Graphite Graphite

@stephane-airbyte stephane-airbyte force-pushed the stephane/09-12-destination-snowflake_truncate_large_records branch from 21c91c5 to 10105cc Compare September 12, 2024 22:48
@stephane-airbyte stephane-airbyte force-pushed the stephane/09-12-java-cdks_update_all_libraries branch 2 times, most recently from ad5f040 to e17ac80 Compare September 12, 2024 23:11
@stephane-airbyte stephane-airbyte force-pushed the stephane/09-12-destination-snowflake_truncate_large_records branch from 10105cc to 83e2dda Compare September 12, 2024 23:55
@stephane-airbyte stephane-airbyte force-pushed the stephane/09-12-java-cdks_update_all_libraries branch from e17ac80 to 943e315 Compare September 12, 2024 23:55
@stephane-airbyte stephane-airbyte force-pushed the stephane/09-12-destination-snowflake_truncate_large_records branch from 83e2dda to 88fd78e Compare September 13, 2024 00:01
@stephane-airbyte stephane-airbyte force-pushed the stephane/09-12-java-cdks_update_all_libraries branch from 943e315 to 2c0f5d9 Compare September 13, 2024 00:01
@stephane-airbyte stephane-airbyte force-pushed the stephane/09-12-destination-snowflake_truncate_large_records branch from 88fd78e to 1601c23 Compare September 13, 2024 00:08
@stephane-airbyte stephane-airbyte force-pushed the stephane/09-12-java-cdks_update_all_libraries branch from 2c0f5d9 to 2f07bd7 Compare September 13, 2024 00:08
@stephane-airbyte stephane-airbyte force-pushed the stephane/09-12-destination-snowflake_truncate_large_records branch from 1601c23 to a607474 Compare September 13, 2024 01:41
@stephane-airbyte stephane-airbyte force-pushed the stephane/09-12-java-cdks_update_all_libraries branch from 2f07bd7 to b07a991 Compare September 13, 2024 01:42
@stephane-airbyte stephane-airbyte changed the base branch from stephane/09-12-destination-snowflake_truncate_large_records to stephane/09-13-change_signature_of_orphanedthreadfilter September 17, 2024 01:24
@stephane-airbyte stephane-airbyte changed the base branch from stephane/09-13-change_signature_of_orphanedthreadfilter to graphite-base/45432 September 17, 2024 21:42
@stephane-airbyte stephane-airbyte force-pushed the stephane/09-12-java-cdks_update_all_libraries branch from a52c275 to 372f581 Compare September 17, 2024 21:46
@stephane-airbyte stephane-airbyte changed the base branch from graphite-base/45432 to master September 17, 2024 21:47
@stephane-airbyte stephane-airbyte force-pushed the stephane/09-12-java-cdks_update_all_libraries branch 5 times, most recently from 0524954 to 0845cbe Compare September 18, 2024 13:02
@stephane-airbyte stephane-airbyte marked this pull request as ready for review September 18, 2024 13:19
@stephane-airbyte stephane-airbyte requested review from a team as code owners September 18, 2024 13:19
@stephane-airbyte stephane-airbyte requested review from edgao and johnny-schmidt and removed request for a team September 18, 2024 13:19
@stephane-airbyte stephane-airbyte force-pushed the stephane/09-12-java-cdks_update_all_libraries branch from 0845cbe to 92d2f4f Compare September 18, 2024 14:16
implementation 'org.openapi4j:openapi-schema-validator:1.0.7'

runtimeOnly 'com.google.guava:guava:33.2.0-jre'
runtimeOnly 'org.apache.commons:commons-compress:1.26.1'
runtimeOnly 'com.google.guava:guava:33.3.0-jre'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Watch out for these. These, I think but I'm not sure, are here to turn transitive dependencies into runtime-only. There's no point in using Guava in a Kotlin codebase.

I really should have commented their purpose, because now I can't really remember any more!

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll find out what their purpose is and will report back shortly.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These two runtimeOnly dependencies exist because of the exclusions defined for airbyte-protocol. Can you add a comment to this effect please?

In any case bumping their versions is fine.

Copy link
Contributor

@postamar postamar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, if the CI's happy then I'm happy. One non-blocking request to add a short comment.

@stephane-airbyte stephane-airbyte force-pushed the stephane/09-12-java-cdks_update_all_libraries branch from 92d2f4f to c375d1e Compare September 18, 2024 18:17
@stephane-airbyte stephane-airbyte force-pushed the stephane/09-12-java-cdks_update_all_libraries branch from c375d1e to 2282aa3 Compare September 18, 2024 20:12
Copy link
Contributor Author

stephane-airbyte commented Sep 18, 2024

/publish-java-cdk

🕑 https://github.com/airbytehq/airbyte/actions/runs/10929553393
✅ Successfully published Java CDK version=0.46.0!

@stephane-airbyte stephane-airbyte merged commit 16b8d35 into master Sep 18, 2024
29 checks passed
@stephane-airbyte stephane-airbyte deleted the stephane/09-12-java-cdks_update_all_libraries branch September 18, 2024 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CDK Connector Development Kit
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants