Commit 14d6aff
committed
Rename Spring javaagent packages to follow module-naming convention
Applies the pattern from #18181 (Vert.x javaagent package renames) to
six Spring javaagent modules, using dot-split form for multi-word
project names (matching upstream Spring package layout and existing
spring-security-config-6.0 precedent). Library packages and
version-suffixed packages that already match the convention are left
unchanged.
| Module | Old package | New package |
|---|---|---|
| spring-boot-actuator-autoconfigure-2.0 | spring.actuator.v2_0 | spring.boot.actuator.v2_0 |
| spring-cloud-aws-3.0 | spring.aws | spring.cloud.aws.v3_0 |
| spring-cloud-gateway-2.0 | spring.gateway.v2_0 | spring.cloud.gateway.v2_0 |
| spring-cloud-gateway-common | spring.gateway.common | spring.cloud.gateway.common |
| spring-cloud-gateway-webmvc-4.3 | spring.gateway.webmvc.v5_0 | spring.cloud.gateway.webmvc.v4_3 |
| spring-webmvc-common | spring.webmvc | spring.webmvc.common |
The spring-cloud-gateway-webmvc-4.3 rename also corrects the package
version segment (was v5_0, now v4_3 to match the module directory).
The spring-cloud-aws-3.0 rename adds the previously missing version
segment v3_0.1 parent fd0784c commit 14d6aff
37 files changed
Lines changed: 49 additions & 49 deletions
File tree
- instrumentation/spring
- spring-boot-actuator-autoconfigure-2.0/javaagent/src
- main/java/io/opentelemetry/javaagent/instrumentation/spring/boot/actuator/v2_0
- test/java/io/opentelemetry/javaagent/instrumentation/spring/boot/actuator/v2_0
- spring-cloud-aws-3.0/javaagent/src
- main/java/io/opentelemetry/javaagent/instrumentation/spring/cloud/aws/v3_0
- test/java/io/opentelemetry/javaagent/instrumentation/spring/cloud/aws/v3_0
- spring-cloud-gateway
- spring-cloud-gateway-2.0/javaagent/src
- main/java/io/opentelemetry/javaagent/instrumentation/spring/cloud/gateway/v2_0
- test/java/io/opentelemetry/javaagent/instrumentation/spring/cloud/gateway/v2_0
- spring-cloud-gateway-common/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/spring/cloud/gateway/common
- spring-cloud-gateway-webmvc-4.3/javaagent/src
- main/java/io/opentelemetry/javaagent/instrumentation/spring/cloud/gateway/webmvc/v4_3
- test/java/io/opentelemetry/javaagent/instrumentation/spring/cloud/gateway/webmvc/v4_3
- spring-webmvc
- spring-webmvc-3.1/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/spring/webmvc/v3_1
- spring-webmvc-6.0/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/spring/webmvc/v6_0
- spring-webmvc-common/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/spring/webmvc/common
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments