RabbitListenerTestHarness does not support repeatable @RabbitListener annotations #1493
-
|
Hi! SpringBootParentVersion with the latest (based on maven central) JavaVersion 17 It seems that |
Beta Was this translation helpful? Give feedback.
Answered by
garyrussell
Aug 22, 2022
Replies: 1 comment 2 replies
-
|
It's a bug; the I'll convert this to an issue. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
garyrussell
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's a bug; the
CaptureAdviceonly considers capturing data for methods with a single annotation.I'll convert this to an issue.