Automatically resolving transitive class dependencies with the following configuration:
is logged *a lot* in 0.23.0 #802
Closed
Description
For a simple test I'm seeing this multiple times:
2022-02-20 12:47:59,624 INFO [com.tng.arc.cor.imp.DependencyResolutionProcess] (main) Automatically resolving transitive class dependencies with the following configuration:
import.dependencyResolutionProcess.maxIterationsForMemberTypes = 1
import.dependencyResolutionProcess.maxIterationsForAccessesToTypes = 1
import.dependencyResolutionProcess.maxIterationsForSupertypes = -1
import.dependencyResolutionProcess.maxIterationsForEnclosingTypes = -1
import.dependencyResolutionProcess.maxIterationsForAnnotationTypes = -1
import.dependencyResolutionProcess.maxIterationsForGenericSignatureTypes = -1
To me it looks as if this should only be logged once or/and only with DEBUG?
Metadata
Assignees
Labels
No labels