siom79 / japicmp

Comparison of two versions of a jar archive
https://siom79.github.io/japicmp
Apache License 2.0
701 stars 107 forks source link

Not an issue just INFO: japicmp fails to work with Maven 3.8.5, use 3.8.6 #327

Closed cstamas closed 2 years ago

cstamas commented 2 years ago

Due https://issues.apache.org/jira/browse/MNG-7432

cstamas commented 2 years ago

But as https://issues.apache.org/jira/browse/MNG-7432?focusedCommentId=17516300&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17516300 comment says, japicmp also "re-resolves" things that is not the best. It could detect is "old" or "new" actually "this project" (and I guess usually is), so no re-resolve should be needed (invocation of respo system), but reuse what Maven already calculated out.

Will come up with a PR for this case.

cstamas commented 2 years ago

Is fixed by https://github.com/siom79/japicmp/pull/328 w/ that PR works okay with Maven 3.8.5 as well