Closed zhangjunapk closed 10 months ago
cant debug my test method
@SpringBootTest
class ApplicationTests {
@Autowired
private GraphService graphService;
@Test
public void test() {
graphService.process();
}
}
The internal error is occurring in Mockito and should be reported to them as I believe it's out of Spring Boot's control. If you have already investigated and discovered that the problem only occurs when using Spring Boot, please let us know and we can re-open this issue and take another look.
i had a problem when i using jdk 21 and spring 3.2.1,
dependency tree
error stack
It appears as if your JDK does not supply a working agent attachment mechanism.