-
Notifications
You must be signed in to change notification settings - Fork 299
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
Automatically resolving transitive class dependencies with the following configuration:
is logged *a lot* in 0.23.0
#802
Comments
Automatically resolving transitive class dependencies with the following configuration:
is logged _a lot_ in 0.23.0Automatically resolving transitive class dependencies with the following configuration:
is logged *a lot* in 0.23.0
That is strange, it should only be logged one time and when I test this locally it also is 🤔 I mean, it is logged one time for every import. Do you see it multiple times for a single call of |
We have multiple AU test classes and thus multiple Switching to DEBUG would be nice, yes. |
Hum, I debugged this a little and that logging method is hit
Is this to be expected? |
|
Hmm, I tested your examples (switching the one category to |
I debugged real quick and it looks like Maven Surefire somehow first discovers tests and then calls execute in a second step which again discovers tests 🤷♂️ Since it calls discover twice the engine also needs to search test classes on the classpath twice and that causes the additional logs... |
For a simple test I'm seeing this multiple times:
To me it looks as if this should only be logged once or/and only with DEBUG?
The text was updated successfully, but these errors were encountered: