Skip to content

Commit 336a59d

Browse files
authored
Update changelog for 3.4.17 (#3300)
1 parent 9235244 commit 336a59d

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# CHANGELOG
22

3+
## Version 3.4.17 GA (09/18/2023)
4+
5+
### Enhancements:
6+
7+
* Update to OpenTelemetry Java 1.30 ([#3292](https://github.com/microsoft/ApplicationInsights-Java/pull/3292))
8+
* GA Azure Active Directory authentication ([#3284](https://github.com/microsoft/ApplicationInsights-Java/pull/3284))
9+
* Enable sampling overrides using thread.name ([#3285](https://github.com/microsoft/ApplicationInsights-Java/pull/3285))
10+
11+
### Bug fixes:
12+
13+
* Fix regression in 3.4.16 where default applicationinsights.json config location is not loaded in AppServices, Azure Functions, and AKS ([#3288](https://github.com/microsoft/ApplicationInsights-Java/pull/3288))
14+
315
## Version 3.4.16 GA
416

517
### Enhancements:

smoke-tests/apps/SamplingOverrides/src/smokeTest/java/com/microsoft/applicationinsights/smoketest/SamplingOverridesThreadName.java

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
import static com.microsoft.applicationinsights.smoketest.EnvironmentValue.TOMCAT_8_JAVA_20;
1111
import static com.microsoft.applicationinsights.smoketest.EnvironmentValue.TOMCAT_8_JAVA_8;
1212
import static com.microsoft.applicationinsights.smoketest.EnvironmentValue.TOMCAT_8_JAVA_8_OPENJ9;
13-
import static com.microsoft.applicationinsights.smoketest.EnvironmentValue.WILDFLY_13_JAVA_8;
14-
import static com.microsoft.applicationinsights.smoketest.EnvironmentValue.WILDFLY_13_JAVA_8_OPENJ9;
1513
import static org.assertj.core.api.Assertions.assertThat;
1614

1715
import org.junit.jupiter.api.Test;
@@ -50,9 +48,5 @@ static class Tomcat8Java19Test extends SamplingOverridesThreadName {}
5048
@Environment(TOMCAT_8_JAVA_20)
5149
static class Tomcat8Java20Test extends SamplingOverridesThreadName {}
5250

53-
@Environment(WILDFLY_13_JAVA_8)
54-
static class Wildfly13Java8Test extends SamplingOverridesThreadName {}
55-
56-
@Environment(WILDFLY_13_JAVA_8_OPENJ9)
57-
static class Wildfly13Java8OpenJ9Test extends SamplingOverridesThreadName {}
51+
// intentionally not including wildfly, since this test is set up for Tomcat thread names
5852
}

0 commit comments

Comments
 (0)