This repository was archived by the owner on Nov 10, 2025. It is now read-only.
Commit f513b67
authored
Fix
The `KplMessageHandler.setGlueSchema(Schema glueSchema)` calls `setPartitionKeyExpression()`.
Probably just copy/paste artefact
Fix `KplMessageHandler.setGlueSchema(Schema glueSchema)` to call a proper `setGlueSchemaExpression()`
Signed-off-by: Aleksey Krichevskiy <boolivar@gmail.com>KplMessageHandler.setGlueSchema()
1 parent d873484 commit f513b67
File tree
2 files changed
+12
-1
lines changed- src
- main/java/org/springframework/integration/aws/outbound
- test/java/org/springframework/integration/aws/outbound
2 files changed
+12
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
232 | | - | |
| 232 | + | |
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
| |||
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
61 | 65 | | |
62 | 66 | | |
63 | 67 | | |
| |||
89 | 93 | | |
90 | 94 | | |
91 | 95 | | |
| 96 | + | |
92 | 97 | | |
93 | 98 | | |
94 | 99 | | |
| |||
116 | 121 | | |
117 | 122 | | |
118 | 123 | | |
| 124 | + | |
119 | 125 | | |
120 | 126 | | |
121 | 127 | | |
| |||
174 | 180 | | |
175 | 181 | | |
176 | 182 | | |
| 183 | + | |
177 | 184 | | |
178 | 185 | | |
179 | 186 | | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
180 | 191 | | |
181 | 192 | | |
182 | 193 | | |
0 commit comments