[jira] [Updated] (FLINK-27886) Error way for skipping shade plugin in sub-modules

2023-08-19 Thread Flink Jira Bot (Jira)


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

Flink Jira Bot updated FLINK-27886:
---
  Labels: auto-deprioritized-major auto-deprioritized-minor 
pull-request-available  (was: auto-deprioritized-major pull-request-available 
stale-minor)
Priority: Not a Priority  (was: Minor)

This issue was labeled "stale-minor" 7 days ago and has not received any 
updates so it is being deprioritized. If this ticket is actually Minor, please 
raise the priority and ask a committer to assign you the issue or revive the 
public discussion.


> Error way for skipping shade plugin in sub-modules
> --
>
> Key: FLINK-27886
> URL: https://issues.apache.org/jira/browse/FLINK-27886
> Project: Flink
>  Issue Type: Improvement
>  Components: BuildSystem / Shaded
>Affects Versions: 1.13.6, 1.14.4, 1.15.0
>Reporter: Ran Tao
>Priority: Not a Priority
>  Labels: auto-deprioritized-major, auto-deprioritized-minor, 
> pull-request-available
> Attachments: screenshot-1.png, screenshot-2.png
>
>
> Currently in some sub-modules, for example, flink-quickstart-java  
> flink-quickstart-scala, flink-walkthrough, we want to skip shade but use 
> error way like this
> {code:java}
> 
>   org.apache.maven.plugins
>   maven-shade-plugin
>   
>   
>   
>   
>   
>   
> {code}
> It just set none phase for itself, can't forbid the inherited parent shade.
>  !screenshot-1.png! 
>  !screenshot-2.png! 
> the correct way is 
> {code:java}
> 
>   org.apache.maven.plugins
>   maven-shade-plugin
>   
>   
>   shade-flink
>   none
>   
>   
>   
> {code}
> it can forbid parent shade-flink and also it's own shade. because there are 
> no extra own shade executions.



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


[jira] [Updated] (FLINK-27886) Error way for skipping shade plugin in sub-modules

2023-08-11 Thread Flink Jira Bot (Jira)


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

Flink Jira Bot updated FLINK-27886:
---
Labels: auto-deprioritized-major pull-request-available stale-minor  (was: 
auto-deprioritized-major pull-request-available)

I am the [Flink Jira Bot|https://github.com/apache/flink-jira-bot/] and I help 
the community manage its development. I see this issues has been marked as 
Minor but is unassigned and neither itself nor its Sub-Tasks have been updated 
for 180 days. I have gone ahead and marked it "stale-minor". If this ticket is 
still Minor, please either assign yourself or give an update. Afterwards, 
please remove the label or in 7 days the issue will be deprioritized.


> Error way for skipping shade plugin in sub-modules
> --
>
> Key: FLINK-27886
> URL: https://issues.apache.org/jira/browse/FLINK-27886
> Project: Flink
>  Issue Type: Improvement
>  Components: BuildSystem / Shaded
>Affects Versions: 1.13.6, 1.14.4, 1.15.0
>Reporter: Ran Tao
>Priority: Minor
>  Labels: auto-deprioritized-major, pull-request-available, 
> stale-minor
> Attachments: screenshot-1.png, screenshot-2.png
>
>
> Currently in some sub-modules, for example, flink-quickstart-java  
> flink-quickstart-scala, flink-walkthrough, we want to skip shade but use 
> error way like this
> {code:java}
> 
>   org.apache.maven.plugins
>   maven-shade-plugin
>   
>   
>   
>   
>   
>   
> {code}
> It just set none phase for itself, can't forbid the inherited parent shade.
>  !screenshot-1.png! 
>  !screenshot-2.png! 
> the correct way is 
> {code:java}
> 
>   org.apache.maven.plugins
>   maven-shade-plugin
>   
>   
>   shade-flink
>   none
>   
>   
>   
> {code}
> it can forbid parent shade-flink and also it's own shade. because there are 
> no extra own shade executions.



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


[jira] [Updated] (FLINK-27886) Error way for skipping shade plugin in sub-modules

2022-08-23 Thread Flink Jira Bot (Jira)


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

Flink Jira Bot updated FLINK-27886:
---
  Labels: auto-deprioritized-major pull-request-available  (was: 
pull-request-available stale-major)
Priority: Minor  (was: Major)

This issue was labeled "stale-major" 7 days ago and has not received any 
updates so it is being deprioritized. If this ticket is actually Major, please 
raise the priority and ask a committer to assign you the issue or revive the 
public discussion.


> Error way for skipping shade plugin in sub-modules
> --
>
> Key: FLINK-27886
> URL: https://issues.apache.org/jira/browse/FLINK-27886
> Project: Flink
>  Issue Type: Improvement
>  Components: BuildSystem / Shaded
>Affects Versions: 1.13.6, 1.14.4, 1.15.0
>Reporter: Ran Tao
>Priority: Minor
>  Labels: auto-deprioritized-major, pull-request-available
> Attachments: screenshot-1.png, screenshot-2.png
>
>
> Currently in some sub-modules, for example, flink-quickstart-java  
> flink-quickstart-scala, flink-walkthrough, we want to skip shade but use 
> error way like this
> {code:java}
> 
>   org.apache.maven.plugins
>   maven-shade-plugin
>   
>   
>   
>   
>   
>   
> {code}
> It just set none phase for itself, can't forbid the inherited parent shade.
>  !screenshot-1.png! 
>  !screenshot-2.png! 
> the correct way is 
> {code:java}
> 
>   org.apache.maven.plugins
>   maven-shade-plugin
>   
>   
>   shade-flink
>   none
>   
>   
>   
> {code}
> it can forbid parent shade-flink and also it's own shade. because there are 
> no extra own shade executions.



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


[jira] [Updated] (FLINK-27886) Error way for skipping shade plugin in sub-modules

2022-08-15 Thread Flink Jira Bot (Jira)


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

Flink Jira Bot updated FLINK-27886:
---
Labels: pull-request-available stale-major  (was: pull-request-available)

I am the [Flink Jira Bot|https://github.com/apache/flink-jira-bot/] and I help 
the community manage its development. I see this issues has been marked as 
Major but is unassigned and neither itself nor its Sub-Tasks have been updated 
for 60 days. I have gone ahead and added a "stale-major" to the issue". If this 
ticket is a Major, please either assign yourself or give an update. Afterwards, 
please remove the label or in 7 days the issue will be deprioritized.


> Error way for skipping shade plugin in sub-modules
> --
>
> Key: FLINK-27886
> URL: https://issues.apache.org/jira/browse/FLINK-27886
> Project: Flink
>  Issue Type: Improvement
>  Components: BuildSystem / Shaded
>Affects Versions: 1.13.6, 1.14.4, 1.15.0
>Reporter: Ran Tao
>Priority: Major
>  Labels: pull-request-available, stale-major
> Attachments: screenshot-1.png, screenshot-2.png
>
>
> Currently in some sub-modules, for example, flink-quickstart-java  
> flink-quickstart-scala, flink-walkthrough, we want to skip shade but use 
> error way like this
> {code:java}
> 
>   org.apache.maven.plugins
>   maven-shade-plugin
>   
>   
>   
>   
>   
>   
> {code}
> It just set none phase for itself, can't forbid the inherited parent shade.
>  !screenshot-1.png! 
>  !screenshot-2.png! 
> the correct way is 
> {code:java}
> 
>   org.apache.maven.plugins
>   maven-shade-plugin
>   
>   
>   shade-flink
>   none
>   
>   
>   
> {code}
> it can forbid parent shade-flink and also it's own shade. because there are 
> no extra own shade executions.



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


[jira] [Updated] (FLINK-27886) Error way for skipping shade plugin in sub-modules

2022-06-02 Thread Ran Tao (Jira)


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

Ran Tao updated FLINK-27886:

Description: 
Currently in some sub-modules, for example, flink-quickstart-java  
flink-quickstart-scala, flink-walkthrough, we want to skip shade but use error 
way like this

{code:java}

org.apache.maven.plugins
maven-shade-plugin






{code}

It just set none phase for itself, can't forbid the inherited parent shade.

 !screenshot-1.png! 
 !screenshot-2.png! 

the correct way is 

{code:java}

org.apache.maven.plugins
maven-shade-plugin


shade-flink
none



{code}

it can forbid parent shade-flink and also it's own shade. because there are no 
extra own shade executions.


  was:
Currently in some sub-modules, for example, flink-quickstart-java  
flink-quickstart-scala, flink-walkthrough, we want to skip shade but use error 
way like this

{code:java}

org.apache.maven.plugins
maven-shade-plugin






{code}

It just set none phase for itself, can't forbid the inherited parent shade.

 !screenshot-1.png! 
 !screenshot-2.png! 

the correct way is 

{code:java}

org.apache.maven.plugins
maven-shade-plugin


shade-flink
none



{code}

it can forbid parent shade-flink and also it's own shade. because there is no 
extra own shade executions.



> Error way for skipping shade plugin in sub-modules
> --
>
> Key: FLINK-27886
> URL: https://issues.apache.org/jira/browse/FLINK-27886
> Project: Flink
>  Issue Type: Improvement
>  Components: BuildSystem / Shaded
>Affects Versions: 1.15.0, 1.13.6, 1.14.4
>Reporter: Ran Tao
>Priority: Major
>  Labels: pull-request-available
> Attachments: screenshot-1.png, screenshot-2.png
>
>
> Currently in some sub-modules, for example, flink-quickstart-java  
> flink-quickstart-scala, flink-walkthrough, we want to skip shade but use 
> error way like this
> {code:java}
> 
>   org.apache.maven.plugins
>   maven-shade-plugin
>   
>   
>   
>   
>   
>   
> {code}
> It just set none phase for itself, can't forbid the inherited parent shade.
>  !screenshot-1.png! 
>  !screenshot-2.png! 
> the correct way is 
> {code:java}
> 
>   org.apache.maven.plugins
>   maven-shade-plugin
>   
>   
>   shade-flink
>   none
>   
>   
>   
> {code}
> it can forbid parent shade-flink and also it's own shade. because there are 
> no extra own shade executions.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Updated] (FLINK-27886) Error way for skipping shade plugin in sub-modules

2022-06-02 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot updated FLINK-27886:
---
Labels: pull-request-available  (was: )

> Error way for skipping shade plugin in sub-modules
> --
>
> Key: FLINK-27886
> URL: https://issues.apache.org/jira/browse/FLINK-27886
> Project: Flink
>  Issue Type: Improvement
>  Components: BuildSystem / Shaded
>Affects Versions: 1.15.0, 1.13.6, 1.14.4
>Reporter: Ran Tao
>Priority: Major
>  Labels: pull-request-available
> Attachments: screenshot-1.png, screenshot-2.png
>
>
> Currently in some sub-modules, for example, flink-quickstart-java  
> flink-quickstart-scala, flink-walkthrough, we want to skip shade but use 
> error way like this
> {code:java}
> 
>   org.apache.maven.plugins
>   maven-shade-plugin
>   
>   
>   
>   
>   
>   
> {code}
> It just set none phase for itself, can't forbid the inherited parent shade.
>  !screenshot-1.png! 
>  !screenshot-2.png! 
> the correct way is 
> {code:java}
> 
>   org.apache.maven.plugins
>   maven-shade-plugin
>   
>   
>   shade-flink
>   none
>   
>   
>   
> {code}
> it can forbid parent shade-flink and also it's own shade. because there is no 
> extra own shade executions.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Updated] (FLINK-27886) Error way for skipping shade plugin in sub-modules

2022-06-02 Thread Ran Tao (Jira)


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

Ran Tao updated FLINK-27886:

Description: 
Currently in some sub-modules, for example, flink-quickstart-java  
flink-quickstart-scala, flink-walkthrough, we want to skip shade but use error 
way like this

{code:java}

org.apache.maven.plugins
maven-shade-plugin






{code}

It just set none phase for itself, can't forbid the inherited parent shade.

 !screenshot-1.png! 
 !screenshot-2.png! 

the correct way is 

{code:java}

org.apache.maven.plugins
maven-shade-plugin


shade-flink
none



{code}

it can forbid parent shade-flink and also it's own shade. because there is no 
extra own shade executions.


  was:
Currently in some sub-modules, for example, flink-quickstart-java  
flink-quickstart-scala, flink-walkthrough, we want to skip shade but use error 
way like this

{code:java}

org.apache.maven.plugins
maven-shade-plugin






{code}

It just set none phase for itself, can't forbid the inherited parent shade.

 !screenshot-1.png! 
 !screenshot-2.png! 

the correct way is 

{code:java}

org.apache.maven.plugins
maven-shade-plugin


shade-flink
none



{code}

it can forbid parent shade-flink and also it's own shade. because there is no 
another own shade execution.



> Error way for skipping shade plugin in sub-modules
> --
>
> Key: FLINK-27886
> URL: https://issues.apache.org/jira/browse/FLINK-27886
> Project: Flink
>  Issue Type: Improvement
>  Components: BuildSystem / Shaded
>Affects Versions: 1.15.0, 1.13.6, 1.14.4
>Reporter: Ran Tao
>Priority: Major
> Attachments: screenshot-1.png, screenshot-2.png
>
>
> Currently in some sub-modules, for example, flink-quickstart-java  
> flink-quickstart-scala, flink-walkthrough, we want to skip shade but use 
> error way like this
> {code:java}
> 
>   org.apache.maven.plugins
>   maven-shade-plugin
>   
>   
>   
>   
>   
>   
> {code}
> It just set none phase for itself, can't forbid the inherited parent shade.
>  !screenshot-1.png! 
>  !screenshot-2.png! 
> the correct way is 
> {code:java}
> 
>   org.apache.maven.plugins
>   maven-shade-plugin
>   
>   
>   shade-flink
>   none
>   
>   
>   
> {code}
> it can forbid parent shade-flink and also it's own shade. because there is no 
> extra own shade executions.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Updated] (FLINK-27886) Error way for skipping shade plugin in sub-modules

2022-06-02 Thread Ran Tao (Jira)


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

Ran Tao updated FLINK-27886:

Description: 
Currently in some sub-modules, for example, flink-quickstart-java  
flink-quickstart-scala, flink-walkthrough, we want to skip shade but use error 
way like this

{code:java}

org.apache.maven.plugins
maven-shade-plugin






{code}

It just set none phase for itself, can't forbid the inherited parent shade.

 !screenshot-1.png! 
 !screenshot-2.png! 

the correct way is 

{code:java}

org.apache.maven.plugins
maven-shade-plugin


shade-flink
none



{code}

it can forbid parent shade-flink and also it's own shade. because there is no 
another own shade execution.


  was:
Currently in some sub-modules, for example, flink-quickstart-java  
flink-quickstart-scala, flink-walkthrough, we want to skip shade but use error 
way like this

{code:java}

org.apache.maven.plugins
maven-shade-plugin






{code}

It just set none phase for itself, can't forbid the inherited parent shade.

the correct way is 

{code:java}

org.apache.maven.plugins
maven-shade-plugin


shade-flink
none



{code}

it can forbid parent shade-flink and also it's own shade. because there is no 
another own shade execution.



> Error way for skipping shade plugin in sub-modules
> --
>
> Key: FLINK-27886
> URL: https://issues.apache.org/jira/browse/FLINK-27886
> Project: Flink
>  Issue Type: Improvement
>  Components: BuildSystem / Shaded
>Affects Versions: 1.15.0, 1.13.6, 1.14.4
>Reporter: Ran Tao
>Priority: Major
> Attachments: screenshot-1.png, screenshot-2.png
>
>
> Currently in some sub-modules, for example, flink-quickstart-java  
> flink-quickstart-scala, flink-walkthrough, we want to skip shade but use 
> error way like this
> {code:java}
> 
>   org.apache.maven.plugins
>   maven-shade-plugin
>   
>   
>   
>   
>   
>   
> {code}
> It just set none phase for itself, can't forbid the inherited parent shade.
>  !screenshot-1.png! 
>  !screenshot-2.png! 
> the correct way is 
> {code:java}
> 
>   org.apache.maven.plugins
>   maven-shade-plugin
>   
>   
>   shade-flink
>   none
>   
>   
>   
> {code}
> it can forbid parent shade-flink and also it's own shade. because there is no 
> another own shade execution.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Updated] (FLINK-27886) Error way for skipping shade plugin in sub-modules

2022-06-02 Thread Ran Tao (Jira)


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

Ran Tao updated FLINK-27886:

Attachment: screenshot-2.png

> Error way for skipping shade plugin in sub-modules
> --
>
> Key: FLINK-27886
> URL: https://issues.apache.org/jira/browse/FLINK-27886
> Project: Flink
>  Issue Type: Improvement
>  Components: BuildSystem / Shaded
>Affects Versions: 1.15.0, 1.13.6, 1.14.4
>Reporter: Ran Tao
>Priority: Major
> Attachments: screenshot-1.png, screenshot-2.png
>
>
> Currently in some sub-modules, for example, flink-quickstart-java  
> flink-quickstart-scala, flink-walkthrough, we want to skip shade but use 
> error way like this
> {code:java}
> 
>   org.apache.maven.plugins
>   maven-shade-plugin
>   
>   
>   
>   
>   
>   
> {code}
> It just set none phase for itself, can't forbid the inherited parent shade.
> the correct way is 
> {code:java}
> 
>   org.apache.maven.plugins
>   maven-shade-plugin
>   
>   
>   shade-flink
>   none
>   
>   
>   
> {code}
> it can forbid parent shade-flink and also it's own shade. because there is no 
> another own shade execution.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Updated] (FLINK-27886) Error way for skipping shade plugin in sub-modules

2022-06-02 Thread Ran Tao (Jira)


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

Ran Tao updated FLINK-27886:

Attachment: screenshot-1.png

> Error way for skipping shade plugin in sub-modules
> --
>
> Key: FLINK-27886
> URL: https://issues.apache.org/jira/browse/FLINK-27886
> Project: Flink
>  Issue Type: Improvement
>  Components: BuildSystem / Shaded
>Affects Versions: 1.15.0, 1.13.6, 1.14.4
>Reporter: Ran Tao
>Priority: Major
> Attachments: screenshot-1.png, screenshot-2.png
>
>
> Currently in some sub-modules, for example, flink-quickstart-java  
> flink-quickstart-scala, flink-walkthrough, we want to skip shade but use 
> error way like this
> {code:java}
> 
>   org.apache.maven.plugins
>   maven-shade-plugin
>   
>   
>   
>   
>   
>   
> {code}
> It just set none phase for itself, can't forbid the inherited parent shade.
> the correct way is 
> {code:java}
> 
>   org.apache.maven.plugins
>   maven-shade-plugin
>   
>   
>   shade-flink
>   none
>   
>   
>   
> {code}
> it can forbid parent shade-flink and also it's own shade. because there is no 
> another own shade execution.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)