Commit 553bc3e
remove(appsec): delete dead DD_APPSEC_REPORTING_INBAND and DD_APPSEC_REPORT_TIMEOUT config keys (#11664)
remove(appsec): delete dead DD_APPSEC_REPORTING_INBAND and DD_APPSEC_REPORT_TIMEOUT config keys
Both config keys were introduced in 2021 (reporting inband in #1d1fc13,
report timeout in #2fd53d8) but the classes that consumed them
(InbandReportServiceImpl and ReportServiceImpl) were subsequently removed.
The getters isAppSecReportingInband(), getAppSecReportMinTimeout() and
getAppSecReportMaxTimeout() are now dead code — no caller exists in the
codebase. Remove the constants, defaults, fields, assignments and getters.
Refs: APPSEC-68459
remove(appsec): delete dead DD_APPSEC_REPORTING_INBAND and DD_APPSEC_REPORT_TIMEOUT from supported-configurations metadata
Follow-up to the previous commit removing these keys from Config.java.
The metadata/supported-configurations.json entries for
DD_APPSEC_REPORTING_INBAND and DD_APPSEC_REPORT_TIMEOUT were still
advertising these config keys as supported, which caused GeneratedSupportedConfigurations
to include them even though Config no longer reads them.
Merge branch 'master' into alejandro.gonzalez/APPSEC-68459-remove-dead-appsec-config
Merge branch 'master' into alejandro.gonzalez/APPSEC-68459-remove-dead-appsec-config
Co-authored-by: devflow.devflow-routing-intake <devflow.devflow-routing-intake@kubernetes.us1.ddbuild.io>1 parent 4cf4023 commit 553bc3e
4 files changed
Lines changed: 0 additions & 45 deletions
File tree
- dd-trace-api/src/main/java/datadog/trace/api
- config
- internal-api/src/main/java/datadog/trace/api
- metadata
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
144 | 143 | | |
145 | 144 | | |
146 | 145 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | | - | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
233 | 232 | | |
234 | 233 | | |
235 | 234 | | |
236 | | - | |
237 | | - | |
238 | 235 | | |
239 | 236 | | |
240 | 237 | | |
| |||
1071 | 1068 | | |
1072 | 1069 | | |
1073 | 1070 | | |
1074 | | - | |
1075 | 1071 | | |
1076 | | - | |
1077 | | - | |
1078 | 1072 | | |
1079 | 1073 | | |
1080 | 1074 | | |
| |||
2463 | 2457 | | |
2464 | 2458 | | |
2465 | 2459 | | |
2466 | | - | |
2467 | | - | |
2468 | 2460 | | |
2469 | 2461 | | |
2470 | | - | |
2471 | | - | |
2472 | | - | |
2473 | | - | |
2474 | 2462 | | |
2475 | 2463 | | |
2476 | 2464 | | |
| |||
4098 | 4086 | | |
4099 | 4087 | | |
4100 | 4088 | | |
4101 | | - | |
4102 | | - | |
4103 | | - | |
4104 | | - | |
4105 | | - | |
4106 | | - | |
4107 | | - | |
4108 | | - | |
4109 | | - | |
4110 | | - | |
4111 | | - | |
4112 | | - | |
4113 | 4089 | | |
4114 | 4090 | | |
4115 | 4091 | | |
| |||
6570 | 6546 | | |
6571 | 6547 | | |
6572 | 6548 | | |
6573 | | - | |
6574 | | - | |
6575 | 6549 | | |
6576 | 6550 | | |
6577 | 6551 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
361 | 361 | | |
362 | 362 | | |
363 | 363 | | |
364 | | - | |
365 | | - | |
366 | | - | |
367 | | - | |
368 | | - | |
369 | | - | |
370 | | - | |
371 | | - | |
372 | | - | |
373 | | - | |
374 | | - | |
375 | | - | |
376 | | - | |
377 | | - | |
378 | | - | |
379 | | - | |
380 | 364 | | |
381 | 365 | | |
382 | 366 | | |
| |||
0 commit comments