Hi All,
Thanks for your response.
I have replicated the same issue as mentioned in below steps:
1. Compile external project https://github.com/hanishbansal/external-common ,
this is some external project in which we can not change anything.
2. Our project "test-parent" has dependency of "external
Thank you for explaining. Yes, turns out a dependency is missing in my
reproducer and looks like M5 correctly detects that error; that's great
news.
Interestingly, if I correct that by adding the dep, M4 correctly works with
this reproducer too, so it's not a reproducer of the intended error! Th
Now we are able to handle the errors on the class level.
Before in 2.22.x and in M4 we handled the test errors only and ignored the
class level errors.
I would trust NoClassDefFoundError because ControllerAdvice really could
not be found in IntelliJ IDEA.
So the IDE is telling me the same thing, a