Commit 07d8f6e
Restore the log-and-continue handling of NotFoundException on decode
Rethrowing the NotFoundException as MALException changed the behavior of
a long-standing path: callers above may push the error back to consumers
or brokers that previously carried on after the logged warning. Keep the
original swallowing behavior; the repeated-read guard still reports a
descriptive MALException instead of an NPE when a previous decode
attempt has failed.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 277f7c8 commit 07d8f6e
1 file changed
Lines changed: 0 additions & 4 deletions
File tree
- transports/transport-generic/src/main/java/esa/mo/mal/transport/gen/body
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | 286 | | |
291 | 287 | | |
292 | 288 | | |
| |||
0 commit comments