[jira] [Updated] (HBASE-21696) Upgrade findbugs maven plugin to 3.0.4

2019-01-08 Thread Andrew Purtell (JIRA)


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

Andrew Purtell updated HBASE-21696:
---
   Resolution: Duplicate
Fix Version/s: (was: 1.2.11)
   (was: 1.3.4)
   (was: 1.4.10)
   (was: 1.5.0)
   Status: Resolved  (was: Patch Available)

> Upgrade findbugs maven plugin to 3.0.4
> --
>
> Key: HBASE-21696
> URL: https://issues.apache.org/jira/browse/HBASE-21696
> Project: HBase
>  Issue Type: Task
>Reporter: Andrew Purtell
>Assignee: Andrew Purtell
>Priority: Major
> Attachments: HBASE-21696-branch-1.patch
>
>
> Depending on Maven version the Findbugs plugin version 3.0.0 can produce this:
> [ERROR] Failed to execute goal 
> org.codehaus.mojo:findbugs-maven-plugin:3.0.0:findbugs (default) on project 
> hbase: Unable to parse configuration of mojo 
> org.codehaus.mojo:findbugs-maven-plugin:3.0.0:findbugs for parameter 
> pluginArtifacts: Cannot assign configuration entry 'pluginArtifacts' with 
> value '${plugin.artifacts}' of type 
> java.util.Collections.UnmodifiableRandomAccessList to property of type 
> java.util.ArrayList -> [Help 1]
> Fix is to upgrade the plugin from 3.0.0 to 3.0.4. 
> This looks like an issue only with the branch-1s. 



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


[jira] [Updated] (HBASE-21696) Upgrade findbugs maven plugin to 3.0.4

2019-01-08 Thread Andrew Purtell (JIRA)


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

Andrew Purtell updated HBASE-21696:
---
Status: Patch Available  (was: Open)

> Upgrade findbugs maven plugin to 3.0.4
> --
>
> Key: HBASE-21696
> URL: https://issues.apache.org/jira/browse/HBASE-21696
> Project: HBase
>  Issue Type: Task
>Reporter: Andrew Purtell
>Priority: Major
> Fix For: 1.5.0, 1.4.10, 1.3.4, 1.2.11
>
> Attachments: HBASE-21696-branch-1.patch
>
>
> Depending on Maven version the Findbugs plugin version 3.0.0 can produce this:
> [ERROR] Failed to execute goal 
> org.codehaus.mojo:findbugs-maven-plugin:3.0.0:findbugs (default) on project 
> hbase: Unable to parse configuration of mojo 
> org.codehaus.mojo:findbugs-maven-plugin:3.0.0:findbugs for parameter 
> pluginArtifacts: Cannot assign configuration entry 'pluginArtifacts' with 
> value '${plugin.artifacts}' of type 
> java.util.Collections.UnmodifiableRandomAccessList to property of type 
> java.util.ArrayList -> [Help 1]
> Fix is to upgrade the plugin from 3.0.0 to 3.0.4. 
> This looks like an issue mainly with the branch-1s. 



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


[jira] [Updated] (HBASE-21696) Upgrade findbugs maven plugin to 3.0.4

2019-01-08 Thread Andrew Purtell (JIRA)


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

Andrew Purtell updated HBASE-21696:
---
Description: 
Depending on Maven version the Findbugs plugin version 3.0.0 can produce this:

[ERROR] Failed to execute goal 
org.codehaus.mojo:findbugs-maven-plugin:3.0.0:findbugs (default) on project 
hbase: Unable to parse configuration of mojo 
org.codehaus.mojo:findbugs-maven-plugin:3.0.0:findbugs for parameter 
pluginArtifacts: Cannot assign configuration entry 'pluginArtifacts' with value 
'${plugin.artifacts}' of type 
java.util.Collections.UnmodifiableRandomAccessList to property of type 
java.util.ArrayList -> [Help 1]

Fix is to upgrade the plugin from 3.0.0 to 3.0.4. 

This looks like an issue only with the branch-1s. 

  was:
Depending on Maven version the Findbugs plugin version 3.0.0 can produce this:

[ERROR] Failed to execute goal 
org.codehaus.mojo:findbugs-maven-plugin:3.0.0:findbugs (default) on project 
hbase: Unable to parse configuration of mojo 
org.codehaus.mojo:findbugs-maven-plugin:3.0.0:findbugs for parameter 
pluginArtifacts: Cannot assign configuration entry 'pluginArtifacts' with value 
'${plugin.artifacts}' of type 
java.util.Collections.UnmodifiableRandomAccessList to property of type 
java.util.ArrayList -> [Help 1]

Fix is to upgrade the plugin from 3.0.0 to 3.0.4. 

This looks like an issue mainly with the branch-1s. 


> Upgrade findbugs maven plugin to 3.0.4
> --
>
> Key: HBASE-21696
> URL: https://issues.apache.org/jira/browse/HBASE-21696
> Project: HBase
>  Issue Type: Task
>Reporter: Andrew Purtell
>Priority: Major
> Fix For: 1.5.0, 1.4.10, 1.3.4, 1.2.11
>
> Attachments: HBASE-21696-branch-1.patch
>
>
> Depending on Maven version the Findbugs plugin version 3.0.0 can produce this:
> [ERROR] Failed to execute goal 
> org.codehaus.mojo:findbugs-maven-plugin:3.0.0:findbugs (default) on project 
> hbase: Unable to parse configuration of mojo 
> org.codehaus.mojo:findbugs-maven-plugin:3.0.0:findbugs for parameter 
> pluginArtifacts: Cannot assign configuration entry 'pluginArtifacts' with 
> value '${plugin.artifacts}' of type 
> java.util.Collections.UnmodifiableRandomAccessList to property of type 
> java.util.ArrayList -> [Help 1]
> Fix is to upgrade the plugin from 3.0.0 to 3.0.4. 
> This looks like an issue only with the branch-1s. 



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


[jira] [Updated] (HBASE-21696) Upgrade findbugs maven plugin to 3.0.4

2019-01-08 Thread Andrew Purtell (JIRA)


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

Andrew Purtell updated HBASE-21696:
---
Attachment: HBASE-21696-branch-1.patch

> Upgrade findbugs maven plugin to 3.0.4
> --
>
> Key: HBASE-21696
> URL: https://issues.apache.org/jira/browse/HBASE-21696
> Project: HBase
>  Issue Type: Task
>Reporter: Andrew Purtell
>Priority: Major
> Fix For: 1.5.0, 1.4.10, 1.3.4, 1.2.11
>
> Attachments: HBASE-21696-branch-1.patch
>
>
> Depending on Maven version the Findbugs plugin version 3.0.0 can produce this:
> [ERROR] Failed to execute goal 
> org.codehaus.mojo:findbugs-maven-plugin:3.0.0:findbugs (default) on project 
> hbase: Unable to parse configuration of mojo 
> org.codehaus.mojo:findbugs-maven-plugin:3.0.0:findbugs for parameter 
> pluginArtifacts: Cannot assign configuration entry 'pluginArtifacts' with 
> value '${plugin.artifacts}' of type 
> java.util.Collections.UnmodifiableRandomAccessList to property of type 
> java.util.ArrayList -> [Help 1]
> Fix is to upgrade the plugin from 3.0.0 to 3.0.4. 
> This looks like an issue mainly with the branch-1s. 



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


[jira] [Updated] (HBASE-21696) Upgrade findbugs maven plugin to 3.0.4

2019-01-08 Thread Andrew Purtell (JIRA)


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

Andrew Purtell updated HBASE-21696:
---
Description: 
Depending on Maven version the Findbugs plugin version 3.0.0 can produce this:

[ERROR] Failed to execute goal 
org.codehaus.mojo:findbugs-maven-plugin:3.0.0:findbugs (default) on project 
hbase: Unable to parse configuration of mojo 
org.codehaus.mojo:findbugs-maven-plugin:3.0.0:findbugs for parameter 
pluginArtifacts: Cannot assign configuration entry 'pluginArtifacts' with value 
'${plugin.artifacts}' of type 
java.util.Collections.UnmodifiableRandomAccessList to property of type 
java.util.ArrayList -> [Help 1]

Fix is to upgrade the plugin from 3.0.0 to 3.0.4. 

This looks like an issue mainly with the branch-1s. 

  was:
Depending on Maven version the Findbugs plugin version 3.0.0 can produce this:

{noformat}
[ERROR] Failed to execute goal 
org.codehaus.mojo:findbugs-maven-plugin:3.0.0:findbugs (default) on project 
hbase: Unable to parse configuration of mojo 
org.codehaus.mojo:findbugs-maven-plugin:3.0.0:findbugs for parameter 
pluginArtifacts: Cannot assign configuration entry 'pluginArtifacts' with value 
'${plugin.artifacts}' of type 
java.util.Collections.UnmodifiableRandomAccessList to property of type 
java.util.ArrayList -> [Help 1]
{noformat}

Fix is to upgrade the plugin from 3.0.0 to 3.0.4. 

This looks like an issue mainly with the branch-1s. 


> Upgrade findbugs maven plugin to 3.0.4
> --
>
> Key: HBASE-21696
> URL: https://issues.apache.org/jira/browse/HBASE-21696
> Project: HBase
>  Issue Type: Task
>Reporter: Andrew Purtell
>Priority: Major
> Fix For: 1.5.0, 1.4.10, 1.3.4, 1.2.11
>
>
> Depending on Maven version the Findbugs plugin version 3.0.0 can produce this:
> [ERROR] Failed to execute goal 
> org.codehaus.mojo:findbugs-maven-plugin:3.0.0:findbugs (default) on project 
> hbase: Unable to parse configuration of mojo 
> org.codehaus.mojo:findbugs-maven-plugin:3.0.0:findbugs for parameter 
> pluginArtifacts: Cannot assign configuration entry 'pluginArtifacts' with 
> value '${plugin.artifacts}' of type 
> java.util.Collections.UnmodifiableRandomAccessList to property of type 
> java.util.ArrayList -> [Help 1]
> Fix is to upgrade the plugin from 3.0.0 to 3.0.4. 
> This looks like an issue mainly with the branch-1s. 



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