Skip to content

chore(build): Remove commons-compress from buildscript classpath#5463

Draft
runningcode wants to merge 2 commits into
mainfrom
no/remove-commons-compress
Draft

chore(build): Remove commons-compress from buildscript classpath#5463
runningcode wants to merge 2 commits into
mainfrom
no/remove-commons-compress

Conversation

@runningcode
Copy link
Copy Markdown
Contributor

📜 Description

Remove org.apache.commons:commons-compress from the buildscript classpath and version catalog. This dependency was added to the buildscript but it's unclear what actually needs it at build time. Creating this PR to let CI tell us if anything breaks.

💡 Motivation and Context

Investigating whether this buildscript dependency is actually required. If CI passes, we can drop it and reduce the build classpath.

💚 How did you test it?

CI will tell us.

📝 Checklist

  • I added GH Issue ID & Linear ID
  • I added tests to verify the changes.
  • No new PII added or SDK only sends newly added PII if sendDefaultPII is enabled.
  • I updated the docs if needed.
  • I updated the wizard if needed.
  • Review from the native team if needed.
  • No breaking change or entry added to the changelog.
  • No breaking change for hybrid SDKs or communicated to hybrid SDKs.

🔮 Next steps

If CI passes, mark ready for review and merge. If it fails, we know what depends on it.

#skip-changelog

Remove org.apache.commons:commons-compress from the buildscript
classpath dependency and version catalog to see if it is actually
needed by the build.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@sentry
Copy link
Copy Markdown

sentry Bot commented May 22, 2026

📲 Install Builds

Android

🔗 App Name App ID Version Configuration
SDK Size io.sentry.tests.size 8.42.0 (1) release

⚙️ sentry-android Build Distribution Settings

AGP brings an older commons-compress that conflicts with
Spring Boot's bootJar task which needs 1.25.0+. Excluding
it from AGP lets Spring Boot resolve its own version.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.

1 participant