Commit e48da7a
committed
refactor: remove duplicate metrics aggregator service from rqueue-web
Clean up duplicate RqueueJobMetricsAggregatorService from rqueue-web/src/main/java after moving the interface to rqueue-core/metrics as RqueueMetricsAggregatorService.
Move the test RqueueTaskMetricsAggregatorServiceTest from rqueue-web to rqueue-core/src/test/java/com/github/sonus21/rqueue/metrics/, updating package declarations and class references to use the renamed RqueueMetricsAggregatorService.
This ensures a single source of truth for the metrics aggregator interface in the core module.
Assisted-By: Claude Code1 parent ae30092 commit e48da7a
2 files changed
Lines changed: 3 additions & 341 deletions
File tree
- rqueue-core/src/test/java/com/github/sonus21/rqueue/metrics
- rqueue-web/src/main/java/com/github/sonus21/rqueue/web/service
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
Lines changed: 0 additions & 338 deletions
This file was deleted.
0 commit comments