Michael Vorburger created FINERACT-919:
------------------------------------------
Summary: Detect, and fix, duplicate classes from similar JARs on
the Fineract classpath
Key: FINERACT-919
URL: https://issues.apache.org/jira/browse/FINERACT-919
Project: Apache Fineract
Issue Type: New Feature
Reporter: Michael Vorburger
https://github.com/apache/fineract/pull/601/ proposed to detect, and fix,
duplicate classes from similar JARs on the Fineract classpath. This should help
to avoid weird problems.
Alternatives achieving similar goals to the classes I will propose would be:
* https://portingle.github.io/classpathHell/
* https://plugins.gradle.org/plugin/net.idlestate.gradle-duplicate-classes-check
* https://plugins.gradle.org/plugin/com.mobilesolutionworks.gradle.jacoco
* https://plugins.gradle.org/plugin/io.fuchs.gradle.classpath-collision-detector
*
https://github.com/nebula-plugins/gradle-lint-plugin/wiki/Duplicate-Classes-Rule
See also e.g.
https://stackoverflow.com/questions/30648172/gradle-library-duplicates-in-dependencies
--
This message was sent by Atlassian Jira
(v8.3.4#803005)