Commit 036f123
Fix HttpPluginRepository empty plugin list check (#6650)
Revert condition from `!decoded.plugins` to `decoded.plugins == null`
to avoid throwing an exception when the registry returns an empty list.
In Groovy, an empty list is falsy, so the previous check incorrectly
treated a valid empty response as a parse failure.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>1 parent 17a6075 commit 036f123
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
| 171 | + | |
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| |||
0 commit comments