Skip to content

feat: Make upstream dependencies compileOnly in integrations#2175

Merged
romtsn merged 7 commits intomainfrom
fix/compile-only-integrations
Jul 18, 2022
Merged

feat: Make upstream dependencies compileOnly in integrations#2175
romtsn merged 7 commits intomainfrom
fix/compile-only-integrations

Conversation

@romtsn
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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