Re: Release of pmd, shade, plugin-tools plugin

2018-10-29 Thread Yuri de Wit
Hi Olivier,
For you information, ASM has released version 7 (was 7.0-beta
). See here:
https://asm.ow2.io/versions.html)

On Mon, Oct 22, 2018 at 11:17 PM Olivier Lamy  wrote:

> Hi
> Thanks I can do the releases.
> unstable:
>
> On Tue, 23 Oct 2018 at 03:24, Robert Scholte  wrote:
>
> > Do you need some help?
> >
> > For instance:
> > https://builds.apache.org/job/maven-box/job/maven-plugin-tools/ is
> > unstable
> >
>
>
> https://builds.apache.org/blue/organizations/jenkins/maven-box%2Fmaven-plugin-tools/detail/master/50/tests
> why thanks windows
> ```
> Error
>
> Directory
>
> C:\Users\jenkins\AppData\Local\Temp\1\testGenerator-outDir\org\apache\maven\tools\plugin\generator
> unable to be deleted.
>
> Stacktrace
>
> java.io.IOException: Directory
>
> C:\Users\jenkins\AppData\Local\Temp\1\testGenerator-outDir\org\apache\maven\tools\plugin\generator
> unable to be deleted.
> at org.codehaus.plexus.util.FileUtils.deleteDirectory(FileUtils.java:1622)
> at org.codehaus.plexus.util.FileUtils.forceDelete(FileUtils.java:1402)
> at org.codehaus.plexus.util.FileUtils.cleanDirectory(FileUtils.java:1672)
> at org.codehaus.plexus.util.FileUtils.deleteDirectory(FileUtils.java:1618)
> at org.codehaus.plexus.util.FileUtils.forceDelete(FileUtils.java:1402)
> at org.codehaus.plexus.util.FileUtils.cleanDirectory(FileUtils.java:1672)
> at org.codehaus.plexus.util.FileUtils.deleteDirectory(FileUtils.java:1618)
> at org.codehaus.plexus.util.FileUtils.forceDelete(FileUtils.java:1402)
> at org.codehaus.plexus.util.FileUtils.cleanDirectory(FileUtils.java:1672)
> at org.codehaus.plexus.util.FileUtils.deleteDirectory(FileUtils.java:1618)
> at org.codehaus.plexus.util.FileUtils.forceDelete(FileUtils.java:1402)
> at org.codehaus.plexus.util.FileUtils.cleanDirectory(FileUtils.java:1672)
> at org.codehaus.plexus.util.FileUtils.deleteDirectory(FileUtils.java:1618)
> at org.codehaus.plexus.util.FileUtils.forceDelete(FileUtils.java:1402)
> at org.codehaus.plexus.util.FileUtils.cleanDirectory(FileUtils.java:1672)
> at org.codehaus.plexus.util.FileUtils.deleteDirectory(FileUtils.java:1618)
> at org.codehaus.plexus.util.FileUtils.forceDelete(FileUtils.java:1402)
> at org.codehaus.plexus.util.FileUtils.cleanDirectory(FileUtils.java:1672)
> at org.codehaus.plexus.util.FileUtils.deleteDirectory(FileUtils.java:1618)
> at
>
> org.apache.maven.tools.plugin.generator.AbstractGeneratorTestCase.testGenerator(AbstractGeneratorTestCase.java:123)
> ```
>
>
>
>
>
> > https://builds.apache.org/job/maven-box/job/maven-pmd-plugin/ is
> unstable
> >
>
>
> few it test has failed with
>
> [linux-jdk7-m3.2.x_build]  |  |[ERROR] Plugin
> org.apache.maven.plugins:maven-clean-plugin:2.5 or one of its
> dependencies could not be resolved: Failed to read artifact descriptor
> for org.apache.maven.plugins:maven-clean-plugin:jar:2.5: Could not
> transfer artifact org.apache.maven.plugins:maven-clean-plugin:pom:2.5
> from/to central (https://repo.maven.apache.org/maven2): Received fatal
> alert: protocol_version ->
>
>
> so now it should be fixed forcing
> -Dhttps.protocols=TLSv1.2  within a 1.7 profile
>
>
> > thanks,
> > Robert
> >
> > On Mon, 22 Oct 2018 13:10:19 +0200, Olivier Lamy 
> wrote:
> >
> > > Hi
> > > I'd like to make release of all of those for jdk11 usage.
> > > Let me know if any issue.
> > >
> > > Cheers
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> > For additional commands, e-mail: dev-h...@maven.apache.org
> >
> >
>
> --
> Olivier Lamy
> http://twitter.com/olamy | http://linkedin.com/in/olamy
>


Re: [ANN] Apache Maven Shade Plugin Version 3.2.0 Released

2018-10-10 Thread Yuri de Wit
Even without the true maven-shade-plugin fails
with the same error:

Here is the result of running mvn help:resolve-plugins -pl module/:

[INFO] Plugin Resolved: maven-shade-plugin-3.2.0.jar
> [INFO] Plugin Dependency Resolved: maven-plugin-api-3.0.jar
> [INFO] Plugin Dependency Resolved: maven-model-3.0.jar
> [INFO] Plugin Dependency Resolved: maven-core-3.0.jar
> [INFO] Plugin Dependency Resolved: maven-artifact-3.0.jar
> [INFO] Plugin Dependency Resolved: plexus-utils-3.1.0.jar
> [INFO] Plugin Dependency Resolved: maven-artifact-transfer-0.10.0.jar
>
>
> *[INFO] Plugin Dependency Resolved: asm-6.2.1.jar[INFO] Plugin
> Dependency Resolved: asm-commons-6.2.1.jar*[INFO] Plugin Dependency
> Resolved: jdom2-2.0.6.jar
> [INFO] Plugin Dependency Resolved: maven-dependency-tree-2.2.jar
> [INFO] Plugin Dependency Resolved: commons-io-2.5.jar
> [INFO] Plugin Dependency Resolved: jdependency-2.0.jar
> [INFO] Plugin Dependency Resolved: guava-19.0.jar


On Wed, Oct 10, 2018 at 6:05 PM Yuri de Wit  wrote:

> We use the org.springframework.build:aws-maven extension to deploy our
> artifacts directly to S3 and we have had issues where some plugins would
> not find the S3 wagon. So we ended up adding to all plugins: we just want
> all plugins to use the aws-maven S3 wagon at all times.
>
> I am happy to try and what happens although I am not sure why would
> enabling extensions change the dependency resolution mechanism.
>
>
>
>
> On Wed, Oct 10, 2018 at 5:12 PM Enrico Olivelli 
> wrote:
>
>> Il mer 10 ott 2018, 21:44 Yuri de Wit  ha scritto:
>>
>> > Here it is:
>> >
>> > parent/pom.xml (independent parent pom):
>> > 
>> > org.apache.maven.plugins
>> >  maven-shade-plugin
>> > 3.2.0
>> > true
>> >
>>
>> Why extensions? I think you can drop this tag
>>
>> Enrico
>>
>> 
>> > 
>> > org.ow2.asm
>> > asm
>> > 7.0-beta
>> > 
>> > 
>> > 
>> >
>> > root/pom.xml (aggregate):
>> > (no shade-plugin entry)
>> >
>> > root/module/pom.xml (module with root/pom.xml as parent):
>> > 
>> > org.apache.maven.plugins
>> > maven-shade-plugin
>> > 
>> > 
>> > 
>> > com.google.collections:*
>> > com.google.gdata:*
>> > 
>> > 
>> > 
>> > 
>> > com.google.common
>> > shaded.com.google.common
>> > 
>> > 
>> > 
>> > 
>> > 
>> > 
>> > package
>> > 
>> > shade
>> > 
>> > 
>> > 
>> > 
>> >
>> > On Wed, Oct 10, 2018 at 4:34 PM Enrico Olivelli 
>> > wrote:
>> >
>> > > Il mer 10 ott 2018, 21:07 Yuri de Wit  ha scritto:
>> > >
>> > > > Hi Enrico,
>> > > >
>> > > > I tried, but I could not get the dependency upgraded. I don't know
>> > why. I
>> > > > even tried setting the asmVersion property but without luck.
>> > > > thanks,
>> > > >
>> > >
>> > > Can you share your plugin config?
>> > > Enrico
>> > >
>> > > >
>> > > > On Wed, Oct 10, 2018 at 2:01 PM Enrico Olivelli <
>> eolive...@gmail.com>
>> > > > wrote:
>> > > >
>> > > > > You can override the dependency on asm inside the plugin
>> > configuration
>> > > if
>> > > > > it is only a matter for upgrade
>> > > > > This should work and unblock you
>> > > > > Enrico
>> > > > >
>> > > > > Il mer 10 ott 2018, 16:17 Yuri de Wit  ha
>> scritto:
>> > > > 

Re: [ANN] Apache Maven Shade Plugin Version 3.2.0 Released

2018-10-10 Thread Yuri de Wit
We use the org.springframework.build:aws-maven extension to deploy our
artifacts directly to S3 and we have had issues where some plugins would
not find the S3 wagon. So we ended up adding to all plugins: we just want
all plugins to use the aws-maven S3 wagon at all times.

I am happy to try and what happens although I am not sure why would
enabling extensions change the dependency resolution mechanism.




On Wed, Oct 10, 2018 at 5:12 PM Enrico Olivelli  wrote:

> Il mer 10 ott 2018, 21:44 Yuri de Wit  ha scritto:
>
> > Here it is:
> >
> > parent/pom.xml (independent parent pom):
> > 
> > org.apache.maven.plugins
> >  maven-shade-plugin
> > 3.2.0
> > true
> >
>
> Why extensions? I think you can drop this tag
>
> Enrico
>
> 
> > 
> > org.ow2.asm
> > asm
> > 7.0-beta
> > 
> > 
> > 
> >
> > root/pom.xml (aggregate):
> > (no shade-plugin entry)
> >
> > root/module/pom.xml (module with root/pom.xml as parent):
> > 
> > org.apache.maven.plugins
> > maven-shade-plugin
> > 
> > 
> > 
> > com.google.collections:*
> > com.google.gdata:*
> > 
> > 
> > 
> > 
> > com.google.common
> > shaded.com.google.common
> > 
> > 
> > 
> > 
> > 
> > 
> > package
> > 
> > shade
> > 
> > 
> > 
> > 
> >
> > On Wed, Oct 10, 2018 at 4:34 PM Enrico Olivelli 
> > wrote:
> >
> > > Il mer 10 ott 2018, 21:07 Yuri de Wit  ha scritto:
> > >
> > > > Hi Enrico,
> > > >
> > > > I tried, but I could not get the dependency upgraded. I don't know
> > why. I
> > > > even tried setting the asmVersion property but without luck.
> > > > thanks,
> > > >
> > >
> > > Can you share your plugin config?
> > > Enrico
> > >
> > > >
> > > > On Wed, Oct 10, 2018 at 2:01 PM Enrico Olivelli  >
> > > > wrote:
> > > >
> > > > > You can override the dependency on asm inside the plugin
> > configuration
> > > if
> > > > > it is only a matter for upgrade
> > > > > This should work and unblock you
> > > > > Enrico
> > > > >
> > > > > Il mer 10 ott 2018, 16:17 Yuri de Wit  ha
> scritto:
> > > > >
> > > > > > For what is worth:
> > > > > >
> > > > > > Caused by: java.lang.UnsupportedOperationException: This feature
> > > > requires
> > > > > > ASM7
> > > > > > at org.objectweb.asm.ClassVisitor.visitNestHost
> > > > > (ClassVisitor.java:150)
> > > > > > at org.objectweb.asm.ClassReader.accept
> (ClassReader.java:541)
> > > > > > at org.objectweb.asm.ClassReader.accept
> (ClassReader.java:391)
> > > > > > at
> > org.apache.maven.plugins.shade.DefaultShader.addRemappedClass
> > > > > > (DefaultShader.java:466)
> > > > > > at
> org.apache.maven.plugins.shade.DefaultShader.shadeSingleJar
> > > > > > (DefaultShader.java:237)
> > > > > > at org.apache.maven.plugins.shade.DefaultShader.shadeJars
> > > > > > (DefaultShader.java:192)
> > > > > > at org.apache.maven.plugins.shade.DefaultShader.shade
> > > > > > (DefaultShader.java:106)
> > > > > > at org.apache.maven.plugins.shade.mojo.ShadeMojo.execute
> > > > > > (ShadeMojo.java:442)
> > > > > > at
> > org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo
> > > > > > (DefaultBuildPluginManager.java:137)
> > > > > >
> > > > &

Re: [ANN] Apache Maven Shade Plugin Version 3.2.0 Released

2018-10-10 Thread Yuri de Wit
Here it is:

parent/pom.xml (independent parent pom):

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


org.ow2.asm
asm
7.0-beta




root/pom.xml (aggregate):
(no shade-plugin entry)

root/module/pom.xml (module with root/pom.xml as parent):

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



com.google.collections:*
com.google.gdata:*




com.google.common
shaded.com.google.common






package

shade





On Wed, Oct 10, 2018 at 4:34 PM Enrico Olivelli  wrote:

> Il mer 10 ott 2018, 21:07 Yuri de Wit  ha scritto:
>
> > Hi Enrico,
> >
> > I tried, but I could not get the dependency upgraded. I don't know why. I
> > even tried setting the asmVersion property but without luck.
> > thanks,
> >
>
> Can you share your plugin config?
> Enrico
>
> >
> > On Wed, Oct 10, 2018 at 2:01 PM Enrico Olivelli 
> > wrote:
> >
> > > You can override the dependency on asm inside the plugin configuration
> if
> > > it is only a matter for upgrade
> > > This should work and unblock you
> > > Enrico
> > >
> > > Il mer 10 ott 2018, 16:17 Yuri de Wit  ha scritto:
> > >
> > > > For what is worth:
> > > >
> > > > Caused by: java.lang.UnsupportedOperationException: This feature
> > requires
> > > > ASM7
> > > > at org.objectweb.asm.ClassVisitor.visitNestHost
> > > (ClassVisitor.java:150)
> > > > at org.objectweb.asm.ClassReader.accept (ClassReader.java:541)
> > > > at org.objectweb.asm.ClassReader.accept (ClassReader.java:391)
> > > > at org.apache.maven.plugins.shade.DefaultShader.addRemappedClass
> > > > (DefaultShader.java:466)
> > > > at org.apache.maven.plugins.shade.DefaultShader.shadeSingleJar
> > > > (DefaultShader.java:237)
> > > > at org.apache.maven.plugins.shade.DefaultShader.shadeJars
> > > > (DefaultShader.java:192)
> > > > at org.apache.maven.plugins.shade.DefaultShader.shade
> > > > (DefaultShader.java:106)
> > > > at org.apache.maven.plugins.shade.mojo.ShadeMojo.execute
> > > > (ShadeMojo.java:442)
> > > > at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo
> > > > (DefaultBuildPluginManager.java:137)
> > > >
> > > >
> > > > On Wed, Oct 10, 2018 at 10:33 AM Yuri de Wit 
> wrote:
> > > >
> > > > > Hi Olivier,
> > > > >
> > > > > Thanks for the head up!
> > > > >
> > > > >
> > > > >
> > > > > On Wed, Oct 10, 2018 at 9:16 AM Olivier Lamy 
> > wrote:
> > > > >
> > > > >> Hi
> > > > >> On my TODO for next week with pmd and maven-plugin-plugin
> > > > >> Cheers
> > > > >> Olivier
> > > > >>
> > > > >> On Wed, 10 Oct 2018 at 10:01 pm, Yuri de Wit 
> > > wrote:
> > > > >>
> > > > >> > It turns out there is already a JIRA issue for this: MSHADE-301
> > > > >> > <https://issues.apache.org/jira/browse/MSHADE-301>. And it has
> > been
> > > > >> fixed
> > > > >> > by Olivier Lamy.
> > > > >> >
> > > > >> > thanks,
> > > > >> >
> > > > >> > On Wed, Oct 10, 2018 at 8:56 AM Yuri de Wit 
> > > wrote:
> > > > >> >
> > > > >> > > Hi Enrico,
> > > > >> > >
> > > > >> > > This is the error I get:
> > > > >> > >
> > > > >> > > org.apache.maven.plugin.MojoExecutionException: Error in ASM
> > > > >> processing
> > > > >> >

Re: [ANN] Apache Maven Shade Plugin Version 3.2.0 Released

2018-10-10 Thread Yuri de Wit
Hi Enrico,

I tried, but I could not get the dependency upgraded. I don't know why. I
even tried setting the asmVersion property but without luck.
thanks,

On Wed, Oct 10, 2018 at 2:01 PM Enrico Olivelli  wrote:

> You can override the dependency on asm inside the plugin configuration if
> it is only a matter for upgrade
> This should work and unblock you
> Enrico
>
> Il mer 10 ott 2018, 16:17 Yuri de Wit  ha scritto:
>
> > For what is worth:
> >
> > Caused by: java.lang.UnsupportedOperationException: This feature requires
> > ASM7
> > at org.objectweb.asm.ClassVisitor.visitNestHost
> (ClassVisitor.java:150)
> > at org.objectweb.asm.ClassReader.accept (ClassReader.java:541)
> > at org.objectweb.asm.ClassReader.accept (ClassReader.java:391)
> > at org.apache.maven.plugins.shade.DefaultShader.addRemappedClass
> > (DefaultShader.java:466)
> > at org.apache.maven.plugins.shade.DefaultShader.shadeSingleJar
> > (DefaultShader.java:237)
> > at org.apache.maven.plugins.shade.DefaultShader.shadeJars
> > (DefaultShader.java:192)
> > at org.apache.maven.plugins.shade.DefaultShader.shade
> > (DefaultShader.java:106)
> > at org.apache.maven.plugins.shade.mojo.ShadeMojo.execute
> > (ShadeMojo.java:442)
> > at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo
> > (DefaultBuildPluginManager.java:137)
> >
> >
> > On Wed, Oct 10, 2018 at 10:33 AM Yuri de Wit  wrote:
> >
> > > Hi Olivier,
> > >
> > > Thanks for the head up!
> > >
> > >
> > >
> > > On Wed, Oct 10, 2018 at 9:16 AM Olivier Lamy  wrote:
> > >
> > >> Hi
> > >> On my TODO for next week with pmd and maven-plugin-plugin
> > >> Cheers
> > >> Olivier
> > >>
> > >> On Wed, 10 Oct 2018 at 10:01 pm, Yuri de Wit 
> wrote:
> > >>
> > >> > It turns out there is already a JIRA issue for this: MSHADE-301
> > >> > <https://issues.apache.org/jira/browse/MSHADE-301>. And it has been
> > >> fixed
> > >> > by Olivier Lamy.
> > >> >
> > >> > thanks,
> > >> >
> > >> > On Wed, Oct 10, 2018 at 8:56 AM Yuri de Wit 
> wrote:
> > >> >
> > >> > > Hi Enrico,
> > >> > >
> > >> > > This is the error I get:
> > >> > >
> > >> > > org.apache.maven.plugin.MojoExecutionException: Error in ASM
> > >> processing
> > >> > > class org/test/A/ext/StateExtension.class: This feature requires
> > ASM7
> > >> ->
> > >> > > [Help 1]
> > >> > >
> > >> > > My understanding is that asm version 6.2.1 doesn't support Java 11
> > >> nested
> > >> > > classes unless the ASM7 is explicitly enabled from the API. The
> > >> version
> > >> > > 7.0+ does seem to make ASM7 the default, but so far only a
> 7.0-beta
> > >> asm
> > >> > > release.
> > >> > >
> > >> > > thanks,
> > >> > >
> > >> > >
> > >> > >
> > >> > >
> > >> > > On Wed, Oct 10, 2018 at 8:48 AM Enrico Olivelli <
> > eolive...@gmail.com>
> > >> > > wrote:
> > >> > >
> > >> > >> Il mer 10 ott 2018, 13:02 Yuri de Wit  ha
> > scritto:
> > >> > >>
> > >> > >> > Hi,
> > >> > >> >
> > >> > >> > Any plans to release 3.2.1 with Java 11 support?
> > >> > >> >
> > >> > >>
> > >> > >> I am using jdk11 with current stable version.
> > >> > >> Which is your problem?
> > >> > >>
> > >> > >> Enrico
> > >> > >>
> > >> > >> >
> > >> > >> > thanks,
> > >> > >> >
> > >> > >> > On Wed, Sep 12, 2018 at 5:34 PM Karl Heinz Marbaise <
> > >> > >> khmarba...@apache.org
> > >> > >> > >
> > >> > >> > wrote:
> > >> > >> >
> > >> > >> > > The Apache Maven team is pleased to announce the release of
> the
> > >> > >> > > Apache Maven Shade Plugin Version 3.2.0
> > >> > >> > >
&g

Re: [ANN] Apache Maven Shade Plugin Version 3.2.0 Released

2018-10-10 Thread Yuri de Wit
For what is worth:

Caused by: java.lang.UnsupportedOperationException: This feature requires
ASM7
at org.objectweb.asm.ClassVisitor.visitNestHost (ClassVisitor.java:150)
at org.objectweb.asm.ClassReader.accept (ClassReader.java:541)
at org.objectweb.asm.ClassReader.accept (ClassReader.java:391)
at org.apache.maven.plugins.shade.DefaultShader.addRemappedClass
(DefaultShader.java:466)
at org.apache.maven.plugins.shade.DefaultShader.shadeSingleJar
(DefaultShader.java:237)
at org.apache.maven.plugins.shade.DefaultShader.shadeJars
(DefaultShader.java:192)
at org.apache.maven.plugins.shade.DefaultShader.shade
(DefaultShader.java:106)
at org.apache.maven.plugins.shade.mojo.ShadeMojo.execute
(ShadeMojo.java:442)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo
(DefaultBuildPluginManager.java:137)


On Wed, Oct 10, 2018 at 10:33 AM Yuri de Wit  wrote:

> Hi Olivier,
>
> Thanks for the head up!
>
>
>
> On Wed, Oct 10, 2018 at 9:16 AM Olivier Lamy  wrote:
>
>> Hi
>> On my TODO for next week with pmd and maven-plugin-plugin
>> Cheers
>> Olivier
>>
>> On Wed, 10 Oct 2018 at 10:01 pm, Yuri de Wit  wrote:
>>
>> > It turns out there is already a JIRA issue for this: MSHADE-301
>> > <https://issues.apache.org/jira/browse/MSHADE-301>. And it has been
>> fixed
>> > by Olivier Lamy.
>> >
>> > thanks,
>> >
>> > On Wed, Oct 10, 2018 at 8:56 AM Yuri de Wit  wrote:
>> >
>> > > Hi Enrico,
>> > >
>> > > This is the error I get:
>> > >
>> > > org.apache.maven.plugin.MojoExecutionException: Error in ASM
>> processing
>> > > class org/test/A/ext/StateExtension.class: This feature requires ASM7
>> ->
>> > > [Help 1]
>> > >
>> > > My understanding is that asm version 6.2.1 doesn't support Java 11
>> nested
>> > > classes unless the ASM7 is explicitly enabled from the API. The
>> version
>> > > 7.0+ does seem to make ASM7 the default, but so far only a 7.0-beta
>> asm
>> > > release.
>> > >
>> > > thanks,
>> > >
>> > >
>> > >
>> > >
>> > > On Wed, Oct 10, 2018 at 8:48 AM Enrico Olivelli 
>> > > wrote:
>> > >
>> > >> Il mer 10 ott 2018, 13:02 Yuri de Wit  ha scritto:
>> > >>
>> > >> > Hi,
>> > >> >
>> > >> > Any plans to release 3.2.1 with Java 11 support?
>> > >> >
>> > >>
>> > >> I am using jdk11 with current stable version.
>> > >> Which is your problem?
>> > >>
>> > >> Enrico
>> > >>
>> > >> >
>> > >> > thanks,
>> > >> >
>> > >> > On Wed, Sep 12, 2018 at 5:34 PM Karl Heinz Marbaise <
>> > >> khmarba...@apache.org
>> > >> > >
>> > >> > wrote:
>> > >> >
>> > >> > > The Apache Maven team is pleased to announce the release of the
>> > >> > > Apache Maven Shade Plugin Version 3.2.0
>> > >> > >
>> > >> > > https://maven.apache.org/plugins/maven-shade-plugin/
>> > >> > >
>> > >> > > Important Note since 3.2.0:
>> > >> > >
>> > >> > >  * Maven 3.X only
>> > >> > >  * If you like to use minimizeJar you have to use JDK8+
>> > >> > >otherwise you can keep running with JDK7.
>> > >> > >
>> > >> > > You should specify the version in your project's plugin
>> > configuration:
>> > >> > >
>> > >> > > 
>> > >> > >   org.apache.maven.plugins
>> > >> > >   maven-shade-plugin
>> > >> > >   3.2.0
>> > >> > > 
>> > >> > >
>> > >> > > You can download the appropriate sources etc. from the download
>> > page:
>> > >> > >
>> > >> > > https://maven.apache.org/plugins/maven-shade-plugin/download.cgi
>> > >> > >
>> > >> > > Release Notes Maven Shade Plugin 3.2.0
>> > >> > >
>> > >> > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317921&version=12343491
>> > >> > >
>> > >> > > Bug:
>> > >> > >
>> > >> > >  * [MSHADE-289] - Maven Shade Plugin does not work under Java 10
>> > >> > >
>> > >> > > Improvement:
>> > >> > >
>> > >> > >  * [MSHADE-293] - Require Java 7
>> > >> > >
>> > >> > > Dependency upgrades:
>> > >> > >
>> > >> > >  * [MSHADE-294] - Upgrade maven-plugins parent to version 32
>> > >> > >  * [MSHADE-296] - Upgrade maven-artifact-transfer 0.10.0
>> > >> > >
>> > >> > > Enjoy
>> > >> > >
>> > >> > > - The Apache Maven team
>> > >> > >
>> > >> > >
>> > -
>> > >> > > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
>> > >> > > For additional commands, e-mail: dev-h...@maven.apache.org
>> > >> > >
>> > >> > >
>> > >> >
>> > >> --
>> > >>
>> > >>
>> > >> -- Enrico Olivelli
>> > >>
>> > >
>> >
>> --
>> Olivier Lamy
>> http://twitter.com/olamy | http://linkedin.com/in/olamy
>>
>


Re: [ANN] Apache Maven Shade Plugin Version 3.2.0 Released

2018-10-10 Thread Yuri de Wit
Hi Olivier,

Thanks for the head up!



On Wed, Oct 10, 2018 at 9:16 AM Olivier Lamy  wrote:

> Hi
> On my TODO for next week with pmd and maven-plugin-plugin
> Cheers
> Olivier
>
> On Wed, 10 Oct 2018 at 10:01 pm, Yuri de Wit  wrote:
>
> > It turns out there is already a JIRA issue for this: MSHADE-301
> > <https://issues.apache.org/jira/browse/MSHADE-301>. And it has been
> fixed
> > by Olivier Lamy.
> >
> > thanks,
> >
> > On Wed, Oct 10, 2018 at 8:56 AM Yuri de Wit  wrote:
> >
> > > Hi Enrico,
> > >
> > > This is the error I get:
> > >
> > > org.apache.maven.plugin.MojoExecutionException: Error in ASM processing
> > > class org/test/A/ext/StateExtension.class: This feature requires ASM7
> ->
> > > [Help 1]
> > >
> > > My understanding is that asm version 6.2.1 doesn't support Java 11
> nested
> > > classes unless the ASM7 is explicitly enabled from the API. The version
> > > 7.0+ does seem to make ASM7 the default, but so far only a 7.0-beta asm
> > > release.
> > >
> > > thanks,
> > >
> > >
> > >
> > >
> > > On Wed, Oct 10, 2018 at 8:48 AM Enrico Olivelli 
> > > wrote:
> > >
> > >> Il mer 10 ott 2018, 13:02 Yuri de Wit  ha scritto:
> > >>
> > >> > Hi,
> > >> >
> > >> > Any plans to release 3.2.1 with Java 11 support?
> > >> >
> > >>
> > >> I am using jdk11 with current stable version.
> > >> Which is your problem?
> > >>
> > >> Enrico
> > >>
> > >> >
> > >> > thanks,
> > >> >
> > >> > On Wed, Sep 12, 2018 at 5:34 PM Karl Heinz Marbaise <
> > >> khmarba...@apache.org
> > >> > >
> > >> > wrote:
> > >> >
> > >> > > The Apache Maven team is pleased to announce the release of the
> > >> > > Apache Maven Shade Plugin Version 3.2.0
> > >> > >
> > >> > > https://maven.apache.org/plugins/maven-shade-plugin/
> > >> > >
> > >> > > Important Note since 3.2.0:
> > >> > >
> > >> > >  * Maven 3.X only
> > >> > >  * If you like to use minimizeJar you have to use JDK8+
> > >> > >otherwise you can keep running with JDK7.
> > >> > >
> > >> > > You should specify the version in your project's plugin
> > configuration:
> > >> > >
> > >> > > 
> > >> > >   org.apache.maven.plugins
> > >> > >   maven-shade-plugin
> > >> > >   3.2.0
> > >> > > 
> > >> > >
> > >> > > You can download the appropriate sources etc. from the download
> > page:
> > >> > >
> > >> > > https://maven.apache.org/plugins/maven-shade-plugin/download.cgi
> > >> > >
> > >> > > Release Notes Maven Shade Plugin 3.2.0
> > >> > >
> > >> > >
> > >> > >
> > >> >
> > >>
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317921&version=12343491
> > >> > >
> > >> > > Bug:
> > >> > >
> > >> > >  * [MSHADE-289] - Maven Shade Plugin does not work under Java 10
> > >> > >
> > >> > > Improvement:
> > >> > >
> > >> > >  * [MSHADE-293] - Require Java 7
> > >> > >
> > >> > > Dependency upgrades:
> > >> > >
> > >> > >  * [MSHADE-294] - Upgrade maven-plugins parent to version 32
> > >> > >  * [MSHADE-296] - Upgrade maven-artifact-transfer 0.10.0
> > >> > >
> > >> > > Enjoy
> > >> > >
> > >> > > - The Apache Maven team
> > >> > >
> > >> > >
> > -
> > >> > > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> > >> > > For additional commands, e-mail: dev-h...@maven.apache.org
> > >> > >
> > >> > >
> > >> >
> > >> --
> > >>
> > >>
> > >> -- Enrico Olivelli
> > >>
> > >
> >
> --
> Olivier Lamy
> http://twitter.com/olamy | http://linkedin.com/in/olamy
>


Re: [ANN] Apache Maven Shade Plugin Version 3.2.0 Released

2018-10-10 Thread Yuri de Wit
It turns out there is already a JIRA issue for this: MSHADE-301
<https://issues.apache.org/jira/browse/MSHADE-301>. And it has been fixed
by Olivier Lamy.

thanks,

On Wed, Oct 10, 2018 at 8:56 AM Yuri de Wit  wrote:

> Hi Enrico,
>
> This is the error I get:
>
> org.apache.maven.plugin.MojoExecutionException: Error in ASM processing
> class org/test/A/ext/StateExtension.class: This feature requires ASM7 ->
> [Help 1]
>
> My understanding is that asm version 6.2.1 doesn't support Java 11 nested
> classes unless the ASM7 is explicitly enabled from the API. The version
> 7.0+ does seem to make ASM7 the default, but so far only a 7.0-beta asm
> release.
>
> thanks,
>
>
>
>
> On Wed, Oct 10, 2018 at 8:48 AM Enrico Olivelli 
> wrote:
>
>> Il mer 10 ott 2018, 13:02 Yuri de Wit  ha scritto:
>>
>> > Hi,
>> >
>> > Any plans to release 3.2.1 with Java 11 support?
>> >
>>
>> I am using jdk11 with current stable version.
>> Which is your problem?
>>
>> Enrico
>>
>> >
>> > thanks,
>> >
>> > On Wed, Sep 12, 2018 at 5:34 PM Karl Heinz Marbaise <
>> khmarba...@apache.org
>> > >
>> > wrote:
>> >
>> > > The Apache Maven team is pleased to announce the release of the
>> > > Apache Maven Shade Plugin Version 3.2.0
>> > >
>> > > https://maven.apache.org/plugins/maven-shade-plugin/
>> > >
>> > > Important Note since 3.2.0:
>> > >
>> > >  * Maven 3.X only
>> > >  * If you like to use minimizeJar you have to use JDK8+
>> > >otherwise you can keep running with JDK7.
>> > >
>> > > You should specify the version in your project's plugin configuration:
>> > >
>> > > 
>> > >   org.apache.maven.plugins
>> > >   maven-shade-plugin
>> > >   3.2.0
>> > > 
>> > >
>> > > You can download the appropriate sources etc. from the download page:
>> > >
>> > > https://maven.apache.org/plugins/maven-shade-plugin/download.cgi
>> > >
>> > > Release Notes Maven Shade Plugin 3.2.0
>> > >
>> > >
>> > >
>> >
>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317921&version=12343491
>> > >
>> > > Bug:
>> > >
>> > >  * [MSHADE-289] - Maven Shade Plugin does not work under Java 10
>> > >
>> > > Improvement:
>> > >
>> > >  * [MSHADE-293] - Require Java 7
>> > >
>> > > Dependency upgrades:
>> > >
>> > >  * [MSHADE-294] - Upgrade maven-plugins parent to version 32
>> > >  * [MSHADE-296] - Upgrade maven-artifact-transfer 0.10.0
>> > >
>> > > Enjoy
>> > >
>> > > - The Apache Maven team
>> > >
>> > > -
>> > > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
>> > > For additional commands, e-mail: dev-h...@maven.apache.org
>> > >
>> > >
>> >
>> --
>>
>>
>> -- Enrico Olivelli
>>
>


Re: [ANN] Apache Maven Shade Plugin Version 3.2.0 Released

2018-10-10 Thread Yuri de Wit
Hi Enrico,

This is the error I get:

org.apache.maven.plugin.MojoExecutionException: Error in ASM processing
class org/test/A/ext/StateExtension.class: This feature requires ASM7 ->
[Help 1]

My understanding is that asm version 6.2.1 doesn't support Java 11 nested
classes unless the ASM7 is explicitly enabled from the API. The version
7.0+ does seem to make ASM7 the default, but so far only a 7.0-beta asm
release.

thanks,




On Wed, Oct 10, 2018 at 8:48 AM Enrico Olivelli  wrote:

> Il mer 10 ott 2018, 13:02 Yuri de Wit  ha scritto:
>
> > Hi,
> >
> > Any plans to release 3.2.1 with Java 11 support?
> >
>
> I am using jdk11 with current stable version.
> Which is your problem?
>
> Enrico
>
> >
> > thanks,
> >
> > On Wed, Sep 12, 2018 at 5:34 PM Karl Heinz Marbaise <
> khmarba...@apache.org
> > >
> > wrote:
> >
> > > The Apache Maven team is pleased to announce the release of the
> > > Apache Maven Shade Plugin Version 3.2.0
> > >
> > > https://maven.apache.org/plugins/maven-shade-plugin/
> > >
> > > Important Note since 3.2.0:
> > >
> > >  * Maven 3.X only
> > >  * If you like to use minimizeJar you have to use JDK8+
> > >otherwise you can keep running with JDK7.
> > >
> > > You should specify the version in your project's plugin configuration:
> > >
> > > 
> > >   org.apache.maven.plugins
> > >   maven-shade-plugin
> > >   3.2.0
> > > 
> > >
> > > You can download the appropriate sources etc. from the download page:
> > >
> > > https://maven.apache.org/plugins/maven-shade-plugin/download.cgi
> > >
> > > Release Notes Maven Shade Plugin 3.2.0
> > >
> > >
> > >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317921&version=12343491
> > >
> > > Bug:
> > >
> > >  * [MSHADE-289] - Maven Shade Plugin does not work under Java 10
> > >
> > > Improvement:
> > >
> > >  * [MSHADE-293] - Require Java 7
> > >
> > > Dependency upgrades:
> > >
> > >  * [MSHADE-294] - Upgrade maven-plugins parent to version 32
> > >  * [MSHADE-296] - Upgrade maven-artifact-transfer 0.10.0
> > >
> > > Enjoy
> > >
> > > - The Apache Maven team
> > >
> > > -
> > > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> > > For additional commands, e-mail: dev-h...@maven.apache.org
> > >
> > >
> >
> --
>
>
> -- Enrico Olivelli
>


Re: [ANN] Apache Maven Shade Plugin Version 3.2.0 Released

2018-10-10 Thread Yuri de Wit
Hi,

Any plans to release 3.2.1 with Java 11 support?

thanks,

On Wed, Sep 12, 2018 at 5:34 PM Karl Heinz Marbaise 
wrote:

> The Apache Maven team is pleased to announce the release of the
> Apache Maven Shade Plugin Version 3.2.0
>
> https://maven.apache.org/plugins/maven-shade-plugin/
>
> Important Note since 3.2.0:
>
>  * Maven 3.X only
>  * If you like to use minimizeJar you have to use JDK8+
>otherwise you can keep running with JDK7.
>
> You should specify the version in your project's plugin configuration:
>
> 
>   org.apache.maven.plugins
>   maven-shade-plugin
>   3.2.0
> 
>
> You can download the appropriate sources etc. from the download page:
>
> https://maven.apache.org/plugins/maven-shade-plugin/download.cgi
>
> Release Notes Maven Shade Plugin 3.2.0
>
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317921&version=12343491
>
> Bug:
>
>  * [MSHADE-289] - Maven Shade Plugin does not work under Java 10
>
> Improvement:
>
>  * [MSHADE-293] - Require Java 7
>
> Dependency upgrades:
>
>  * [MSHADE-294] - Upgrade maven-plugins parent to version 32
>  * [MSHADE-296] - Upgrade maven-artifact-transfer 0.10.0
>
> Enjoy
>
> - The Apache Maven team
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>