Skip to content

Fix VM options parsing from /proc/fs #9255

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 29, 2025
Merged

Conversation

PerfectSlayer
Copy link
Contributor

@PerfectSlayer PerfectSlayer commented Jul 28, 2025

What Does This Do

Fix VM options on Linux platform when parsing /proc/fs

Motivation

The classpath argument is not part of the VM option and must be excluded.
In addition, the path from classpath can lead to premature parsing end, leading to missed VM options.

Additional Notes

This is a follow up fix from the discussion with @jbachorik on #9130

Contributor Checklist

Jira ticket: LANGPLAT-699

@PerfectSlayer PerfectSlayer requested review from a team as code owners July 28, 2025 12:35
@PerfectSlayer PerfectSlayer requested review from sarahchen6 and removed request for a team July 28, 2025 12:35
@PerfectSlayer PerfectSlayer added type: bug Bug report and fix comp: platform Platform components labels Jul 28, 2025
@PerfectSlayer PerfectSlayer requested a review from smola July 28, 2025 12:35
@PerfectSlayer PerfectSlayer force-pushed the bbujon/environment-step3 branch from d61ab39 to d83f869 Compare July 28, 2025 12:36
@pr-commenter
Copy link

pr-commenter bot commented Jul 28, 2025

Benchmarks

Startup

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master bbujon/environment-step4
git_commit_date 1753774390 1753776073
git_commit_sha 24db888 c5a0eb1
release_version 1.51.1-SNAPSHOT~24db888627 1.51.1-SNAPSHOT~c5a0eb15ba
See matching parameters
Baseline Candidate
application insecure-bank insecure-bank
ci_job_date 1753777793 1753777793
ci_job_id 1052106702 1052106702
ci_pipeline_id 71983979 71983979
cpu_model Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz
kernel_version Linux runner-zfyrx7zua-project-304-concurrent-0-ebla6vqg 6.8.0-1031-aws #33~22.04.1-Ubuntu SMP Thu Jun 26 14:22:30 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux Linux runner-zfyrx7zua-project-304-concurrent-0-ebla6vqg 6.8.0-1031-aws #33~22.04.1-Ubuntu SMP Thu Jun 26 14:22:30 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
module Agent Agent
parent None None

Summary

Found 0 performance improvements and 0 performance regressions! Performance is the same for 49 metrics, 10 unstable metrics.

Startup time reports for insecure-bank
gantt
    title insecure-bank - global startup overhead: candidate=1.51.1-SNAPSHOT~c5a0eb15ba, baseline=1.51.1-SNAPSHOT~24db888627

    dateFormat X
    axisFormat %s
section tracing
Agent [baseline] (1.048 s) : 0, 1047806
Total [baseline] (8.602 s) : 0, 8601911
Agent [candidate] (1.053 s) : 0, 1052727
Total [candidate] (8.626 s) : 0, 8626271
section iast
Agent [baseline] (1.172 s) : 0, 1171678
Total [baseline] (9.348 s) : 0, 9347843
Agent [candidate] (1.174 s) : 0, 1173641
Total [candidate] (9.396 s) : 0, 9396353
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 1.048 s -
Agent iast 1.172 s 123.872 ms (11.8%)
Total tracing 8.602 s -
Total iast 9.348 s 745.932 ms (8.7%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 1.053 s -
Agent iast 1.174 s 120.914 ms (11.5%)
Total tracing 8.626 s -
Total iast 9.396 s 770.081 ms (8.9%)
gantt
    title insecure-bank - break down per module: candidate=1.51.1-SNAPSHOT~c5a0eb15ba, baseline=1.51.1-SNAPSHOT~24db888627

    dateFormat X
    axisFormat %s
section tracing
crashtracking [baseline] (1.442 ms) : 0, 1442
crashtracking [candidate] (1.446 ms) : 0, 1446
BytebuddyAgent [baseline] (732.582 ms) : 0, 732582
BytebuddyAgent [candidate] (737.035 ms) : 0, 737035
GlobalTracer [baseline] (242.187 ms) : 0, 242187
GlobalTracer [candidate] (243.654 ms) : 0, 243654
AppSec [baseline] (30.485 ms) : 0, 30485
AppSec [candidate] (30.645 ms) : 0, 30645
Debugger [baseline] (6.04 ms) : 0, 6040
Debugger [candidate] (6.091 ms) : 0, 6091
Remote Config [baseline] (666.881 µs) : 0, 667
Remote Config [candidate] (659.229 µs) : 0, 659
Telemetry [baseline] (13.405 ms) : 0, 13405
Telemetry [candidate] (12.035 ms) : 0, 12035
section iast
crashtracking [baseline] (1.428 ms) : 0, 1428
crashtracking [candidate] (1.438 ms) : 0, 1438
BytebuddyAgent [baseline] (846.089 ms) : 0, 846089
BytebuddyAgent [candidate] (847.17 ms) : 0, 847170
GlobalTracer [baseline] (230.735 ms) : 0, 230735
GlobalTracer [candidate] (231.313 ms) : 0, 231313
AppSec [baseline] (27.24 ms) : 0, 27240
AppSec [candidate] (26.695 ms) : 0, 26695
Debugger [baseline] (5.831 ms) : 0, 5831
Debugger [candidate] (5.855 ms) : 0, 5855
Remote Config [baseline] (600.946 µs) : 0, 601
Remote Config [candidate] (605.641 µs) : 0, 606
Telemetry [baseline] (8.116 ms) : 0, 8116
Telemetry [candidate] (8.268 ms) : 0, 8268
IAST [baseline] (30.669 ms) : 0, 30669
IAST [candidate] (31.281 ms) : 0, 31281
Loading
Startup time reports for petclinic
gantt
    title petclinic - global startup overhead: candidate=1.51.1-SNAPSHOT~c5a0eb15ba, baseline=1.51.1-SNAPSHOT~24db888627

    dateFormat X
    axisFormat %s
section tracing
Agent [baseline] (1.043 s) : 0, 1042925
Total [baseline] (10.745 s) : 0, 10745327
Agent [candidate] (1.045 s) : 0, 1044578
Total [candidate] (10.717 s) : 0, 10717415
section appsec
Agent [baseline] (1.228 s) : 0, 1228121
Total [baseline] (10.833 s) : 0, 10833314
Agent [candidate] (1.227 s) : 0, 1227230
Total [candidate] (10.795 s) : 0, 10794775
section iast
Agent [baseline] (1.176 s) : 0, 1176258
Total [baseline] (10.978 s) : 0, 10978293
Agent [candidate] (1.176 s) : 0, 1176435
Total [candidate] (10.977 s) : 0, 10976530
section profiling
Agent [baseline] (1.194 s) : 0, 1194189
Total [baseline] (10.884 s) : 0, 10883698
Agent [candidate] (1.2 s) : 0, 1200197
Total [candidate] (10.939 s) : 0, 10938886
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 1.043 s -
Agent appsec 1.228 s 185.196 ms (17.8%)
Agent iast 1.176 s 133.333 ms (12.8%)
Agent profiling 1.194 s 151.264 ms (14.5%)
Total tracing 10.745 s -
Total appsec 10.833 s 87.987 ms (0.8%)
Total iast 10.978 s 232.967 ms (2.2%)
Total profiling 10.884 s 138.372 ms (1.3%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 1.045 s -
Agent appsec 1.227 s 182.652 ms (17.5%)
Agent iast 1.176 s 131.857 ms (12.6%)
Agent profiling 1.2 s 155.619 ms (14.9%)
Total tracing 10.717 s -
Total appsec 10.795 s 77.36 ms (0.7%)
Total iast 10.977 s 259.115 ms (2.4%)
Total profiling 10.939 s 221.471 ms (2.1%)
gantt
    title petclinic - break down per module: candidate=1.51.1-SNAPSHOT~c5a0eb15ba, baseline=1.51.1-SNAPSHOT~24db888627

    dateFormat X
    axisFormat %s
section tracing
crashtracking [baseline] (1.433 ms) : 0, 1433
crashtracking [candidate] (1.429 ms) : 0, 1429
BytebuddyAgent [baseline] (731.626 ms) : 0, 731626
BytebuddyAgent [candidate] (731.027 ms) : 0, 731027
GlobalTracer [baseline] (241.803 ms) : 0, 241803
GlobalTracer [candidate] (241.498 ms) : 0, 241498
AppSec [baseline] (30.44 ms) : 0, 30440
AppSec [candidate] (30.335 ms) : 0, 30335
Debugger [baseline] (6.017 ms) : 0, 6017
Debugger [candidate] (6.015 ms) : 0, 6015
Remote Config [baseline] (653.348 µs) : 0, 653
Remote Config [candidate] (651.321 µs) : 0, 651
Telemetry [baseline] (9.886 ms) : 0, 9886
Telemetry [candidate] (12.587 ms) : 0, 12587
section appsec
crashtracking [baseline] (1.438 ms) : 0, 1438
crashtracking [candidate] (1.436 ms) : 0, 1436
BytebuddyAgent [baseline] (759.297 ms) : 0, 759297
BytebuddyAgent [candidate] (756.939 ms) : 0, 756939
GlobalTracer [baseline] (236.67 ms) : 0, 236670
GlobalTracer [candidate] (236.01 ms) : 0, 236010
AppSec [baseline] (169.668 ms) : 0, 169668
AppSec [candidate] (168.975 ms) : 0, 168975
Debugger [baseline] (6.546 ms) : 0, 6546
Debugger [candidate] (9.486 ms) : 0, 9486
Remote Config [baseline] (619.752 µs) : 0, 620
Remote Config [candidate] (621.594 µs) : 0, 622
Telemetry [baseline] (9.078 ms) : 0, 9078
Telemetry [candidate] (8.35 ms) : 0, 8350
IAST [baseline] (23.7 ms) : 0, 23700
IAST [candidate] (24.204 ms) : 0, 24204
section iast
crashtracking [baseline] (1.435 ms) : 0, 1435
crashtracking [candidate] (1.444 ms) : 0, 1444
BytebuddyAgent [baseline] (848.692 ms) : 0, 848692
BytebuddyAgent [candidate] (848.154 ms) : 0, 848154
GlobalTracer [baseline] (231.903 ms) : 0, 231903
GlobalTracer [candidate] (231.893 ms) : 0, 231893
AppSec [baseline] (28.845 ms) : 0, 28845
AppSec [candidate] (27.888 ms) : 0, 27888
Debugger [baseline] (7.778 ms) : 0, 7778
Debugger [candidate] (7.621 ms) : 0, 7621
Remote Config [baseline] (601.516 µs) : 0, 602
Remote Config [candidate] (589.391 µs) : 0, 589
Telemetry [baseline] (8.2 ms) : 0, 8200
Telemetry [candidate] (8.231 ms) : 0, 8231
IAST [baseline] (27.697 ms) : 0, 27697
IAST [candidate] (29.535 ms) : 0, 29535
section profiling
crashtracking [baseline] (1.401 ms) : 0, 1401
crashtracking [candidate] (1.414 ms) : 0, 1414
BytebuddyAgent [baseline] (760.635 ms) : 0, 760635
BytebuddyAgent [candidate] (764.702 ms) : 0, 764702
GlobalTracer [baseline] (220.984 ms) : 0, 220984
GlobalTracer [candidate] (221.559 ms) : 0, 221559
AppSec [baseline] (30.431 ms) : 0, 30431
AppSec [candidate] (30.572 ms) : 0, 30572
Debugger [baseline] (6.323 ms) : 0, 6323
Debugger [candidate] (6.33 ms) : 0, 6330
Remote Config [baseline] (695.817 µs) : 0, 696
Remote Config [candidate] (685.282 µs) : 0, 685
Telemetry [baseline] (16.16 ms) : 0, 16160
Telemetry [candidate] (16.036 ms) : 0, 16036
ProfilingAgent [baseline] (108.153 ms) : 0, 108153
ProfilingAgent [candidate] (109.164 ms) : 0, 109164
Profiling [baseline] (108.767 ms) : 0, 108767
Profiling [candidate] (109.819 ms) : 0, 109819
Loading

Load

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master bbujon/environment-step4
git_commit_date 1753774390 1753776073
git_commit_sha 24db888 c5a0eb1
release_version 1.51.1-SNAPSHOT~24db888627 1.51.1-SNAPSHOT~c5a0eb15ba
See matching parameters
Baseline Candidate
application insecure-bank insecure-bank
ci_job_date 1753777537 1753777537
ci_job_id 1052106703 1052106703
ci_pipeline_id 71983979 71983979
cpu_model Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz
kernel_version Linux runner-zfyrx7zua-project-304-concurrent-0-jacuf29f 6.8.0-1031-aws #33~22.04.1-Ubuntu SMP Thu Jun 26 14:22:30 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux Linux runner-zfyrx7zua-project-304-concurrent-0-jacuf29f 6.8.0-1031-aws #33~22.04.1-Ubuntu SMP Thu Jun 26 14:22:30 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux

Summary

Found 2 performance improvements and 2 performance regressions! Performance is the same for 8 metrics, 12 unstable metrics.

scenario Δ mean http_req_duration Δ mean throughput candidate mean http_req_duration candidate mean throughput baseline mean http_req_duration baseline mean throughput
scenario:load:insecure-bank:profiling:high_load worse
[+300.368µs; +595.348µs] or [+3.614%; +7.162%]
unstable
[-94.102op/s; +37.852op/s] or [-16.873%; +6.787%]
8.760ms 529.594op/s 8.312ms 557.719op/s
scenario:load:petclinic:iast:high_load better
[-3.360ms; -2.518ms] or [-7.235%; -5.421%]
unstable
[-0.309op/s; +13.884op/s] or [-0.306%; +13.775%]
43.504ms 107.575op/s 46.443ms 100.787op/s
scenario:load:petclinic:code_origins:high_load better
[-1.843ms; -1.034ms] or [-4.106%; -2.303%]
unstable
[-3.649op/s; +10.449op/s] or [-3.499%; +10.019%]
43.446ms 107.688op/s 44.885ms 104.287op/s
scenario:load:petclinic:profiling:high_load worse
[+1.264ms; +2.263ms] or [+2.635%; +4.716%]
unstable
[-10.170op/s; +3.320op/s] or [-10.425%; +3.403%]
49.743ms 94.125op/s 47.980ms 97.550op/s
Request duration reports for insecure-bank
gantt
    title insecure-bank - request duration [CI 0.99] : candidate=1.51.1-SNAPSHOT~c5a0eb15ba, baseline=1.51.1-SNAPSHOT~24db888627
    dateFormat X
    axisFormat %s
section baseline
no_agent (4.431 ms) : 4381, 4481
.   : milestone, 4431,
iast (9.346 ms) : 9193, 9498
.   : milestone, 9346,
iast_FULL (13.364 ms) : 13104, 13624
.   : milestone, 13364,
iast_GLOBAL (10.476 ms) : 10278, 10675
.   : milestone, 10476,
profiling (8.312 ms) : 8183, 8442
.   : milestone, 8312,
tracing (7.466 ms) : 7356, 7575
.   : milestone, 7466,
section candidate
no_agent (4.336 ms) : 4288, 4384
.   : milestone, 4336,
iast (9.351 ms) : 9191, 9512
.   : milestone, 9351,
iast_FULL (13.804 ms) : 13532, 14076
.   : milestone, 13804,
iast_GLOBAL (10.777 ms) : 10583, 10971
.   : milestone, 10777,
profiling (8.76 ms) : 8616, 8904
.   : milestone, 8760,
tracing (7.696 ms) : 7578, 7813
.   : milestone, 7696,
Loading
  • baseline results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 4.431 ms [4.381 ms, 4.481 ms] -
iast 9.346 ms [9.193 ms, 9.498 ms] 4.915 ms (110.9%)
iast_FULL 13.364 ms [13.104 ms, 13.624 ms] 8.933 ms (201.6%)
iast_GLOBAL 10.476 ms [10.278 ms, 10.675 ms] 6.045 ms (136.4%)
profiling 8.312 ms [8.183 ms, 8.442 ms] 3.881 ms (87.6%)
tracing 7.466 ms [7.356 ms, 7.575 ms] 3.035 ms (68.5%)
  • candidate results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 4.336 ms [4.288 ms, 4.384 ms] -
iast 9.351 ms [9.191 ms, 9.512 ms] 5.016 ms (115.7%)
iast_FULL 13.804 ms [13.532 ms, 14.076 ms] 9.468 ms (218.4%)
iast_GLOBAL 10.777 ms [10.583 ms, 10.971 ms] 6.441 ms (148.6%)
profiling 8.76 ms [8.616 ms, 8.904 ms] 4.424 ms (102.0%)
tracing 7.696 ms [7.578 ms, 7.813 ms] 3.36 ms (77.5%)
Request duration reports for petclinic
gantt
    title petclinic - request duration [CI 0.99] : candidate=1.51.1-SNAPSHOT~c5a0eb15ba, baseline=1.51.1-SNAPSHOT~24db888627
    dateFormat X
    axisFormat %s
section baseline
no_agent (38.616 ms) : 38310, 38923
.   : milestone, 38616,
appsec (47.7 ms) : 47266, 48135
.   : milestone, 47700,
code_origins (44.885 ms) : 44495, 45274
.   : milestone, 44885,
iast (46.443 ms) : 46038, 46847
.   : milestone, 46443,
profiling (47.98 ms) : 47525, 48435
.   : milestone, 47980,
tracing (43.694 ms) : 43324, 44064
.   : milestone, 43694,
section candidate
no_agent (38.115 ms) : 37806, 38424
.   : milestone, 38115,
appsec (47.83 ms) : 47397, 48263
.   : milestone, 47830,
code_origins (43.446 ms) : 43084, 43809
.   : milestone, 43446,
iast (43.504 ms) : 43126, 43881
.   : milestone, 43504,
profiling (49.743 ms) : 49271, 50216
.   : milestone, 49743,
tracing (44.955 ms) : 44582, 45328
.   : milestone, 44955,
Loading
  • baseline results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 38.616 ms [38.31 ms, 38.923 ms] -
appsec 47.7 ms [47.266 ms, 48.135 ms] 9.084 ms (23.5%)
code_origins 44.885 ms [44.495 ms, 45.274 ms] 6.268 ms (16.2%)
iast 46.443 ms [46.038 ms, 46.847 ms] 7.826 ms (20.3%)
profiling 47.98 ms [47.525 ms, 48.435 ms] 9.363 ms (24.2%)
tracing 43.694 ms [43.324 ms, 44.064 ms] 5.078 ms (13.1%)
  • candidate results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 38.115 ms [37.806 ms, 38.424 ms] -
appsec 47.83 ms [47.397 ms, 48.263 ms] 9.715 ms (25.5%)
code_origins 43.446 ms [43.084 ms, 43.809 ms] 5.331 ms (14.0%)
iast 43.504 ms [43.126 ms, 43.881 ms] 5.389 ms (14.1%)
profiling 49.743 ms [49.271 ms, 50.216 ms] 11.628 ms (30.5%)
tracing 44.955 ms [44.582 ms, 45.328 ms] 6.84 ms (17.9%)

Dacapo

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master bbujon/environment-step4
git_commit_date 1753774390 1753776073
git_commit_sha 24db888 c5a0eb1
release_version 1.51.1-SNAPSHOT~24db888627 1.51.1-SNAPSHOT~c5a0eb15ba
See matching parameters
Baseline Candidate
application biojava biojava
ci_job_date 1753778056 1753778056
ci_job_id 1052106704 1052106704
ci_pipeline_id 71983979 71983979
cpu_model Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz
kernel_version Linux runner-zfyrx7zua-project-304-concurrent-1-0zn8fz24 6.8.0-1031-aws #33~22.04.1-Ubuntu SMP Thu Jun 26 14:22:30 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux Linux runner-zfyrx7zua-project-304-concurrent-1-0zn8fz24 6.8.0-1031-aws #33~22.04.1-Ubuntu SMP Thu Jun 26 14:22:30 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux

Summary

Found 0 performance improvements and 0 performance regressions! Performance is the same for 11 metrics, 1 unstable metrics.

Execution time for tomcat
gantt
    title tomcat - execution time [CI 0.99] : candidate=1.51.1-SNAPSHOT~c5a0eb15ba, baseline=1.51.1-SNAPSHOT~24db888627
    dateFormat X
    axisFormat %s
section baseline
no_agent (1.477 ms) : 1466, 1489
.   : milestone, 1477,
appsec (3.679 ms) : 3462, 3895
.   : milestone, 3679,
iast (2.205 ms) : 2143, 2268
.   : milestone, 2205,
iast_GLOBAL (2.232 ms) : 2169, 2294
.   : milestone, 2232,
profiling (2.065 ms) : 2013, 2117
.   : milestone, 2065,
tracing (2.019 ms) : 1970, 2067
.   : milestone, 2019,
section candidate
no_agent (1.478 ms) : 1467, 1490
.   : milestone, 1478,
appsec (3.643 ms) : 3425, 3861
.   : milestone, 3643,
iast (2.195 ms) : 2132, 2257
.   : milestone, 2195,
iast_GLOBAL (2.248 ms) : 2185, 2312
.   : milestone, 2248,
profiling (2.045 ms) : 1995, 2096
.   : milestone, 2045,
tracing (2.022 ms) : 1973, 2071
.   : milestone, 2022,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.477 ms [1.466 ms, 1.489 ms] -
appsec 3.679 ms [3.462 ms, 3.895 ms] 2.202 ms (149.0%)
iast 2.205 ms [2.143 ms, 2.268 ms] 728.096 µs (49.3%)
iast_GLOBAL 2.232 ms [2.169 ms, 2.294 ms] 754.621 µs (51.1%)
profiling 2.065 ms [2.013 ms, 2.117 ms] 587.913 µs (39.8%)
tracing 2.019 ms [1.97 ms, 2.067 ms] 541.372 µs (36.6%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.478 ms [1.467 ms, 1.49 ms] -
appsec 3.643 ms [3.425 ms, 3.861 ms] 2.165 ms (146.5%)
iast 2.195 ms [2.132 ms, 2.257 ms] 716.767 µs (48.5%)
iast_GLOBAL 2.248 ms [2.185 ms, 2.312 ms] 770.334 µs (52.1%)
profiling 2.045 ms [1.995 ms, 2.096 ms] 567.323 µs (38.4%)
tracing 2.022 ms [1.973 ms, 2.071 ms] 543.791 µs (36.8%)
Execution time for biojava
gantt
    title biojava - execution time [CI 0.99] : candidate=1.51.1-SNAPSHOT~c5a0eb15ba, baseline=1.51.1-SNAPSHOT~24db888627
    dateFormat X
    axisFormat %s
section baseline
no_agent (15.514 s) : 15514000, 15514000
.   : milestone, 15514000,
appsec (14.861 s) : 14861000, 14861000
.   : milestone, 14861000,
iast (18.203 s) : 18203000, 18203000
.   : milestone, 18203000,
iast_GLOBAL (17.734 s) : 17734000, 17734000
.   : milestone, 17734000,
profiling (15.905 s) : 15905000, 15905000
.   : milestone, 15905000,
tracing (15.056 s) : 15056000, 15056000
.   : milestone, 15056000,
section candidate
no_agent (15.617 s) : 15617000, 15617000
.   : milestone, 15617000,
appsec (15.009 s) : 15009000, 15009000
.   : milestone, 15009000,
iast (18.678 s) : 18678000, 18678000
.   : milestone, 18678000,
iast_GLOBAL (18.041 s) : 18041000, 18041000
.   : milestone, 18041000,
profiling (15.259 s) : 15259000, 15259000
.   : milestone, 15259000,
tracing (14.835 s) : 14835000, 14835000
.   : milestone, 14835000,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 15.514 s [15.514 s, 15.514 s] -
appsec 14.861 s [14.861 s, 14.861 s] -653.0 ms (-4.2%)
iast 18.203 s [18.203 s, 18.203 s] 2.689 s (17.3%)
iast_GLOBAL 17.734 s [17.734 s, 17.734 s] 2.22 s (14.3%)
profiling 15.905 s [15.905 s, 15.905 s] 391.0 ms (2.5%)
tracing 15.056 s [15.056 s, 15.056 s] -458.0 ms (-3.0%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 15.617 s [15.617 s, 15.617 s] -
appsec 15.009 s [15.009 s, 15.009 s] -608.0 ms (-3.9%)
iast 18.678 s [18.678 s, 18.678 s] 3.061 s (19.6%)
iast_GLOBAL 18.041 s [18.041 s, 18.041 s] 2.424 s (15.5%)
profiling 15.259 s [15.259 s, 15.259 s] -358.0 ms (-2.3%)
tracing 14.835 s [14.835 s, 14.835 s] -782.0 ms (-5.0%)

@PerfectSlayer PerfectSlayer force-pushed the bbujon/environment-step3 branch from d83f869 to 476cb5f Compare July 28, 2025 15:37
Base automatically changed from bbujon/environment-step3 to master July 29, 2025 07:33
@PerfectSlayer PerfectSlayer force-pushed the bbujon/environment-step4 branch from b8b939f to c5a0eb1 Compare July 29, 2025 08:01
@PerfectSlayer PerfectSlayer enabled auto-merge (squash) July 29, 2025 11:07
@PerfectSlayer PerfectSlayer merged commit d7cc78c into master Jul 29, 2025
670 of 672 checks passed
@PerfectSlayer PerfectSlayer deleted the bbujon/environment-step4 branch July 29, 2025 11:15
@github-actions github-actions bot added this to the 1.52.0 milestone Jul 29, 2025
nayeem-kamal pushed a commit that referenced this pull request Aug 4, 2025
Signed-off-by: Nayeem Kamal <nayeem.kamal@datadoghq.com>
svc-squareup-copybara pushed a commit to cashapp/misk that referenced this pull request Aug 5, 2025
| Package | Type | Package file | Manager | Update | Change |
|---|---|---|---|---|---|
| [redis.clients:jedis](https://github.com/redis/jedis) | dependencies |
misk/gradle/libs.versions.toml | gradle | minor | `6.0.0` -> `6.1.0` |
|
[com.google.api.grpc:proto-google-common-protos](https://github.com/googleapis/sdk-platform-java)
| dependencies | misk/gradle/libs.versions.toml | gradle | minor |
`2.59.2` -> `2.60.0` |
|
[com.google.cloud:google-cloud-core-http](https://github.com/googleapis/sdk-platform-java)
| dependencies | misk/gradle/libs.versions.toml | gradle | minor |
`2.58.2` -> `2.59.0` |
|
[com.google.cloud:google-cloud-core](https://github.com/googleapis/sdk-platform-java)
| dependencies | misk/gradle/libs.versions.toml | gradle | minor |
`2.58.2` -> `2.59.0` |
| [com.google.api:gax](https://github.com/googleapis/sdk-platform-java)
| dependencies | misk/gradle/libs.versions.toml | gradle | minor |
`2.68.2` -> `2.69.0` |
| [com.squareup.wire](https://github.com/square/wire) | plugin |
misk/gradle/libs.versions.toml | gradle | patch | `5.3.5` -> `5.3.6` |
| [com.squareup.wire:wire-schema](https://github.com/square/wire) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch | `5.3.5`
-> `5.3.6` |
| [com.squareup.wire:wire-runtime](https://github.com/square/wire) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch | `5.3.5`
-> `5.3.6` |
| [com.squareup.wire:wire-reflector](https://github.com/square/wire) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch | `5.3.5`
-> `5.3.6` |
| [com.squareup.wire:wire-moshi-adapter](https://github.com/square/wire)
| dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`5.3.5` -> `5.3.6` |
| [com.squareup.wire:wire-grpc-client](https://github.com/square/wire) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch | `5.3.5`
-> `5.3.6` |
| [com.squareup.wire:wire-bom](https://github.com/square/wire) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch | `5.3.5`
-> `5.3.6` |
| [com.datadoghq:dd-trace-api](https://github.com/datadog/dd-trace-java)
| dependencies | misk/gradle/libs.versions.toml | gradle | minor |
`1.51.2` -> `1.52.0` |
| [software.amazon.awssdk:sdk-core](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.32.14` -> `2.32.15` |
| [software.amazon.awssdk:sqs](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.32.14` -> `2.32.15` |
| [software.amazon.awssdk:regions](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.32.14` -> `2.32.15` |
|
[software.amazon.awssdk:dynamodb-enhanced](https://aws.amazon.com/sdkforjava)
| dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.32.14` -> `2.32.15` |
| [software.amazon.awssdk:dynamodb](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.32.14` -> `2.32.15` |
| [software.amazon.awssdk:aws-core](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.32.14` -> `2.32.15` |
| [software.amazon.awssdk:bom](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.32.14` -> `2.32.15` |
| [software.amazon.awssdk:auth](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.32.14` -> `2.32.15` |

---

### Release Notes

<details>
<summary>redis/jedis (redis.clients:jedis)</summary>

### [`v6.1.0`](https://github.com/redis/jedis/releases/tag/v6.1.0):
6.1.0

### Changes

#### 🚀 New Features

- Add support for SVS-VAMANA vector indexing
([#&#8203;4222](redis/jedis#4222))
- Clarify why new stream entries aren't deleted with XDELEX
([#&#8203;4218](redis/jedis#4218))
- Add support for new stream commands
([#&#8203;4211](redis/jedis#4211))
- Add Support for New BITOP Operations in Redis 8.2
([#&#8203;4188](redis/jedis#4188))
([#&#8203;4190](redis/jedis#4190))
- Add binary stream support for XREAD and XREADGROUP
([#&#8203;3566](redis/jedis#3566))
([#&#8203;4152](redis/jedis#4152))
- Run pipeline in current thread if all the keys on same node
([#&#8203;4149](redis/jedis#4149))

#### 🐛 Bug Fixes

- Restore binary compatibility of SetParams
([#&#8203;4225](redis/jedis#4225))
- Fix memory leak in JedisClusterInfoCache - replica nodes not cleared
([#&#8203;4205](redis/jedis#4205))
- Fix:JedisCluster throws NullPointerException when maxAttempts is set
to 0 ([#&#8203;4186](redis/jedis#4186))

#### 🧰 Maintenance

- DOC-5471 time series doc examples
([#&#8203;4210](redis/jedis#4210))
- Bump jackson.version from 2.19.1 to 2.19.2
([#&#8203;4208](redis/jedis#4208))
- Fix flaky test ClientCommandsTest.killSkipmeYesNo
([#&#8203;4206](redis/jedis#4206))
- Bump org.junit:junit-bom from 5.13.2 to 5.13.3
([#&#8203;4198](redis/jedis#4198))
- Migrate publishing to Maven Central Portal
([#&#8203;4199](redis/jedis#4199))
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.7 to 3.2.8
([#&#8203;4197](redis/jedis#4197))
- Bump org.junit:junit-bom from 5.13.1 to 5.13.2
([#&#8203;4192](redis/jedis#4192))
- DOC-5227 added probabilistic data type examples
([#&#8203;4184](redis/jedis#4184))
- Bump jackson.version from 2.19.0 to 2.19.1
([#&#8203;4180](redis/jedis#4180))
- Update test infra to use latest Redis
([#&#8203;4179](redis/jedis#4179))
- Bump org.junit:junit-bom from 5.13.0-RC1 to 5.13.1
([#&#8203;4174](redis/jedis#4174))
- Bump org.json:json from
[`2025010`](redis/jedis@20250107) to
[`2025051`](redis/jedis@20250517)
([#&#8203;4171](redis/jedis#4171))
- Bump org.apache.httpcomponents.client5:httpclient5-fluent from 5.4.4
to 5.5 ([#&#8203;4170](redis/jedis#4170))
- Fix flaky tests in DocumentTest
([#&#8203;3617](redis/jedis#3617))
- Add retryable command execution example
([#&#8203;3780](redis/jedis#3780))
- Bump jackson.version from 2.18.3 to 2.19.0
([#&#8203;4160](redis/jedis#4160))
- Bump com.google.code.gson:gson from 2.12.1 to 2.13.1
([#&#8203;4161](redis/jedis#4161))

#### Contributors

We'd like to thank all the contributors who worked on this release!

[@&#8203;219sansim](https://github.com/219sansim),
[@&#8203;YoHanKi](https://github.com/YoHanKi),
[@&#8203;andy-stark-redis](https://github.com/andy-stark-redis),
[@&#8203;ggivo](https://github.com/ggivo),
[@&#8203;jujn](https://github.com/jujn),
[@&#8203;thachlp](https://github.com/thachlp),
[@&#8203;uglide](https://github.com/uglide) and
[@&#8203;xrayw](https://github.com/xrayw)

</details>

<details>
<summary>googleapis/sdk-platform-java
(com.google.api.grpc:proto-google-common-protos)</summary>

###
[`v2.60.0`](https://github.com/googleapis/sdk-platform-java/blob/HEAD/CHANGELOG.md#2600-2025-06-23)

##### Features

- handle auto pagination for BigQuery v2
([#&#8203;3829](googleapis/sdk-platform-java#3829))
([025c84c](googleapis/sdk-platform-java@025c84c))

##### Dependencies

- update google auth library dependencies to v1.37.1
([#&#8203;3846](googleapis/sdk-platform-java#3846))
([ea1d9e5](googleapis/sdk-platform-java@ea1d9e5))
- update google http client dependencies to v1.47.1
([#&#8203;3848](googleapis/sdk-platform-java#3848))
([a9a39d7](googleapis/sdk-platform-java@a9a39d7))

</details>

<details>
<summary>square/wire (com.squareup.wire)</summary>

###
[`v5.3.6`](https://github.com/square/wire/blob/HEAD/CHANGELOG.md#Version-536)

[Compare Source](square/wire@5.3.5...5.3.6)

*2025-08-05*

##### CLI

- New CLI option `--ignore_unused_roots_and_prunes`
([#&#8203;3354](square/wire#3354))

##### JVM

- Fix: Handle negative hexadecimal in default values
([#&#8203;3355](square/wire#3355))
- Optimization: Avoid copying of repeated and map types when
mutableTypes are being used
([#&#8203;3352](square/wire#3352) by \[Rahul
Ravikumar]\[tikurahul])

##### Swift

- Fix: Properly disambiguate OneOf enum if it has the same name as
enclosing type
([#&#8203;3350](square/wire#3350) by
\[Dimitris Koutsogiorgas]\[dnkoutso])

</details>

<details>
<summary>datadog/dd-trace-java (com.datadoghq:dd-trace-api)</summary>

###
[`v1.52.0`](https://github.com/DataDog/dd-trace-java/releases/tag/v1.52.0):
1.52.0

### Components

#### Application Security Management (WAF)

- ✨ Only report ASM\_DD, ASM\_DATA and ASM capabilities when
AppSec is enabled
([#&#8203;9260](DataDog/dd-trace-java#9260) -
[@&#8203;manuel-alvarez-alvarez](https://github.com/manuel-alvarez-alvarez))
- 🐛 Fix NPE in AppSecConfigServiceImpl
([#&#8203;9165](DataDog/dd-trace-java#9165) -
[@&#8203;manuel-alvarez-alvarez](https://github.com/manuel-alvarez-alvarez))
- 🐛 Fix AppSec play.mvc.StatusHeader instrumentation for play 2.6
([#&#8203;9160](DataDog/dd-trace-java#9160) -
[@&#8203;manuel-alvarez-alvarez](https://github.com/manuel-alvarez-alvarez))

#### Build & Tooling

- ✨📖 Automatically register crashtracking via native
extensions
([#&#8203;8851](DataDog/dd-trace-java#8851) -
[@&#8203;MattAlp](https://github.com/MattAlp))

#### Configuration at Runtime

- ✨ Create activation origin config for telemetry
([#&#8203;9064](DataDog/dd-trace-java#9064) -
[@&#8203;sezen-datadog](https://github.com/sezen-datadog))

#### Continuous Integration Visibility

- ✨ Update GitLab provided tags
([#&#8203;9275](DataDog/dd-trace-java#9275) -
[@&#8203;daniel-mohedano](https://github.com/daniel-mohedano))
- 🐛 Fix base branch SHA usage in GitHub Actions
([#&#8203;9257](DataDog/dd-trace-java#9257) -
[@&#8203;daniel-mohedano](https://github.com/daniel-mohedano))
- ✨ Add `ci.job.id` tag
([#&#8203;9256](DataDog/dd-trace-java#9256) -
[@&#8203;daniel-mohedano](https://github.com/daniel-mohedano))
- ✨ Add new org to Weaver instrumentation
([#&#8203;9235](DataDog/dd-trace-java#9235) -
[@&#8203;daniel-mohedano](https://github.com/daniel-mohedano) - thanks
for the contribution!)
- ✨ Improve Git commit info building
([#&#8203;9210](DataDog/dd-trace-java#9210) -
[@&#8203;daniel-mohedano](https://github.com/daniel-mohedano))
- ✨ Update Attempt to Fix to v5
([#&#8203;9145](DataDog/dd-trace-java#9145) -
[@&#8203;daniel-mohedano](https://github.com/daniel-mohedano))

#### Crash tracking

- ✨📖 Automatically register crashtracking via native
extensions
([#&#8203;8851](DataDog/dd-trace-java#8851) -
[@&#8203;MattAlp](https://github.com/MattAlp))

#### Data Streams Monitoring

- ✨ Reduce DSM CPU overheard
([#&#8203;9151](DataDog/dd-trace-java#9151) -
[@&#8203;kr-igor](https://github.com/kr-igor))
- ✨⚡ DSM optimizations for high throughput scenarios
([#&#8203;9137](DataDog/dd-trace-java#9137) -
[@&#8203;kr-igor](https://github.com/kr-igor))

#### Database Monitoring

- 🐛 Fix duplicate trace injection for SQL Server and Oracle DBM full
propagation mode
([#&#8203;9224](DataDog/dd-trace-java#9224) -
[@&#8203;lu-zhengda](https://github.com/lu-zhengda))

#### Dynamic Instrumentation

- 🐛 Add URI in string primitives
([#&#8203;9285](DataDog/dd-trace-java#9285) -
[@&#8203;jpbempel](https://github.com/jpbempel))
- ✨ Increase SourceFile tracking max queue size
([#&#8203;9271](DataDog/dd-trace-java#9271) -
[@&#8203;jpbempel](https://github.com/jpbempel))
- ✨ Add capping on SourceFile tracking queue
([#&#8203;9245](DataDog/dd-trace-java#9245) -
[@&#8203;jpbempel](https://github.com/jpbempel))
- ✨ Add third-party filtering in SourceFile tracking
([#&#8203;9205](DataDog/dd-trace-java#9205) -
[@&#8203;jpbempel](https://github.com/jpbempel))

#### ML Observability (LLMObs)

- ✨ Add methods to capture embedding and retrieval spans
([#&#8203;9297](DataDog/dd-trace-java#9297) -
[@&#8203;nayeem-kamal](https://github.com/nayeem-kamal))

#### Metrics

- ✨ Change primary client stats configuration key
([#&#8203;9196](DataDog/dd-trace-java#9196) -
[@&#8203;amarziali](https://github.com/amarziali))
- ✨ Calculate client stats also if the span kind is eligible
([#&#8203;9157](DataDog/dd-trace-java#9157) -
[@&#8203;amarziali](https://github.com/amarziali))
- ✨ Backpropagate peer tags
([#&#8203;9144](DataDog/dd-trace-java#9144) -
[@&#8203;bric3](https://github.com/bric3))
- 🐛 Make client stats reliable in case of downgrade
([#&#8203;9136](DataDog/dd-trace-java#9136) -
[@&#8203;amarziali](https://github.com/amarziali))

#### Platform components

- 🐛 Fix VM options parsing from /proc/fs
([#&#8203;9255](DataDog/dd-trace-java#9255) -
[@&#8203;PerfectSlayer](https://github.com/PerfectSlayer))

#### Profiling

- ✨ Switch profile compression to zstd default
([#&#8203;9293](DataDog/dd-trace-java#9293) -
[@&#8203;jbachorik](https://github.com/jbachorik))

- ✨ Bump ddprof to 1.29.0
([#&#8203;9262](DataDog/dd-trace-java#9262) -
[@&#8203;zhengyu123](https://github.com/zhengyu123))
- Potential memory leak and race with the JVMTI wallclock sampler by
[@&#8203;zhengyu123](https://github.com/zhengyu123) in
DataDog/java-profiler#234
- Downport async-profiler no-allocation changes by
[@&#8203;zhengyu123](https://github.com/zhengyu123) in
DataDog/java-profiler#245
- Adopt openjdk safefetch by
[@&#8203;zhengyu123](https://github.com/zhengyu123) in
DataDog/java-profiler#246
- Safe fetch 64-bit value and pointer by
[@&#8203;zhengyu123](https://github.com/zhengyu123) in
DataDog/java-profiler#247
- Rebase on Async-Profiler 4.1 by
[@&#8203;jbachorik](https://github.com/jbachorik) in
DataDog/java-profiler#252
- Patch upstream stackWalker.cpp not to fail on unaligned access by
[@&#8203;jbachorik](https://github.com/jbachorik) in
DataDog/java-profiler#218
- Remap thread id to avoid bitmap contention by
[@&#8203;zhengyu123](https://github.com/zhengyu123) in
DataDog/java-profiler#229
- Improve performance using Unsafe to activate/deactivate thread filter
by [@&#8203;zhengyu123](https://github.com/zhengyu123) in
DataDog/java-profiler#230
- Unify context propagation by
[@&#8203;zhengyu123](https://github.com/zhengyu123) in
DataDog/java-profiler#231

- 🐛 Fix the profiler stackdepth setting propagation in recent (22+)
Java versions
([#&#8203;9130](DataDog/dd-trace-java#9130) -
[@&#8203;jbachorik](https://github.com/jbachorik))

#### Realtime User Monitoring

- ✨ Wrap servlet original PrintWriter on rum injector
([#&#8203;9146](DataDog/dd-trace-java#9146) -
[@&#8203;amarziali](https://github.com/amarziali))

#### Telemetry

- ✨ Create activation origin config for telemetry
([#&#8203;9064](DataDog/dd-trace-java#9064) -
[@&#8203;sezen-datadog](https://github.com/sezen-datadog))

#### Tracer core

- ✨⚡ Reduce span construction overhead by switching to
optimized TagMap
([#&#8203;8589](DataDog/dd-trace-java#8589) -
[@&#8203;dougqh](https://github.com/dougqh))
- 🐛 Match Hands Off Config selectors on process\_arguments value
([#&#8203;9201](DataDog/dd-trace-java#9201) -
[@&#8203;paullegranddc](https://github.com/paullegranddc))
- ✨ Move JSON generation to sender thread to improve startup
time.
([#&#8203;9197](DataDog/dd-trace-java#9197) -
[@&#8203;AlexeyKuznetsov-DD](https://github.com/AlexeyKuznetsov-DD))
- ✨ Improve agent to avoid loading global config on main thread
([#&#8203;9190](DataDog/dd-trace-java#9190) -
[@&#8203;PerfectSlayer](https://github.com/PerfectSlayer))
- ✨ add injection metadata fields to telemetry forwarder
([#&#8203;9185](DataDog/dd-trace-java#9185) -
[@&#8203;sydney-tung](https://github.com/sydney-tung))
- 🐛 Avoid race conditions on feature discovery during Writer
creation
([#&#8203;9173](DataDog/dd-trace-java#9173) -
[@&#8203;daniel-mohedano](https://github.com/daniel-mohedano))
- ✨ Surface potential root cause when agent initialization
errors
([#&#8203;9170](DataDog/dd-trace-java#9170) -
[@&#8203;AlexeyKuznetsov-DD](https://github.com/AlexeyKuznetsov-DD))
- 💡 Support adding W3C baggage as span tags
([#&#8203;9169](DataDog/dd-trace-java#9169) -
[@&#8203;rachelyangdog](https://github.com/rachelyangdog))
- ✨⚡ Align our default classloader excludes with OTel
([#&#8203;9161](DataDog/dd-trace-java#9161) -
[@&#8203;mcculls](https://github.com/mcculls))
- ✨ Backpropagate container tags hash coming from the info
endpoint
([#&#8203;9156](DataDog/dd-trace-java#9156) -
[@&#8203;amarziali](https://github.com/amarziali))
- 🐛 Avoid race conditions and multiple agent discovery feature
states
([#&#8203;9135](DataDog/dd-trace-java#9135) -
[@&#8203;amarziali](https://github.com/amarziali))

### Instrumentations

#### AWS SDK instrumentation

- ✨ Enhance Service Representation for Serverless
([#&#8203;9203](DataDog/dd-trace-java#9203) -
[@&#8203;zarirhamza](https://github.com/zarirhamza))

#### gRPC instrumentation

- 🐛 Add check to prevent injection of repeated GRPC headers
([#&#8203;9246](DataDog/dd-trace-java#9246) -
[@&#8203;mhlidd](https://github.com/mhlidd))

#### JDBC instrumentation

- 🐛 Fix duplicate trace injection for SQL Server and Oracle DBM full
propagation mode
([#&#8203;9224](DataDog/dd-trace-java#9224) -
[@&#8203;lu-zhengda](https://github.com/lu-zhengda))

#### Play Framework instrumentation

- 🐛 Fix AppSec play.mvc.StatusHeader instrumentation for play 2.6
([#&#8203;9160](DataDog/dd-trace-java#9160) -
[@&#8203;manuel-alvarez-alvarez](https://github.com/manuel-alvarez-alvarez))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 6pm every weekday,before 2am
every weekday" in timezone Australia/Melbourne, Automerge - At any time
(no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://github.com/renovatebot/renovate).

GitOrigin-RevId: 9da36329ffa552291a640381780b608ef6513e29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp: platform Platform components type: bug Bug report and fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants