[jira] [Updated] (APEXCORE-805) There are dependency conflicts in apex-core/engine module

2018-02-22 Thread PandaMonkey (JIRA)

 [ 
https://issues.apache.org/jira/browse/APEXCORE-805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

PandaMonkey updated APEXCORE-805:
-
Attachment: compare.txt

> 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
>Priority: Minor
> Attachments: apex-core-conflicts.txt, compare.txt
>
>
> Hi, we found four pairs of JAR files in apex-core/engine contain duplicate 
> classes.
> 1. 
> jar-pair:<*org.eclipse.jetty.orbit:javax.servlet*:3.0.0.v201112011016:><*javax.servlet:servlet-api*:2.5:>
> 2. 
> jar-pair:
> 3. 
> jar-pair:
> 4. 
> jar-pair:<*com.google.inject:guice:4.0:no_aop*><*com.google.inject:guice:3.0*:>
> Furthermore, by static analysis, we found these duplicate classes have 
> different implementations. 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"*. 
> 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)


[jira] [Updated] (APEXCORE-805) There are dependency conflicts in apex-core/engine module

2018-02-20 Thread Vlad Rozov (JIRA)

 [ 
https://issues.apache.org/jira/browse/APEXCORE-805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vlad Rozov updated APEXCORE-805:

Fix Version/s: (was: 3.6.1)

> 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
>Priority: Minor
> Attachments: apex-core-conflicts.txt
>
>
> Hi, we found four pairs of JAR files in apex-core/engine contain duplicate 
> classes.
> 1. 
> jar-pair:<*org.eclipse.jetty.orbit:javax.servlet*:3.0.0.v201112011016:><*javax.servlet:servlet-api*:2.5:>
> 2. 
> jar-pair:
> 3. 
> jar-pair:
> 4. 
> jar-pair:<*com.google.inject:guice:4.0:no_aop*><*com.google.inject:guice:3.0*:>
> Furthermore, by static analysis, we found these duplicate classes have 
> different implementations. 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"*. 
> 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)


[jira] [Updated] (APEXCORE-805) There are dependency conflicts in apex-core/engine module

2018-02-20 Thread Vlad Rozov (JIRA)

 [ 
https://issues.apache.org/jira/browse/APEXCORE-805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vlad Rozov updated APEXCORE-805:

Priority: Minor  (was: Major)

> 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
>Priority: Minor
> 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.
> 1. 
> jar-pair:<*org.eclipse.jetty.orbit:javax.servlet*:3.0.0.v201112011016:><*javax.servlet:servlet-api*:2.5:>
> 2. 
> jar-pair:
> 3. 
> jar-pair:
> 4. 
> jar-pair:<*com.google.inject:guice:4.0:no_aop*><*com.google.inject:guice:3.0*:>
> Furthermore, by static analysis, we found these duplicate classes have 
> different implementations. 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"*. 
> 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)


[jira] [Updated] (APEXCORE-805) There are dependency conflicts in apex-core/engine module

2018-02-11 Thread PandaMonkey (JIRA)

 [ 
https://issues.apache.org/jira/browse/APEXCORE-805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

PandaMonkey updated APEXCORE-805:
-
Description: 
Hi, we found four pairs of JAR files in apex-core/engine contain duplicate 
classes.

1. 
jar-pair:<*org.eclipse.jetty.orbit:javax.servlet*:3.0.0.v201112011016:><*javax.servlet:servlet-api*:2.5:>

2. 
jar-pair:

3. 
jar-pair:

4. 
jar-pair:<*com.google.inject:guice:4.0:no_aop*><*com.google.inject:guice:3.0*:>

Furthermore, by static analysis, we found these duplicate classes have 
different implementations. 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"*. 
The conflicting details are listed in the attachment. Hope this can help you. 
Thanks![^apex-core-conflicts.txt]

  was:Hi, we found four pairs of JAR files in apex-core/engine contain 
duplicate classes. Furthermore, by static analysis, we found these duplicate 
classes have different implementations. 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"*. The conflicting details are listed in the attachment. 
Hope this can help you. Thanks![^apex-core-conflicts.txt]


> 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
>Priority: Major
> 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.
> 1. 
> jar-pair:<*org.eclipse.jetty.orbit:javax.servlet*:3.0.0.v201112011016:><*javax.servlet:servlet-api*:2.5:>
> 2. 
> jar-pair:
> 3. 
> jar-pair:
> 4. 
> jar-pair:<*com.google.inject:guice:4.0:no_aop*><*com.google.inject:guice:3.0*:>
> Furthermore, by static analysis, we found these duplicate classes have 
> different implementations. 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"*. 
> 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)


[jira] [Updated] (APEXCORE-805) There are dependency conflicts in apex-core/engine module

2018-02-11 Thread PandaMonkey (JIRA)

 [ 
https://issues.apache.org/jira/browse/APEXCORE-805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

PandaMonkey updated APEXCORE-805:
-
Description: Hi, we found four pairs of JAR files in apex-core/engine 
contain duplicate classes. Furthermore, by static analysis, we found these 
duplicate classes have different implementations. 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"*. The conflicting details are listed in the attachment. 
Hope this can help you. Thanks![^apex-core-conflicts.txt]  (was: 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])

> 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
>Priority: Major
> 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. Furthermore, by static analysis, we found these duplicate classes 
> have different implementations. 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"*. 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)