forked from DataDog/dd-trace-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 4908b2c
Make webflux compatible with latest spring 6 (DataDog#6352)
* Make webflux compatible with latest spring 6
* webflux refactoring
* enable java 17 latest dep
* Update dd-java-agent/testing/src/main/groovy/datadog/trace/agent/test/asserts/TagsAssert.groovy
Co-authored-by: Stuart McCulloch <stuart.mcculloch@datadoghq.com>
* unformat
---------
Co-authored-by: Stuart McCulloch <stuart.mcculloch@datadoghq.com>1 parent 30789d4 commit 4908b2c
File tree
28 files changed
+328
-405
lines changed- .circleci
- dd-java-agent
- agent-tooling/src/main/resources/datadog/trace/agent/tooling/bytebuddy/matcher
- instrumentation
- spring-webflux-5
- src
- bootTest/groovy
- main/java/datadog/trace/instrumentation/springwebflux
- client
- server
- spring-webflux-6
- src
- bootTest/groovy
- main
- java17/datadog/trace/instrumentation/springwebflux6/client
- java/datadog/trace/instrumentation/springwebflux6/client
- test/groovy/dd/trace/instrumentation/springwebflux6/client
- testing/src/main/groovy/datadog/trace/agent/test/asserts
- dd-smoke-tests
- spring-boot-2.6-webflux/src/test/groovy/datadog/smoketest
- spring-boot-2.7-webflux/src/test/groovy/datadog/smoketest
- spring-boot-3.0-webflux/src/test/groovy/datadog/smoketest
28 files changed
+328
-405
lines changedLines changed: 14 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1092 | 1092 |
| |
1093 | 1093 |
| |
1094 | 1094 |
| |
1095 | + | ||
1096 | + | ||
1097 | + | ||
1098 | + | ||
1099 | + | ||
1100 | + | ||
1101 | + | ||
1102 | + | ||
1103 | + | ||
1104 | + | ||
1105 | + | ||
1106 | + | ||
1107 | + | ||
1108 | + | ||
1095 | 1109 |
| |
1096 | 1110 |
| |
1097 | 1111 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
258 | 258 |
| |
259 | 259 |
| |
260 | 260 |
| |
261 | + | ||
261 | 262 |
| |
262 | 263 |
| |
263 | 264 |
| |
|
Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
51 | + | ||
52 | + | ||
53 | + | ||
54 | + | ||
55 | + | ||
56 | + | ||
57 | + | ||
58 | + | ||
51 | 59 |
| |
52 | 60 |
| |
53 | 61 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
198 | 198 |
| |
199 | 199 |
| |
200 | 200 |
| |
201 | - | ||
201 | + | ||
202 | 202 |
| |
203 | 203 |
| |
204 | 204 |
| |
|
Lines changed: 2 additions & 21 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 | - | ||
7 | - | ||
8 | - | ||
9 | 6 |
| |
10 | 7 |
| |
11 | 8 |
| |
| |||
18 | 15 |
| |
19 | 16 |
| |
20 | 17 |
| |
21 | - | ||
22 | - | ||
23 | 18 |
| |
24 | 19 |
| |
25 | 20 |
| |
| |||
52 | 47 |
| |
53 | 48 |
| |
54 | 49 |
| |
55 | - | ||
56 | - | ||
57 | - | ||
58 | - | ||
59 | - | ||
60 | - | ||
61 | - | ||
50 | + | ||
51 | + | ||
62 | 52 |
| |
63 | 53 |
| |
64 | 54 |
| |
| |||
70 | 60 |
| |
71 | 61 |
| |
72 | 62 |
| |
73 | - | ||
74 | - | ||
75 | - | ||
76 | - | ||
77 | - | ||
78 | - | ||
79 | - | ||
80 | - | ||
81 | - | ||
82 | 63 |
|
Lines changed: 113 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + | ||
14 | + | ||
15 | + | ||
16 | + | ||
17 | + | ||
18 | + | ||
19 | + | ||
20 | + | ||
21 | + | ||
22 | + | ||
23 | + | ||
24 | + | ||
25 | + | ||
26 | + | ||
27 | + | ||
28 | + | ||
29 | + | ||
30 | + | ||
31 | + | ||
32 | + | ||
33 | + | ||
34 | + | ||
35 | + | ||
36 | + | ||
37 | + | ||
38 | + | ||
39 | + | ||
40 | + | ||
41 | + | ||
42 | + | ||
43 | + | ||
44 | + | ||
45 | + | ||
46 | + | ||
47 | + | ||
48 | + | ||
49 | + | ||
50 | + | ||
51 | + | ||
52 | + | ||
53 | + | ||
54 | + | ||
55 | + | ||
56 | + | ||
57 | + | ||
58 | + | ||
59 | + | ||
60 | + | ||
61 | + | ||
62 | + | ||
63 | + | ||
64 | + | ||
65 | + | ||
66 | + | ||
67 | + | ||
68 | + | ||
69 | + | ||
70 | + | ||
71 | + | ||
72 | + | ||
73 | + | ||
74 | + | ||
75 | + | ||
76 | + | ||
77 | + | ||
78 | + | ||
79 | + | ||
80 | + | ||
81 | + | ||
82 | + | ||
83 | + | ||
84 | + | ||
85 | + | ||
86 | + | ||
87 | + | ||
88 | + | ||
89 | + | ||
90 | + | ||
91 | + | ||
92 | + | ||
93 | + | ||
94 | + | ||
95 | + | ||
96 | + | ||
97 | + | ||
98 | + | ||
99 | + | ||
100 | + | ||
101 | + | ||
102 | + | ||
103 | + | ||
104 | + | ||
105 | + | ||
106 | + | ||
107 | + | ||
108 | + | ||
109 | + | ||
110 | + | ||
111 | + | ||
112 | + | ||
113 | + |
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 | + | ||
23 | 24 |
| |
24 | 25 |
| |
25 | 26 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 | + | ||
16 | 17 |
| |
17 | 18 |
| |
18 | 19 |
| |
|
Lines changed: 51 additions & 21 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
46 | + | ||
47 | + | ||
48 | + | ||
49 | + | ||
46 | 50 |
| |
47 | 51 |
| |
48 | 52 |
| |
| |||
54 | 58 |
| |
55 | 59 |
| |
56 | 60 |
| |
57 | - | ||
58 | - | ||
59 | - | ||
60 | - | ||
61 | - | ||
61 | + | ||
62 | + | ||
63 | + | ||
64 | + | ||
62 | 65 |
| |
66 | + | ||
63 | 67 |
| |
64 | - | ||
68 | + | ||
65 | 69 |
| |
66 | 70 |
| |
67 | - | ||
68 | 71 |
| |
69 | - | ||
70 | - | ||
71 | - | ||
72 | - | ||
73 | - | ||
72 | + | ||
74 | 73 |
| |
75 | 74 |
| |
76 | 75 |
| |
| |||
93 | 92 |
| |
94 | 93 |
| |
95 | 94 |
| |
96 | - | ||
97 | - | ||
98 | - | ||
99 | - | ||
100 | - | ||
101 | 95 |
| |
102 | 96 |
| |
103 | 97 |
| |
104 | 98 |
| |
105 | 99 |
| |
106 | - | ||
107 | - | ||
108 | - | ||
109 | 100 |
| |
110 | 101 |
| |
111 | 102 |
| |
| |||
119 | 110 |
| |
120 | 111 |
| |
121 | 112 |
| |
113 | + | ||
114 | + | ||
115 | + | ||
116 | + | ||
117 | + | ||
118 | + | ||
119 | + | ||
120 | + | ||
121 | + | ||
122 | + | ||
123 | + | ||
124 | + | ||
125 | + | ||
126 | + | ||
127 | + | ||
128 | + | ||
129 | + | ||
130 | + | ||
131 | + | ||
132 | + | ||
133 | + | ||
134 | + | ||
135 | + | ||
136 | + | ||
137 | + | ||
138 | + | ||
139 | + | ||
140 | + | ||
141 | + | ||
142 | + | ||
143 | + | ||
144 | + | ||
145 | + | ||
146 | + | ||
147 | + | ||
148 | + | ||
149 | + | ||
150 | + | ||
151 | + | ||
122 | 152 |
| |
123 | 153 |
| |
124 | 154 |
| |
125 | 155 |
| |
126 | 156 |
| |
127 | - | ||
157 | + | ||
128 | 158 |
| |
129 | 159 |
| |
130 | 160 |
|
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 | + | ||
32 | + | ||
33 | + | ||
34 | + | ||
35 | + | ||
31 | 36 |
| |
32 | 37 |
|
0 commit comments