[jira] [Updated] (HADOOP-18006) maven-enforcer-plugin's execution of banned-illegal-imports gets overridden in child poms

2024-01-20 Thread Shilun Fan (Jira)


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

Shilun Fan updated HADOOP-18006:

Affects Version/s: 3.4.0

> maven-enforcer-plugin's execution of banned-illegal-imports gets overridden 
> in child poms
> -
>
> Key: HADOOP-18006
> URL: https://issues.apache.org/jira/browse/HADOOP-18006
> Project: Hadoop Common
>  Issue Type: Bug
>Affects Versions: 3.4.0
>Reporter: Viraj Jasani
>Assignee: Viraj Jasani
>Priority: Major
>  Labels: pull-request-available
> Fix For: 3.4.0
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> When we specify any maven plugin with execution tag in the parent as well as 
> child modules, child module plugin overrides parent plugin. For instance, 
> when {{banned-illegal-imports}} is applied for any child module with only one 
> banned import (let’s say {{{}Preconditions{}}}), then only that banned import 
> is covered by that child module and all imports defined in parent module (e.g 
> Sets, Lists etc) are overridden and they are no longer applied.
> After this 
> [commit|https://github.com/apache/hadoop/commit/62c86eaa0e539a4307ca794e0fcd502a77ebceb8],
>  hadoop-hdfs module will not complain about {{Sets}} even if i import it from 
> guava banned imports but on the other hand, hadoop-yarn module doesn’t have 
> any child level {{banned-illegal-imports}} defined so yarn modules will fail 
> if {{Sets}} guava import is used.
> So going forward, it would be good to replace guava imports with Hadoop’s own 
> imports module-by-module and only at the end, we should add new entry to 
> parent pom {{banned-illegal-imports}} list.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Updated] (HADOOP-18006) maven-enforcer-plugin's execution of banned-illegal-imports gets overridden in child poms

2024-01-20 Thread Shilun Fan (Jira)


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

Shilun Fan updated HADOOP-18006:

Component/s: build

> maven-enforcer-plugin's execution of banned-illegal-imports gets overridden 
> in child poms
> -
>
> Key: HADOOP-18006
> URL: https://issues.apache.org/jira/browse/HADOOP-18006
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: build
>Affects Versions: 3.4.0
>Reporter: Viraj Jasani
>Assignee: Viraj Jasani
>Priority: Major
>  Labels: pull-request-available
> Fix For: 3.4.0
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> When we specify any maven plugin with execution tag in the parent as well as 
> child modules, child module plugin overrides parent plugin. For instance, 
> when {{banned-illegal-imports}} is applied for any child module with only one 
> banned import (let’s say {{{}Preconditions{}}}), then only that banned import 
> is covered by that child module and all imports defined in parent module (e.g 
> Sets, Lists etc) are overridden and they are no longer applied.
> After this 
> [commit|https://github.com/apache/hadoop/commit/62c86eaa0e539a4307ca794e0fcd502a77ebceb8],
>  hadoop-hdfs module will not complain about {{Sets}} even if i import it from 
> guava banned imports but on the other hand, hadoop-yarn module doesn’t have 
> any child level {{banned-illegal-imports}} defined so yarn modules will fail 
> if {{Sets}} guava import is used.
> So going forward, it would be good to replace guava imports with Hadoop’s own 
> imports module-by-module and only at the end, we should add new entry to 
> parent pom {{banned-illegal-imports}} list.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Updated] (HADOOP-18006) maven-enforcer-plugin's execution of banned-illegal-imports gets overridden in child poms

2021-11-15 Thread Takanobu Asanuma (Jira)


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

Takanobu Asanuma updated HADOOP-18006:
--
Fix Version/s: 3.4.0
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

> maven-enforcer-plugin's execution of banned-illegal-imports gets overridden 
> in child poms
> -
>
> Key: HADOOP-18006
> URL: https://issues.apache.org/jira/browse/HADOOP-18006
> Project: Hadoop Common
>  Issue Type: Bug
>Reporter: Viraj Jasani
>Assignee: Viraj Jasani
>Priority: Major
>  Labels: pull-request-available
> Fix For: 3.4.0
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> When we specify any maven plugin with execution tag in the parent as well as 
> child modules, child module plugin overrides parent plugin. For instance, 
> when {{banned-illegal-imports}} is applied for any child module with only one 
> banned import (let’s say {{{}Preconditions{}}}), then only that banned import 
> is covered by that child module and all imports defined in parent module (e.g 
> Sets, Lists etc) are overridden and they are no longer applied.
> After this 
> [commit|https://github.com/apache/hadoop/commit/62c86eaa0e539a4307ca794e0fcd502a77ebceb8],
>  hadoop-hdfs module will not complain about {{Sets}} even if i import it from 
> guava banned imports but on the other hand, hadoop-yarn module doesn’t have 
> any child level {{banned-illegal-imports}} defined so yarn modules will fail 
> if {{Sets}} guava import is used.
> So going forward, it would be good to replace guava imports with Hadoop’s own 
> imports module-by-module and only at the end, we should add new entry to 
> parent pom {{banned-illegal-imports}} list.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Updated] (HADOOP-18006) maven-enforcer-plugin's execution of banned-illegal-imports gets overridden in child poms

2021-11-12 Thread Viraj Jasani (Jira)


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

Viraj Jasani updated HADOOP-18006:
--
Status: Patch Available  (was: In Progress)

> maven-enforcer-plugin's execution of banned-illegal-imports gets overridden 
> in child poms
> -
>
> Key: HADOOP-18006
> URL: https://issues.apache.org/jira/browse/HADOOP-18006
> Project: Hadoop Common
>  Issue Type: Bug
>Reporter: Viraj Jasani
>Assignee: Viraj Jasani
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> When we specify any maven plugin with execution tag in the parent as well as 
> child modules, child module plugin overrides parent plugin. For instance, 
> when {{banned-illegal-imports}} is applied for any child module with only one 
> banned import (let’s say {{{}Preconditions{}}}), then only that banned import 
> is covered by that child module and all imports defined in parent module (e.g 
> Sets, Lists etc) are overridden and they are no longer applied.
> After this 
> [commit|https://github.com/apache/hadoop/commit/62c86eaa0e539a4307ca794e0fcd502a77ebceb8],
>  hadoop-hdfs module will not complain about {{Sets}} even if i import it from 
> guava banned imports but on the other hand, hadoop-yarn module doesn’t have 
> any child level {{banned-illegal-imports}} defined so yarn modules will fail 
> if {{Sets}} guava import is used.
> So going forward, it would be good to replace guava imports with Hadoop’s own 
> imports module-by-module and only at the end, we should add new entry to 
> parent pom {{banned-illegal-imports}} list.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Updated] (HADOOP-18006) maven-enforcer-plugin's execution of banned-illegal-imports gets overridden in child poms

2021-11-11 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot updated HADOOP-18006:

Labels: pull-request-available  (was: )

> maven-enforcer-plugin's execution of banned-illegal-imports gets overridden 
> in child poms
> -
>
> Key: HADOOP-18006
> URL: https://issues.apache.org/jira/browse/HADOOP-18006
> Project: Hadoop Common
>  Issue Type: Bug
>Reporter: Viraj Jasani
>Assignee: Viraj Jasani
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> When we specify any maven plugin with execution tag in the parent as well as 
> child modules, child module plugin overrides parent plugin. For instance, 
> when {{banned-illegal-imports}} is applied for any child module with only one 
> banned import (let’s say {{{}Preconditions{}}}), then only that banned import 
> is covered by that child module and all imports defined in parent module (e.g 
> Sets, Lists etc) are overridden and they are no longer applied.
> After this 
> [commit|https://github.com/apache/hadoop/commit/62c86eaa0e539a4307ca794e0fcd502a77ebceb8],
>  hadoop-hdfs module will not complain about {{Sets}} even if i import it from 
> guava banned imports but on the other hand, hadoop-yarn module doesn’t have 
> any child level {{banned-illegal-imports}} defined so yarn modules will fail 
> if {{Sets}} guava import is used.
> So going forward, it would be good to replace guava imports with Hadoop’s own 
> imports module-by-module and only at the end, we should add new entry to 
> parent pom {{banned-illegal-imports}} list.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org