File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
5960jar {
You can’t perform that action at this time.
0 commit comments