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 junit versionning mess #35977

Merged
merged 1 commit into from Mar 12, 2024
Merged

Conversation

stephane-airbyte
Copy link
Contributor

@stephane-airbyte stephane-airbyte commented Mar 11, 2024

When executing some tests, Gireesh ran into an IllegalAccessException. We tracked it down to one junit jar being 5.10.1, calling to a function that ended up being in 5.9.1, where it was still declared as private. Using the BOM mostly allows us to force upgrade of transitive dependencies that are declared in tha BOM (mostly, because sometimes, there's another BOM that declares another version, in which case we're stuck with different versions...)

Copy link

vercel bot commented Mar 11, 2024

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

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
airbyte-docs ⬜️ Ignored (Inspect) Visit Preview Mar 11, 2024 11:38pm

Copy link
Contributor Author

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

@gisripa gisripa merged commit c7e0d74 into master Mar 12, 2024
27 checks passed
@gisripa gisripa deleted the stephane/03-11-fix_junit_versionning_mess branch March 12, 2024 04:56
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.

+1 to using the BOM

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

3 participants