Skip to content

Commit a63cb8c

Browse files
committed
Fix Unexpected error while reading stable configuration in tests
1 parent f5bcaf7 commit a63cb8c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

dd-java-agent/agent-bootstrap/src/main/java/datadog/trace/bootstrap/Constants.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ public final class Constants {
1515
*/
1616
public static final String[] BOOTSTRAP_PACKAGE_PREFIXES = {
1717
"datadog.slf4j",
18+
"datadog.common.filesystem",
1819
"datadog.context",
1920
"datadog.environment",
2021
"datadog.json",

dd-java-agent/instrumentation-testing/src/main/java/datadog/trace/agent/test/BootstrapClasspathSetupListener.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ public void launcherSessionOpened(LauncherSession session) {
6262
*/
6363
public static final String[] BOOTSTRAP_PACKAGE_PREFIXES_COPY = {
6464
"datadog.slf4j",
65+
"datadog.common.filesystem",
6566
"datadog.context",
6667
"datadog.environment",
6768
"datadog.json",

0 commit comments

Comments
 (0)