You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Netty is currently bundled in the ADOT Java Agent JAR, unnecessarily increasing its size by ~7 MB.
This PR removes Netty from the ADOT Java Agent dependency list by:
1. Explicitly removing the Netty BOM.
2. Upgrading the AWS SDK to 2.33.11, which addresses the Netty security risk.
3. Replacing the inclusion of all AWS SDK packages with only the specific modules required by the ADOT Java Agent.
Tests performed:
Local build: ./gradlew build ✅
Unit tests: ./gradlew test ✅
Smoke/contract tests: ./gradlew appsignals-tests:contract-tests:contractTests ✅
0 commit comments