[jira] [Updated] (ACCUMULO-4812) Dependency Conflict: different Jars contain the incompatible classes with the same name, which leads to NoSuchMethodException

2018-03-02 Thread PandaMonkey (JIRA)

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

PandaMonkey updated ACCUMULO-4812:
--
Priority: Minor  (was: Major)

> Dependency Conflict: different Jars contain the incompatible classes with the 
> same name, which leads to NoSuchMethodException
> -
>
> Key: ACCUMULO-4812
> URL: https://issues.apache.org/jira/browse/ACCUMULO-4812
> Project: Accumulo
>  Issue Type: Bug
>  Components: core
>Affects Versions: 2.0.0
>Reporter: PandaMonkey
>Assignee: Christopher Tubbs
>Priority: Minor
> Attachments: Conflicting details.txt
>
>
> Hi,  by analyzing the accumulo-core:2.0.0-SNAPSHOT  
> accumulo-master\core\pom.xml file, we found that several duplicate classes 
> exist in different JARs: "commons-beanutils:commons-*beanutils-core*:1.8.0" 
> and "commons-beanutils:commons-*beanutils*:1.7.0". As the JVM only load the 
> classes present first on the classpath and shadow the other duplicate ones 
> with the same name. It would throw the "*NoSuchMethodException*" or 
> "*NoSuchMethodError*" if the duplicate classes are inconsistent! So we spend 
> some energy to scan the different features between these duplicate classes. 
> The conflicting details are listed in the attachment. Please pay attention to 
> it. Hope our report can help you. Thanks :).
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ACCUMULO-4812) Dependency Conflict: different Jars contain the incompatible classes with the same name, which leads to NoSuchMethodException

2018-02-14 Thread Christopher Tubbs (JIRA)

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

Christopher Tubbs updated ACCUMULO-4812:

Labels:   (was: releasenotes)

> Dependency Conflict: different Jars contain the incompatible classes with the 
> same name, which leads to NoSuchMethodException
> -
>
> Key: ACCUMULO-4812
> URL: https://issues.apache.org/jira/browse/ACCUMULO-4812
> Project: Accumulo
>  Issue Type: Bug
>  Components: core
>Affects Versions: 2.0.0
>Reporter: PandaMonkey
>Assignee: Christopher Tubbs
>Priority: Major
> Attachments: Conflicting details.txt
>
>
> Hi,  by analyzing the accumulo-core:2.0.0-SNAPSHOT  
> accumulo-master\core\pom.xml file, we found that several duplicate classes 
> exist in different JARs: "commons-beanutils:commons-*beanutils-core*:1.8.0" 
> and "commons-beanutils:commons-*beanutils*:1.7.0". As the JVM only load the 
> classes present first on the classpath and shadow the other duplicate ones 
> with the same name. It would throw the "*NoSuchMethodException*" or 
> "*NoSuchMethodError*" if the duplicate classes are inconsistent! So we spend 
> some energy to scan the different features between these duplicate classes. 
> The conflicting details are listed in the attachment. Please pay attention to 
> it. Hope our report can help you. Thanks :).
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ACCUMULO-4812) Dependency Conflict: different Jars contain the incompatible classes with the same name, which leads to NoSuchMethodException

2018-02-14 Thread Christopher Tubbs (JIRA)

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

Christopher Tubbs updated ACCUMULO-4812:

Labels: releasenotes  (was: )

> Dependency Conflict: different Jars contain the incompatible classes with the 
> same name, which leads to NoSuchMethodException
> -
>
> Key: ACCUMULO-4812
> URL: https://issues.apache.org/jira/browse/ACCUMULO-4812
> Project: Accumulo
>  Issue Type: Bug
>  Components: core
>Affects Versions: 2.0.0
>Reporter: PandaMonkey
>Priority: Major
>  Labels: releasenotes
> Fix For: 2.0.0
>
> Attachments: Conflicting details.txt
>
>
> Hi,  by analyzing the accumulo-core:2.0.0-SNAPSHOT  
> accumulo-master\core\pom.xml file, we found that several duplicate classes 
> exist in different JARs: "commons-beanutils:commons-*beanutils-core*:1.8.0" 
> and "commons-beanutils:commons-*beanutils*:1.7.0". As the JVM only load the 
> classes present first on the classpath and shadow the other duplicate ones 
> with the same name. It would throw the "*NoSuchMethodException*" or 
> "*NoSuchMethodError*" if the duplicate classes are inconsistent! So we spend 
> some energy to scan the different features between these duplicate classes. 
> The conflicting details are listed in the attachment. Please pay attention to 
> it. Hope our report can help you. Thanks :).
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ACCUMULO-4812) Dependency Conflict: different Jars contain the incompatible classes with the same name, which leads to NoSuchMethodException

2018-02-09 Thread PandaMonkey (JIRA)

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

PandaMonkey updated ACCUMULO-4812:
--
Description: 
Hi,  by analyzing the accumulo-core:2.0.0-SNAPSHOT  
accumulo-master\core\pom.xml file, we found that several duplicate classes 
exist in different JARs: "commons-beanutils:commons-*beanutils-core*:1.8.0" and 
"commons-beanutils:commons-*beanutils*:1.7.0". As the JVM only load the classes 
present first on the classpath and shadow the other duplicate ones with the 
same name. It would throw the "*NoSuchMethodException*" or 
"*NoSuchMethodError*" if the duplicate classes are inconsistent! So we spend 
some energy to scan the different features between these duplicate classes. The 
conflicting details are listed in the attachment. Please pay attention to it. 
Hope our report can help you. Thanks :).

 

  was:
Hi,  by analyzing the accumulo-core:2.0.0-SNAPSHOT  
accumulo-master\core\pom.xml file, we found that several duplicate classes 
exist in different JARs: "commons-beanutils:commons-*beanutils-core*:1.8.0" and 
"commons-beanutils:commons-*beanutils*:1.7.0". As the JVM only load the classes 
present first on the classpath and shadow the other duplicate ones with the 
same name. It would be throw the "*NoSuchMethodException*" or 
"*NoSuchMethodError*" if the duplicate classes are inconsistent! So we spend 
some energy to scan the different features between these duplicate classes. The 
conflicting details are listed in the attachment. Please pay attention to it. 
Hope our report can help you. Thanks :).

 


> Dependency Conflict: different Jars contain the incompatible classes with the 
> same name, which leads to NoSuchMethodException
> -
>
> Key: ACCUMULO-4812
> URL: https://issues.apache.org/jira/browse/ACCUMULO-4812
> Project: Accumulo
>  Issue Type: Bug
>  Components: core
>Affects Versions: 2.0.0
>Reporter: PandaMonkey
>Priority: Major
> Fix For: 2.0.0
>
> Attachments: Conflicting details.txt
>
>
> Hi,  by analyzing the accumulo-core:2.0.0-SNAPSHOT  
> accumulo-master\core\pom.xml file, we found that several duplicate classes 
> exist in different JARs: "commons-beanutils:commons-*beanutils-core*:1.8.0" 
> and "commons-beanutils:commons-*beanutils*:1.7.0". As the JVM only load the 
> classes present first on the classpath and shadow the other duplicate ones 
> with the same name. It would throw the "*NoSuchMethodException*" or 
> "*NoSuchMethodError*" if the duplicate classes are inconsistent! So we spend 
> some energy to scan the different features between these duplicate classes. 
> The conflicting details are listed in the attachment. Please pay attention to 
> it. Hope our report can help you. Thanks :).
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ACCUMULO-4812) Dependency Conflict: different Jars contain the incompatible classes with the same name, which leads to NoSuchMethodException

2018-02-09 Thread PandaMonkey (JIRA)

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

PandaMonkey updated ACCUMULO-4812:
--
Description: 
Hi,  by analyzing the accumulo-core:2.0.0-SNAPSHOT  
accumulo-master\core\pom.xml file, we found that several duplicate classes 
exist in different JARs: "commons-beanutils:commons-*beanutils-core*:1.8.0" and 
"commons-beanutils:commons-*beanutils*:1.7.0". As the JVM only load the classes 
present first on the classpath and shadow the other duplicate ones with the 
same name. It would be throw the "*NoSuchMethodException*" or 
"*NoSuchMethodError*" if the duplicate classes are inconsistent! So we spend 
some energy to scan the different features between these duplicate classes. The 
conflicting details are listed in the attachment. Please pay attention to it. 
Hope our report can help you. Thanks :).

 

  was:
Hi,  by analyzing the accumulo-core:2.0.0-SNAPSHOT  
accumulo-master\core\pom.xml file, we found that several duplicate classes 
exist in different JARs: "commons-beanutils:commons-*beanutils-core*:1.8.0" and 
"commons-beanutils:commons-*beanutils*:1.7.0". As the JVM only load the classes 
present first on the classpath and shadow the other duplicate ones with the 
same name. It would be throw the "*NoSuchMethodException*" or 
"*NoSuchMethodError*" if the duplicate classes are inconsistent! So we spend 
some energy to scan the different features between these duplicate classes. The 
conflicting details are listed in the attachment. Please pay attention to it) 
not found. Hope our report can help you. Thanks :).

 


> Dependency Conflict: different Jars contain the incompatible classes with the 
> same name, which leads to NoSuchMethodException
> -
>
> Key: ACCUMULO-4812
> URL: https://issues.apache.org/jira/browse/ACCUMULO-4812
> Project: Accumulo
>  Issue Type: Bug
>  Components: core
>Affects Versions: 2.0.0
>Reporter: PandaMonkey
>Priority: Major
> Fix For: 2.0.0
>
> Attachments: Conflicting details.txt
>
>
> Hi,  by analyzing the accumulo-core:2.0.0-SNAPSHOT  
> accumulo-master\core\pom.xml file, we found that several duplicate classes 
> exist in different JARs: "commons-beanutils:commons-*beanutils-core*:1.8.0" 
> and "commons-beanutils:commons-*beanutils*:1.7.0". As the JVM only load the 
> classes present first on the classpath and shadow the other duplicate ones 
> with the same name. It would be throw the "*NoSuchMethodException*" or 
> "*NoSuchMethodError*" if the duplicate classes are inconsistent! So we spend 
> some energy to scan the different features between these duplicate classes. 
> The conflicting details are listed in the attachment. Please pay attention to 
> it. Hope our report can help you. Thanks :).
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ACCUMULO-4812) Dependency Conflict: different Jars contain the incompatible classes with the same name, which leads to NoSuchMethodException

2018-02-09 Thread PandaMonkey (JIRA)

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

PandaMonkey updated ACCUMULO-4812:
--
Description: 
Hi,  by analyzing the accumulo-core:2.0.0-SNAPSHOT  
accumulo-master\core\pom.xml file, we found that several duplicate classes 
exist in different JARs: "commons-beanutils:commons-*beanutils-core*:1.8.0" and 
"commons-beanutils:commons-*beanutils*:1.7.0". As the JVM only load the classes 
present first on the classpath and shadow the other duplicate ones with the 
same name. It would be throw the "*NoSuchMethodException*" or 
"*NoSuchMethodError*" if the duplicate classes are inconsistent! So we spend 
some energy to scan the different features between these duplicate classes. The 
conflicting details are listed in the attachment. Please pay attention to it) 
not found. Hope our report can help you. Thanks :).

 

  was:
Hi,  by analyzing the accumulo-core:2.0.0-SNAPSHOT  
accumulo-master\core\pom.xml file, we found that several duplicate classes 
exist in different JARs: "commons-beanutils:commons-*beanutils-core*:1.8.0" and 
"commons-beanutils:commons-*beanutils*:1.7.0". As the JVM only load the classes 
present first on the classpath and shadow the other duplicate ones with the 
same name. It would be throw the "*NoSuchMethodException*" or 
"*NoSuchMethodError*" if the duplicate classes are inconsistent!! So we spend 
some energy to scan the different features of these duplicate classes, the 
details are shown in the attachment [^Conflicting details.txt]. Please pay 
attention to it! Hope our report can help you. Thanks ^_^.

 


> Dependency Conflict: different Jars contain the incompatible classes with the 
> same name, which leads to NoSuchMethodException
> -
>
> Key: ACCUMULO-4812
> URL: https://issues.apache.org/jira/browse/ACCUMULO-4812
> Project: Accumulo
>  Issue Type: Bug
>  Components: core
>Affects Versions: 2.0.0
>Reporter: PandaMonkey
>Priority: Major
> Fix For: 2.0.0
>
> Attachments: Conflicting details.txt
>
>
> Hi,  by analyzing the accumulo-core:2.0.0-SNAPSHOT  
> accumulo-master\core\pom.xml file, we found that several duplicate classes 
> exist in different JARs: "commons-beanutils:commons-*beanutils-core*:1.8.0" 
> and "commons-beanutils:commons-*beanutils*:1.7.0". As the JVM only load the 
> classes present first on the classpath and shadow the other duplicate ones 
> with the same name. It would be throw the "*NoSuchMethodException*" or 
> "*NoSuchMethodError*" if the duplicate classes are inconsistent! So we spend 
> some energy to scan the different features between these duplicate classes. 
> The conflicting details are listed in the attachment. Please pay attention to 
> it) not found. Hope our report can help you. Thanks :).
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)