-
Notifications
You must be signed in to change notification settings - Fork 38.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TestExecutionListener class not found logged at INFO [SPR-16369] #20916
Comments
Sam Brannen commented Thanks for tackling this one (and the refactoring you performed), Juergen Hoeller! |
Dave Syer commented I think something is broken here now:
The exception is not
|
Juergen Hoeller commented Ah, so such a This also needs to be documented at |
Juergen Hoeller commented I've pushed my revision to master. Let me know whether it works for you now, Dave... |
Juergen Hoeller commented One more time: I missed the case where unresolvable classes may occur in the constructor signature itself. Finally revising |
Dave Syer commented Works now, thanks. |
Dave Syer opened SPR-16369 and commented
spring-test has this in META-INF/spring.factories:
and then it logs at INFO level (in
AbstractTestContextBootstrapper.instantiateListeners()
) any of those that it cannot load. This is kind of ugly because it generates a lot of logging (several lines per test in a phase that is too early to change using Spring Boot configuration). Maybe they could be logged at a lower level?Example logs:
Referenced from: commits ea5f8f5, a15975d, 19640ec, 2145766
Backported to: 4.3.14
The text was updated successfully, but these errors were encountered: