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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Make upstream dependencies compileOnly in integrations #2175

Merged
merged 7 commits into from Jul 18, 2022

Conversation

romtsn
Copy link
Member

@romtsn romtsn commented Jul 15, 2022

馃摐 Description

Switch to compileOnly upstream dependencies in integrations, so we do not override user-defined version and use what they actually have on their classpath.

馃挕 Motivation and Context

Closes #2125

馃挌 How did you test it?

Tested manually here and on SAGP

馃摑 Checklist

馃敭 Next steps

@adinauer I'm not sure if you want to do this for backend things, I think it can also be applicable there? We could create another issue, for now I'm afraid of breaking something there

@romtsn romtsn requested a review from adinauer as a code owner July 15, 2022 11:14
@romtsn romtsn changed the title fix: Make upstream dependencies compileOnly in integrations feat: Make upstream dependencies compileOnly in integrations Jul 15, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Jul 15, 2022

Messages
馃摉 Do not forget to update Sentry-docs with your feature once the pull request gets approved.

Generated by 馃毇 dangerJS against ef95195

Copy link
Member

@bruno-garcia bruno-garcia left a comment

Choose a reason for hiding this comment

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

LGTM. Maybe @adinauer or @marandaneto want to 馃憖 ?

Copy link
Member

@philipphofmann philipphofmann left a comment

Choose a reason for hiding this comment

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

LGTM, but maybe we should add more detail to the error messages somewhere.

Copy link
Member

@philipphofmann philipphofmann left a comment

Choose a reason for hiding this comment

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

LGTM 馃殌

Copy link
Member

@adinauer adinauer left a comment

Choose a reason for hiding this comment

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

LGTM

@romtsn romtsn merged commit 504fce8 into main Jul 18, 2022
@romtsn romtsn deleted the fix/compile-only-integrations branch July 18, 2022 08:56
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.

Switch to compileOnly dependencies for integrations
5 participants