Skip to content

Commit d898b43

Browse files
authored
Relocate Guava (#787)
* fix build script * update changelog
1 parent 32361a7 commit d898b43

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# CHANGELOG
22

33
# Version 2.3.0
4+
- Introducing Application Insights SpringBoot Starter 1.1.1 (GA VERSION).
5+
- Fix [#784](https://github.com/Microsoft/ApplicationInsights-Java/issues/784) Shade guava dependency.
46
- [#716](https://github.com/Microsoft/ApplicationInsights-Java/issues/716) Introduced W3C Distributed tracing protocol.
57

68
# Version 2.2.1

web/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ shadowJar {
5454
classifier=''
5555
relocate 'org.apache.http', 'com.microsoft.applicationinsights.web.dependencies.http'
5656
relocate 'org.apache.commons', 'com.microsoft.applicationinsights.web.dependencies.apachecommons'
57+
relocate 'com.google', "com.microsoft.applicationinsights.web.dependencies.google"
5758
}
5859

5960
jar {

0 commit comments

Comments
 (0)