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 <[email protected]> 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 <[email protected]> > wrote: > >> Il mer 10 ott 2018, 13:02 Yuri de Wit <[email protected]> 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 < >> [email protected] >> > > >> > 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: >> > > >> > > <plugin> >> > > <groupId>org.apache.maven.plugins</groupId> >> > > <artifactId>maven-shade-plugin</artifactId> >> > > <version>3.2.0</version> >> > > </plugin> >> > > >> > > 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: [email protected] >> > > For additional commands, e-mail: [email protected] >> > > >> > > >> > >> -- >> >> >> -- Enrico Olivelli >> >
