GH-102 - ApplicationModules now allows traversing modules in topological order.
We now optionally integrate with the JGraphT library to calculate the topological order of modules based on their dependency structure. That order is then exposed in ApplicationModules' iteration and via ….getComparator(). Renamed FormattableJavaClass to FormattableType and allow it to be created from a plain Class as well.
This commit is contained in:
@@ -126,7 +126,7 @@ public class ModuleTestExecution implements Iterable<ApplicationModule> {
|
||||
|| basePackages.get().stream().anyMatch(it -> it.contains(className));
|
||||
|
||||
if (result) {
|
||||
LOG.debug("Including class {}.", className);
|
||||
LOG.trace("Including class {}.", className);
|
||||
}
|
||||
|
||||
return !result;
|
||||
|
||||
Reference in New Issue
Block a user