File tree
101 files changed
+2643
-1249
lines changed- spring-integration-amqp/src/main/java/org/springframework/integration/amqp/outbound
- spring-integration-core/src/main/java/org/springframework/integration
- channel
- config
- xml
- core
- dispatcher
- endpoint
- expression
- gateway
- graph
- handler
- support
- history
- router
- selector
- store
- support
- channel
- leader
- transformer/support
- util
- spring-integration-feed/src/main/java/org/springframework/integration/feed/inbound
- spring-integration-file/src/main/java/org/springframework/integration/file
- config
- filters
- remote/session
- spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/leader
- spring-integration-http/src/main/java/org/springframework/integration/http/outbound
- spring-integration-ip/src/main/java/org/springframework/integration/ip
- tcp
- connection
- udp
- spring-integration-jdbc/src/main/java/org/springframework/integration/jdbc
- channel
- lock
- spring-integration-jms/src/main/java/org/springframework/integration/jms
- spring-integration-kafka/src/main/java/org/springframework/integration/kafka/inbound
- spring-integration-mqtt/src/main/java/org/springframework/integration/mqtt
- core
- inbound
- outbound
- spring-integration-redis/src/main/java/org/springframework/integration/redis/util
- spring-integration-sftp/src/main/java/org/springframework/integration/sftp/session
- spring-integration-smb/src/main/java/org/springframework/integration/smb/session
- spring-integration-stomp/src
- main/java/org/springframework/integration/stomp
- outbound
- test/java/org/springframework/integration/stomp/inbound
- spring-integration-stream/src/main/java/org/springframework/integration/stream
- spring-integration-test/src/main/java/org/springframework/integration/test/mock
- spring-integration-websocket/src/main/java/org/springframework/integration/websocket
- spring-integration-ws/src/main/java/org/springframework/integration/ws
- spring-integration-xml/src/main/java/org/springframework/integration/xml
- result
- source
- splitter
- transformer
- spring-integration-xmpp/src/main/java/org/springframework/integration/xmpp/config
- spring-integration-zeromq/src/main/java/org/springframework/integration/zeromq
- spring-integration-zookeeper/src/main/java/org/springframework/integration/zookeeper
- config
- leader
- lock
- metadata
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
101 files changed
+2643
-1249
lines changedLines changed: 50 additions & 26 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| 26 | + | |
| 27 | + | |
26 | 28 |
| |
27 | 29 |
| |
28 | 30 |
| |
| |||
58 | 60 |
| |
59 | 61 |
| |
60 | 62 |
| |
| 63 | + | |
61 | 64 |
| |
62 | 65 |
| |
63 | 66 |
| |
| |||
115 | 118 |
| |
116 | 119 |
| |
117 | 120 |
| |
| 121 | + | |
| 122 | + | |
118 | 123 |
| |
119 | 124 |
| |
120 | 125 |
| |
| |||
336 | 341 |
| |
337 | 342 |
| |
338 | 343 |
| |
339 |
| - | |
340 |
| - | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
341 | 352 |
| |
342 | 353 |
| |
343 | 354 |
| |
| |||
487 | 498 |
| |
488 | 499 |
| |
489 | 500 |
| |
490 |
| - | |
491 |
| - | |
492 |
| - | |
493 |
| - | |
494 |
| - | |
495 |
| - | |
496 |
| - | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
497 | 514 |
| |
498 | 515 |
| |
499 |
| - | |
500 |
| - | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
501 | 520 |
| |
| 521 | + | |
502 | 522 |
| |
503 |
| - | |
504 |
| - | |
505 |
| - | |
506 |
| - | |
507 |
| - | |
508 |
| - | |
509 | 523 |
| |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
510 | 528 |
| |
511 | 529 |
| |
512 | 530 |
| |
| |||
526 | 544 |
| |
527 | 545 |
| |
528 | 546 |
| |
529 |
| - | |
530 |
| - | |
531 |
| - | |
532 |
| - | |
533 |
| - | |
534 |
| - | |
535 |
| - | |
536 |
| - | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
537 | 561 |
| |
538 | 562 |
| |
539 | 563 |
| |
|
Lines changed: 10 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| 29 | + | |
| 30 | + | |
29 | 31 |
| |
30 | 32 |
| |
31 | 33 |
| |
| |||
70 | 72 |
| |
71 | 73 |
| |
72 | 74 |
| |
| 75 | + | |
73 | 76 |
| |
74 | 77 |
| |
75 | 78 |
| |
| |||
475 | 478 |
| |
476 | 479 |
| |
477 | 480 |
| |
| 481 | + | |
| 482 | + | |
478 | 483 |
| |
479 | 484 |
| |
480 | 485 |
| |
| |||
486 | 491 |
| |
487 | 492 |
| |
488 | 493 |
| |
489 |
| - | |
| 494 | + | |
| 495 | + | |
490 | 496 |
| |
491 | 497 |
| |
492 | 498 |
| |
493 | 499 |
| |
| 500 | + | |
| 501 | + | |
| 502 | + | |
494 | 503 |
| |
495 | 504 |
| |
496 | 505 |
| |
|
Lines changed: 63 additions & 36 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
| 27 | + | |
| 28 | + | |
27 | 29 |
| |
28 | 30 |
| |
29 | 31 |
| |
| |||
44 | 46 |
| |
45 | 47 |
| |
46 | 48 |
| |
| 49 | + | |
47 | 50 |
| |
48 | 51 |
| |
49 | 52 |
| |
| |||
69 | 72 |
| |
70 | 73 |
| |
71 | 74 |
| |
| 75 | + | |
| 76 | + | |
72 | 77 |
| |
73 | 78 |
| |
74 | 79 |
| |
| |||
120 | 125 |
| |
121 | 126 |
| |
122 | 127 |
| |
123 |
| - | |
124 |
| - | |
125 |
| - | |
126 |
| - | |
127 |
| - | |
128 |
| - | |
129 |
| - | |
130 |
| - | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
131 | 141 |
| |
132 | 142 |
| |
133 | 143 |
| |
134 | 144 |
| |
135 |
| - | |
136 |
| - | |
137 |
| - | |
138 |
| - | |
139 |
| - | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
140 | 157 |
| |
141 |
| - | |
| 158 | + | |
142 | 159 |
| |
143 | 160 |
| |
144 | 161 |
| |
| |||
200 | 217 |
| |
201 | 218 |
| |
202 | 219 |
| |
203 |
| - | |
204 |
| - | |
205 |
| - | |
206 |
| - | |
207 |
| - | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
208 | 227 |
| |
209 |
| - | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
210 | 233 |
| |
211 | 234 |
| |
212 | 235 |
| |
213 |
| - | |
214 |
| - | |
215 |
| - | |
216 |
| - | |
217 |
| - | |
218 |
| - | |
219 |
| - | |
220 |
| - | |
221 |
| - | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
222 | 248 |
| |
223 |
| - | |
224 |
| - | |
225 |
| - | |
226 |
| - | |
| 249 | + | |
| 250 | + | |
227 | 251 |
| |
228 |
| - | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
229 | 257 |
| |
230 | 258 |
| |
231 |
| - | |
232 | 259 |
| |
233 | 260 |
| |
234 | 261 |
| |
|
Lines changed: 10 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| 20 | + | |
| 21 | + | |
20 | 22 |
| |
21 | 23 |
| |
22 | 24 |
| |
| |||
58 | 60 |
| |
59 | 61 |
| |
60 | 62 |
| |
| 63 | + | |
61 | 64 |
| |
62 | 65 |
| |
63 | 66 |
| |
64 | 67 |
| |
65 | 68 |
| |
66 | 69 |
| |
67 | 70 |
| |
68 |
| - | |
| 71 | + | |
69 | 72 |
| |
70 | 73 |
| |
71 | 74 |
| |
| |||
192 | 195 |
| |
193 | 196 |
| |
194 | 197 |
| |
195 |
| - | |
| 198 | + | |
| 199 | + | |
196 | 200 |
| |
197 | 201 |
| |
198 | 202 |
| |
| |||
228 | 232 |
| |
229 | 233 |
| |
230 | 234 |
| |
| 235 | + | |
| 236 | + | |
| 237 | + | |
231 | 238 |
| |
232 | 239 |
| |
233 | 240 |
| |
|
0 commit comments