Hello Community,

Please I'm facing an issue when running JUnit test after migrating to spring boot 3.2. When Running Tests together they fail but pass individually. methodSignature.getParameterNames() is null

SpringBoot methodSignature.getParameterNames() is null in Spring Boot 3.2 when Running Junit Tests together but tests pass individually

SpringBoot methodSignature.getParameterNames() is null in Spring Boot 3.2 when Running Junit Tests together but tests pass individually

I have tried this solution but not its working for me: https://github.com/spring-projects/spring-boot/issues/38721 Any help would be greatly appreciated. Thanks!

Comment From: philwebb

Please ask questions on stackoverflow.com. I think this one duplicates #38721.