Skip to content
Merged
Show file tree
Hide file tree
Changes from 21 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
99d5900
Remove com.fasterxml.jackson:jackson-bom
heyams Sep 27, 2024
6eb4295
Migrate profiler code from jackson json to azure-json
heyams Oct 4, 2024
f0bff11
Merge branch 'main' into heya/migrate-profiler-to-azure-json
heyams Oct 4, 2024
90dc639
Rewrite AlertApiModule
heyams Oct 4, 2024
55066b0
Fix errorprone
heyams Oct 7, 2024
d8d3083
Fix
heyams Oct 7, 2024
3d881b6
Convert ProcessData
heyams Oct 8, 2024
eed49c4
Convert more classes
heyams Oct 8, 2024
c9d2776
Fix errorprone
heyams Oct 8, 2024
06d3cea
Exclude
heyams Oct 8, 2024
6dde2ed
Delete unused module
heyams Oct 8, 2024
cb21e74
Merge remote-tracking branch 'origin/main' into heya/migrate-profiler…
heyams Oct 8, 2024
a716f90
Fix
heyams Oct 8, 2024
efa85f8
Convert ProfilerConfiguration
heyams Oct 8, 2024
2e3dbae
Fix
heyams Oct 9, 2024
47ccc0c
Fix
heyams Oct 17, 2024
72378db
Merge branch 'main' into heya/migrate-profiler-to-azure-json
heyams Oct 17, 2024
a4f6c13
Fix
heyams Oct 17, 2024
b021bc3
Merge branch 'heya/migrate-profiler-to-azure-json' of https://github.…
heyams Oct 17, 2024
f91cac4
Remove jackson-bom from runtimeClasspath
heyams Oct 17, 2024
87bd31a
Fix spotbug
heyams Oct 17, 2024
06bc3b8
Merge remote-tracking branch 'origin/main' into heya/migrate-profiler…
heyams Oct 21, 2024
8df71eb
Fix spotbug
heyams Oct 21, 2024
4a6c6c6
Fix more spotbug
heyams Oct 21, 2024
4277480
Fix smoketest
heyams Oct 22, 2024
9ae4aa4
Comments
heyams Oct 22, 2024
1f2f8c2
Update
heyams Oct 23, 2024
6b41ef6
Add null check for enum type
heyams Oct 23, 2024
6d2c716
Remove comments
heyams Oct 23, 2024
708aa21
Merge branch 'main' into heya/migrate-profiler-to-azure-json
heyams Oct 23, 2024
163f35e
Merge remote-tracking branch 'origin/main' into heya/migrate-profiler…
trask Nov 10, 2024
0ec7f86
Remove unused
trask Nov 10, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion agent/agent-bootstrap/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
com.azure:azure-sdk-bom:1.2.28=runtimeClasspath
com.fasterxml.jackson:jackson-bom:2.17.2=runtimeClasspath
io.netty:netty-bom:4.1.114.Final=runtimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.8.0-alpha=runtimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.8.0=runtimeClasspath
Expand Down
1 change: 0 additions & 1 deletion agent/agent-for-testing/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
com.azure:azure-sdk-bom:1.2.28=runtimeClasspath
com.fasterxml.jackson:jackson-bom:2.17.2=runtimeClasspath
io.netty:netty-bom:4.1.114.Final=runtimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.8.0-alpha=runtimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.8.0=runtimeClasspath
Expand Down
1 change: 0 additions & 1 deletion agent/agent-gc-monitor/gc-monitor-api/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
com.azure:azure-sdk-bom:1.2.28=runtimeClasspath
com.fasterxml.jackson:jackson-bom:2.17.2=runtimeClasspath
com.google.errorprone:error_prone_annotations:2.32.0=runtimeClasspath
io.netty:netty-bom:4.1.114.Final=runtimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.8.0-alpha=runtimeClasspath
Expand Down
1 change: 0 additions & 1 deletion agent/agent-gc-monitor/gc-monitor-core/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
com.azure:azure-sdk-bom:1.2.28=runtimeClasspath
com.fasterxml.jackson:jackson-bom:2.17.2=runtimeClasspath
com.google.errorprone:error_prone_annotations:2.32.0=runtimeClasspath
io.netty:netty-bom:4.1.114.Final=runtimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.8.0-alpha=runtimeClasspath
Expand Down
1 change: 0 additions & 1 deletion agent/agent-gc-monitor/gc-monitor-tests/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
com.azure:azure-sdk-bom:1.2.28=runtimeClasspath
com.fasterxml.jackson:jackson-bom:2.17.2=runtimeClasspath
io.netty:netty-bom:4.1.114.Final=runtimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.8.0-alpha=runtimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.8.0=runtimeClasspath
Expand Down
3 changes: 1 addition & 2 deletions agent/agent-profiler/agent-alerting-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ if (project.properties.containsKey("publish-diagnostics")) {
}

dependencies {
compileOnly("com.fasterxml.jackson.core:jackson-annotations")
compileOnly("com.fasterxml.jackson.core:jackson-databind")
compileOnly("com.azure:azure-json")
compileOnly("com.google.auto.value:auto-value-annotations")
annotationProcessor("com.google.auto.value:auto-value")
}
1 change: 0 additions & 1 deletion agent/agent-profiler/agent-alerting-api/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
com.azure:azure-sdk-bom:1.2.28=runtimeClasspath
com.fasterxml.jackson:jackson-bom:2.17.2=runtimeClasspath
io.netty:netty-bom:4.1.114.Final=runtimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.8.0-alpha=runtimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.8.0=runtimeClasspath
Expand Down
Loading
Loading