You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Robert Scholte <rf...@apache.org> on 2017/08/19 14:01:23 UTC

[VOTE] Release Apache Maven Shade Plugin version 3.1.0

Hi,

We solved 6 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317921&version=12339197&styleName=Text

There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%2012317921%20AND%20status%20%3D%20Open%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC

Staging repo:
https://repository.apache.org/content/repositories/maven-1357/
https://repository.apache.org/service/local/repositories/maven-1357/content/org/apache/maven/plugins/maven-shade-plugin/3.1.0/maven-shade-plugin-3.1.0-source-release.zip

Source release checksum(s):
maven-shade-plugin-3.1.0-source-release.zip sha1:  
3d1012e380c5bb6d88f51a298aa302022a39e1ad

Staging site:
https://maven.apache.org/plugins-archives/maven-shade-plugin-LATEST/

Guide to testing staged releases:
https://maven.apache.org/guides/development/guide-testing-releases.html

Note: This is a Java 9 support release. Be aware when using this on jars  
with module descriptors; it's intended strong encapsulation (i.e. not  
exported packages) will be lost. This is actually a JVM issue which is  
hopefully resolved in a future version of Java.

Vote open for at least 72 hours.

[ ] +1
[ ] +0
[ ] -1

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Apache Maven Shade Plugin version 3.1.0

Posted by Hervé BOUTEMY <he...@free.fr>.
+1

Regards,

Hervé

Le samedi 19 août 2017, 16:01:23 CEST Robert Scholte a écrit :
> Hi,
> 
> We solved 6 issues:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317921&ve
> rsion=12339197&styleName=Text
> 
> There are still a couple of issues left in JIRA:
> https://issues.apache.org/jira/issues/?jql=project%20%3D%2012317921%20AND%20
> status%20%3D%20Open%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC
> 
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1357/
> https://repository.apache.org/service/local/repositories/maven-1357/content/
> org/apache/maven/plugins/maven-shade-plugin/3.1.0/maven-shade-plugin-3.1.0-s
> ource-release.zip
> 
> Source release checksum(s):
> maven-shade-plugin-3.1.0-source-release.zip sha1:
> 3d1012e380c5bb6d88f51a298aa302022a39e1ad
> 
> Staging site:
> https://maven.apache.org/plugins-archives/maven-shade-plugin-LATEST/
> 
> Guide to testing staged releases:
> https://maven.apache.org/guides/development/guide-testing-releases.html
> 
> Note: This is a Java 9 support release. Be aware when using this on jars
> with module descriptors; it's intended strong encapsulation (i.e. not
> exported packages) will be lost. This is actually a JVM issue which is
> hopefully resolved in a future version of Java.
> 
> Vote open for at least 72 hours.
> 
> [ ] +1
> [ ] +0
> [ ] -1
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Apache Maven Shade Plugin version 3.1.0

Posted by Robert Scholte <rf...@apache.org>.
+1

On Sat, 19 Aug 2017 16:01:23 +0200, Robert Scholte <rf...@apache.org>  
wrote:

> Hi,
>
> We solved 6 issues:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317921&version=12339197&styleName=Text
>
> There are still a couple of issues left in JIRA:
> https://issues.apache.org/jira/issues/?jql=project%20%3D%2012317921%20AND%20status%20%3D%20Open%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1357/
> https://repository.apache.org/service/local/repositories/maven-1357/content/org/apache/maven/plugins/maven-shade-plugin/3.1.0/maven-shade-plugin-3.1.0-source-release.zip
>
> Source release checksum(s):
> maven-shade-plugin-3.1.0-source-release.zip sha1:  
> 3d1012e380c5bb6d88f51a298aa302022a39e1ad
>
> Staging site:
> https://maven.apache.org/plugins-archives/maven-shade-plugin-LATEST/
>
> Guide to testing staged releases:
> https://maven.apache.org/guides/development/guide-testing-releases.html
>
> Note: This is a Java 9 support release. Be aware when using this on jars  
> with module descriptors; it's intended strong encapsulation (i.e. not  
> exported packages) will be lost. This is actually a JVM issue which is  
> hopefully resolved in a future version of Java.
>
> Vote open for at least 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org

Re: [VOTE] Release Apache Maven Shade Plugin version 3.1.0

Posted by Karl Heinz Marbaise <kh...@gmx.de>.
Hi Robert,

tested via: mvn -Prun-its clean verify
the following combinations:

jdk1.7.0_79.jdk
   apache-maven-3.0.5
   apache-maven-3.1.1
   apache-maven-3.2.5
   apache-maven-3.3.1
   apache-maven-3.3.9
   apache-maven-3.5.0
jdk1.8.0_131.jdk
   apache-maven-3.0.5
   apache-maven-3.1.1
   apache-maven-3.2.5
   apache-maven-3.3.1
   apache-maven-3.3.9
   apache-maven-3.5.0
jdk1.8.0_144.jdk
   apache-maven-3.0.5
   apache-maven-3.1.1
   apache-maven-3.2.5
   apache-maven-3.3.1
   apache-maven-3.3.9
   apache-maven-3.5.0
jdk1.9.0_ea+181.jdk
   apache-maven-3.0.5
   apache-maven-3.1.1
   apache-maven-3.2.5
   apache-maven-3.3.1
   apache-maven-3.3.9
   apache-maven-3.5.0

The only thing I found are the following related to JDK 9:

[INFO] ..SUCCESS (5.5 s)
[INFO] Building: dep-reduced-pom/pom.xml
[INFO] run script verify.groovy
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by 
org.codehaus.groovy.reflection.CachedClass$3$1 
(file:/Users/kama/.m2/repository/org/codehaus/groovy/groovy/2.0.1/groovy-2.0.1.jar) 
to method java.lang.Object.finalize()
WARNING: Please consider reporting this to the maintainers of 
org.codehaus.groovy.reflection.CachedClass$3$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal 
reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO] ..SUCCESS (4.1 s)
[INFO] Building: dep-reduced-pom-relocated-result/pom.xml
[INFO] ..SUCCESS (2.7 s)
[INFO] Building: dep-reduced-pom-unique/pom.xml

So +1 from me...

Kind regards
Karl Heinz Marbaise

On 19/08/17 16:01, Robert Scholte wrote:
> Hi,
> 
> We solved 6 issues:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317921&version=12339197&styleName=Text 
> 
> 
> There are still a couple of issues left in JIRA:
> https://issues.apache.org/jira/issues/?jql=project%20%3D%2012317921%20AND%20status%20%3D%20Open%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC 
> 
> 
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1357/
> https://repository.apache.org/service/local/repositories/maven-1357/content/org/apache/maven/plugins/maven-shade-plugin/3.1.0/maven-shade-plugin-3.1.0-source-release.zip 
> 
> 
> Source release checksum(s):
> maven-shade-plugin-3.1.0-source-release.zip sha1: 
> 3d1012e380c5bb6d88f51a298aa302022a39e1ad
> 
> Staging site:
> https://maven.apache.org/plugins-archives/maven-shade-plugin-LATEST/
> 
> Guide to testing staged releases:
> https://maven.apache.org/guides/development/guide-testing-releases.html
> 
> Note: This is a Java 9 support release. Be aware when using this on jars 
> with module descriptors; it's intended strong encapsulation (i.e. not 
> exported packages) will be lost. This is actually a JVM issue which is 
> hopefully resolved in a future version of Java.
> 
> Vote open for at least 72 hours.
> 
> [ ] +1
> [ ] +0
> [ ] -1
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Apache Maven Shade Plugin version 3.1.0

Posted by Evgeny Mandrikov <go...@apache.org>.
Hi Robert,

In JaCoCo project tested shading of ASM 6.0_BETA that contains module-info
(relocation+minimization)

jdk1.6.0_45 , apache-maven-3.2.5
jdk1.7.0_80 , apache-maven-3.5.0
jdk1.8.0_144 , apache-maven-3.5.0
jdk-8u152-ea-b05 , apache-maven-3.5.0
jdk-9+181 , apache-maven-3.5.0

Works like charm, so +1 from me!

Regards,
Evgeny

On Sat, Aug 19, 2017 at 4:01 PM Robert Scholte <rf...@apache.org> wrote:

> Hi,
>
> We solved 6 issues:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317921&version=12339197&styleName=Text
>
> There are still a couple of issues left in JIRA:
>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%2012317921%20AND%20status%20%3D%20Open%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1357/
>
> https://repository.apache.org/service/local/repositories/maven-1357/content/org/apache/maven/plugins/maven-shade-plugin/3.1.0/maven-shade-plugin-3.1.0-source-release.zip
>
> Source release checksum(s):
> maven-shade-plugin-3.1.0-source-release.zip sha1:
> 3d1012e380c5bb6d88f51a298aa302022a39e1ad
>
> Staging site:
> https://maven.apache.org/plugins-archives/maven-shade-plugin-LATEST/
>
> Guide to testing staged releases:
> https://maven.apache.org/guides/development/guide-testing-releases.html
>
> Note: This is a Java 9 support release. Be aware when using this on jars
> with module descriptors; it's intended strong encapsulation (i.e. not
> exported packages) will be lost. This is actually a JVM issue which is
> hopefully resolved in a future version of Java.
>
> Vote open for at least 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

Re: [VOTE] Release Apache Maven Shade Plugin version 3.1.0

Posted by Stephane Nicoll <st...@gmail.com>.
+1



On Sat, 19 Aug 2017 at 16:01, Robert Scholte <rf...@apache.org> wrote:

> Hi,
>
> We solved 6 issues:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317921&version=12339197&styleName=Text
>
> There are still a couple of issues left in JIRA:
>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%2012317921%20AND%20status%20%3D%20Open%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1357/
>
> https://repository.apache.org/service/local/repositories/maven-1357/content/org/apache/maven/plugins/maven-shade-plugin/3.1.0/maven-shade-plugin-3.1.0-source-release.zip
>
> Source release checksum(s):
> maven-shade-plugin-3.1.0-source-release.zip sha1:
> 3d1012e380c5bb6d88f51a298aa302022a39e1ad
>
> Staging site:
> https://maven.apache.org/plugins-archives/maven-shade-plugin-LATEST/
>
> Guide to testing staged releases:
> https://maven.apache.org/guides/development/guide-testing-releases.html
>
> Note: This is a Java 9 support release. Be aware when using this on jars
> with module descriptors; it's intended strong encapsulation (i.e. not
> exported packages) will be lost. This is actually a JVM issue which is
> hopefully resolved in a future version of Java.
>
> Vote open for at least 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
> --
Sent from my phone

Re: [VOTE] Release Apache Maven Shade Plugin version 3.1.0

Posted by Robert Scholte <rf...@apache.org>.
Hi,

The vote has passed with the following result:

+1 : Karl Heinz Marbaise, Evgeny Mandrikov, Hervé BOUTEMY, Robert Scholte,  
Stephane Nicoll

PMC quorum: reached

I will promote the artifacts to the central repo.


On Sat, 19 Aug 2017 16:01:23 +0200, Robert Scholte <rf...@apache.org>  
wrote:

> Hi,
>
> We solved 6 issues:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317921&version=12339197&styleName=Text
>
> There are still a couple of issues left in JIRA:
> https://issues.apache.org/jira/issues/?jql=project%20%3D%2012317921%20AND%20status%20%3D%20Open%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1357/
> https://repository.apache.org/service/local/repositories/maven-1357/content/org/apache/maven/plugins/maven-shade-plugin/3.1.0/maven-shade-plugin-3.1.0-source-release.zip
>
> Source release checksum(s):
> maven-shade-plugin-3.1.0-source-release.zip sha1:  
> 3d1012e380c5bb6d88f51a298aa302022a39e1ad
>
> Staging site:
> https://maven.apache.org/plugins-archives/maven-shade-plugin-LATEST/
>
> Guide to testing staged releases:
> https://maven.apache.org/guides/development/guide-testing-releases.html
>
> Note: This is a Java 9 support release. Be aware when using this on jars  
> with module descriptors; it's intended strong encapsulation (i.e. not  
> exported packages) will be lost. This is actually a JVM issue which is  
> hopefully resolved in a future version of Java.
>
> Vote open for at least 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org