PandaMonkey created APEXCORE-805:
------------------------------------
Summary: There are dependency conflicts in apex-core/engine module
Key: APEXCORE-805
URL: https://issues.apache.org/jira/browse/APEXCORE-805
Project: Apache Apex Core
Issue Type: Bug
Affects Versions: 3.6.0
Reporter: PandaMonkey
Fix For: 3.6.1
Attachments: apex-core-conflicts.txt
Hi, we found four pairs of JAR files in apex-core/engine contain duplicate
classes. As the JVM only load the classes present first on the classpath and
shadow the other duplicate ones with the same name. So the problem will lead to
the "NoSuchMethodException" or "NoSuchMethodError" if the duplicate classes
have different implementations. The conflicting details are listed in the
attachment. Hope this can help you. Thanks![^apex-core-conflicts.txt]
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)