Skip to content

Commit

Permalink
Fix agent jar size (#1724)
Browse files Browse the repository at this point in the history
* Fix agent jar size

* Bump version
  • Loading branch information
trask authored Jun 1, 2021
1 parent f9d0ef8 commit 1697a8f
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 26 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# CHANGELOG
# Version 3.1.1-BETA.4
* Reduce agent jar file size back to normal [#1716](https://github.com/microsoft/ApplicationInsights-Java/pull/1716).

# Version 3.1.1-BETA.3
* Fix memory leak caused by not removing Netty listeners [upstream #2705](https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/2705)
* Improve Azure Service Bus support [#1710](https://github.com/microsoft/ApplicationInsights-Java/pull/1710).
Expand Down
2 changes: 1 addition & 1 deletion agent/agent-tooling/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {
exclude group: 'io.opentelemetry', module: 'opentelemetry-exporter-otlp-metrics'
exclude group: 'io.opentelemetry', module: 'opentelemetry-exporter-prometheus'
exclude group: 'io.opentelemetry', module: 'opentelemetry-exporter-zipkin'
exclude group: 'io.grpc', module: 'grpc-netty'
exclude group: 'io.grpc', module: 'grpc-netty-shaded'
}
implementation group: 'io.opentelemetry.javaagent', name: 'opentelemetry-javaagent-extension-api', version: versions.opentelemetryInstrumentationAlpha
implementation group: 'net.bytebuddy', name: 'byte-buddy', version: versions.bytebuddy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@ ch.qos.logback.contrib:logback-json-core:0.1.5
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
com.github.oshi:oshi-core:5.6.0
com.google.android:annotations:4.1.1.4
com.google.auto.service:auto-service-annotations:1.0-rc7
com.google.auto.service:auto-service:1.0-rc7
com.google.auto:auto-common:0.10
com.google.auto.service:auto-service-annotations:1.0
com.google.auto.service:auto-service:1.0
com.google.auto:auto-common:1.0
com.google.code.findbugs:jsr305:3.0.2
com.google.code.gson:gson:2.8.6
com.google.code.gson:gson:2.8.2
com.google.errorprone:error_prone_annotations:2.5.1
com.google.guava:failureaccess:1.0.1
com.google.guava:guava:30.1.1-jre
Expand All @@ -22,10 +21,6 @@ com.squareup.okio:okio:1.16.0
commons-codec:commons-codec:1.13
commons-io:commons-io:2.7
commons-logging:commons-logging:1.2
io.grpc:grpc-api:1.35.1
io.grpc:grpc-context:1.35.1
io.grpc:grpc-core:1.35.1
io.grpc:grpc-netty-shaded:1.35.1
io.opentelemetry.instrumentation:opentelemetry-instrumentation-api-caching:1.2.0+ai.patch.1-alpha
io.opentelemetry.instrumentation:opentelemetry-instrumentation-api:1.2.0+ai.patch.1-alpha
io.opentelemetry.javaagent:opentelemetry-javaagent-api:1.2.0+ai.patch.1-alpha
Expand All @@ -46,8 +41,7 @@ io.opentelemetry:opentelemetry-sdk-metrics:1.2.0-alpha
io.opentelemetry:opentelemetry-sdk-trace:1.2.0
io.opentelemetry:opentelemetry-sdk:1.2.0
io.opentelemetry:opentelemetry-semconv:1.2.0-alpha
io.perfmark:perfmark-api:0.23.0
io.prometheus:simpleclient:0.9.0
io.prometheus:simpleclient:0.10.0
io.prometheus:simpleclient_common:0.9.0
io.prometheus:simpleclient_httpserver:0.9.0
net.bytebuddy:byte-buddy-agent:1.10.18
Expand All @@ -59,7 +53,6 @@ org.apache.commons:commons-text:1.9
org.apache.httpcomponents:httpclient:4.5.13
org.apache.httpcomponents:httpcore:4.4.13
org.checkerframework:checker-qual:3.12.0
org.codehaus.mojo:animal-sniffer-annotations:1.19
org.jctools:jctools-core:3.3.0
org.jetbrains.kotlin:kotlin-bom:1.4.21
org.slf4j:jcl-over-slf4j:1.7.30
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
com.azure:azure-core-tracing-opentelemetry:1.0.0-beta.8
com.github.oshi:oshi-core:5.6.0
com.google.android:annotations:4.1.1.4
com.google.auto.service:auto-service-annotations:1.0-rc7
com.google.auto.service:auto-service:1.0-rc7
com.google.auto:auto-common:0.10
com.google.auto.service:auto-service-annotations:1.0
com.google.auto.service:auto-service:1.0
com.google.auto:auto-common:1.0
com.google.code.findbugs:jsr305:3.0.2
com.google.code.gson:gson:2.8.6
com.google.code.gson:gson:2.8.2
com.google.errorprone:error_prone_annotations:2.5.1
com.google.guava:failureaccess:1.0.1
com.google.guava:guava:30.1.1-jre
Expand All @@ -23,10 +22,6 @@ com.squareup.okio:okio:1.16.0
commons-codec:commons-codec:1.13
commons-io:commons-io:2.7
commons-logging:commons-logging:1.2
io.grpc:grpc-api:1.35.1
io.grpc:grpc-context:1.35.1
io.grpc:grpc-core:1.35.1
io.grpc:grpc-netty-shaded:1.35.1
io.opentelemetry.instrumentation:opentelemetry-grpc-1.6:1.2.0+ai.patch.1-alpha
io.opentelemetry.instrumentation:opentelemetry-instrumentation-api-caching:1.2.0+ai.patch.1-alpha
io.opentelemetry.instrumentation:opentelemetry-instrumentation-api:1.2.0+ai.patch.1-alpha
Expand Down Expand Up @@ -128,8 +123,7 @@ io.opentelemetry:opentelemetry-sdk-metrics:1.2.0-alpha
io.opentelemetry:opentelemetry-sdk-trace:1.2.0
io.opentelemetry:opentelemetry-sdk:1.2.0
io.opentelemetry:opentelemetry-semconv:1.2.0-alpha
io.perfmark:perfmark-api:0.23.0
io.prometheus:simpleclient:0.9.0
io.prometheus:simpleclient:0.10.0
io.prometheus:simpleclient_common:0.9.0
io.prometheus:simpleclient_httpserver:0.9.0
net.bytebuddy:byte-buddy-agent:1.10.18
Expand All @@ -141,7 +135,6 @@ org.apache.commons:commons-text:1.9
org.apache.httpcomponents:httpclient:4.5.13
org.apache.httpcomponents:httpcore:4.4.13
org.checkerframework:checker-qual:3.12.0
org.codehaus.mojo:animal-sniffer-annotations:1.19
org.jctools:jctools-core:3.3.0
org.jetbrains.kotlin:kotlin-bom:1.4.21
org.slf4j:jcl-over-slf4j:1.7.30
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Project properties
version=3.1.1-BETA.3
version=3.1.1-BETA.4
group=com.microsoft.azure

0 comments on commit 1697a8f

Please sign in to comment.