JasonMathison
JasonMathison
This appears to apply to Mockito 4.5.1 through 5.9.0 We have code roughly like this @Mock(answer = Answers.RETURNS_DEEP_STUBS, lenient = true) OldJavaClass myMockOfOldClass; @BeforeEach void setUp() { when(myMockOfOldClass.getFoo().getBar().thenReturn("My value"); The...
### Affected version 3.4.2 ### Bug description Sorry if am sending this bug report to the wrong place. While there are MJAR tickets in Jira, I couldn't create a ticket...
### Describe the bug During the wide scale AWS issue on October 20th, 2025 one of our services experienced failures creating new SQS messages. We ended up not retrying these...