MENFORCER-195 - use DependencyGraphBuilder API instead of DependencyTreeBuilder#20
MENFORCER-195 - use DependencyGraphBuilder API instead of DependencyTreeBuilder#20ctomc wants to merge 1 commit intoapache:trunkfrom
Conversation
|
The |
|
From what I tried it looks like the fix for https://issues.apache.org/jira/browse/MDEP-374 handled that fine. Also tests on our codebase showed that duplicate deps ware found as expected. Can you point me to ITs this breaking? |
|
Yes, you can build the Version 3.0 of the |
|
Resolve #692 |
1 similar comment
|
Resolve #692 |
Using this I get enforcer to work with wildcard exclusion without any issue.
as a bonus ban bad dependencies rule also gets much faster (0.5sec vs 15sec) in our case.
Initial issue that was mentioned in MENFORCER-195 was somewhat fixed as part of work on MDEP-374 so it is safe to use new API.