You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Christopher <ct...@apache.org> on 2019/11/05 12:29:16 UTC

Re: maven-apache-parent 22 ETA?

Hi Maven devs,

I just wanted to circle back to this. Is the ASF parent POM still
being maintained by the Maven community? And regarding my other
questions, I never got a response. Thanks for any response you can
give.

On Mon, Aug 5, 2019 at 4:14 PM Christopher <ct...@apache.org> wrote:
>
> Hi,
>
> In spite of the specific title, I actually have several questions
> (note, I'm not currently subscribed to list, so feel free to CC me
> directly on any responses):
>
> 1. What's the timeline for the maven-apache-parent 22? It seems a bit
> overdue, especially given all the plugins that have been updated since
> 21 was released.
>
> I'm hoping https://github.com/apache/maven-apache-parent/pull/1 gets
> merged in. Can somebody merge that before 22 is released? Two people
> reviewed and approved it 10 months ago.
>
> 2. I had another idea for adding something like the following to
> satisfy the use case for cross-compilation using newer JDKs without
> specifying `-bootstrapclasspath`. Would this be worth a pull request
> (or a committer could just add it if they think it's a good idea).
>
>     <properties>
>       <compilerCompliance>8</compilerCompliance>
>     </properties>
>     <profile>
>       <id>jdk-release-flag</id>
>       <activation>
>         <jdk>[9,)</jdk>
>       </activation>
>       <properties>
>         <maven.compiler.release>${compilerCompliance}</maven.compiler.release>
>       </properties>
>     </profile>
>
> 3. And finally... I noticed that JDK 11's javadoc is not getting the
> backports of the JDK 12 upstream patches... even though 11 is supposed
> to be an LTS version. This causes javadocs generated with
> maven-javadoc-plugin to be broken for projects which aren't using
> modules. Specifically, the following bug appears to not be patched in
> 11 that affect all users of maven-javadoc-plugin. Some plugin goals
> output (such as javadoc:aggregate) can be patched after building, but
> others (javadoc:jar) can't easily be patched, because the broken
> javadoc jar would have to be disassembled to patch and reconstructed.
> Is there a workaround for these planned by the maven-javadoc-plugin
> developers, or is the hope that upstream will fix it eventually?
>
> https://bugs.openjdk.java.net/browse/JDK-8215291 (severe loss of
> functionality when building non-modular code... which is most java
> code today... using JDK 11)
>
> https://bugs.openjdk.java.net/browse/JDK-8227487 (a minor regression
> also not patched in 11)
> https://bugs.openjdk.java.net/browse/JDK-8214856 (another bug, not
> sure how serious, also not patched in 11)
>
>
> Thanks,
>
> Christopher

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


Re: maven-apache-parent 22 ETA?

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

it seems like you missed my response:
https://lists.apache.org/thread.html/22e8e7d2034458d3dea9c2946c839a49389b910e097ecfde34f4bef0@%3Cdev.maven.apache.org%3E [https://lists.apache.org/thread.html/22e8e7d2034458d3dea9c2946c839a49389b910e097ecfde34f4bef0@%3Cdev.maven.apache.org%3E]

Robert

On 5-11-2019 13:29:37, Christopher <ct...@apache.org> wrote:
Hi Maven devs,

I just wanted to circle back to this. Is the ASF parent POM still
being maintained by the Maven community? And regarding my other
questions, I never got a response. Thanks for any response you can
give.

On Mon, Aug 5, 2019 at 4:14 PM Christopher wrote:
>
> Hi,
>
> In spite of the specific title, I actually have several questions
> (note, I'm not currently subscribed to list, so feel free to CC me
> directly on any responses):
>
> 1. What's the timeline for the maven-apache-parent 22? It seems a bit
> overdue, especially given all the plugins that have been updated since
> 21 was released.
>
> I'm hoping https://github.com/apache/maven-apache-parent/pull/1 gets
> merged in. Can somebody merge that before 22 is released? Two people
> reviewed and approved it 10 months ago.
>
> 2. I had another idea for adding something like the following to
> satisfy the use case for cross-compilation using newer JDKs without
> specifying `-bootstrapclasspath`. Would this be worth a pull request
> (or a committer could just add it if they think it's a good idea).
>
>
> 8
>
>
> jdk-release-flag
>
> [9,)
>
>
> ${compilerCompliance}
>
>
>
> 3. And finally... I noticed that JDK 11's javadoc is not getting the
> backports of the JDK 12 upstream patches... even though 11 is supposed
> to be an LTS version. This causes javadocs generated with
> maven-javadoc-plugin to be broken for projects which aren't using
> modules. Specifically, the following bug appears to not be patched in
> 11 that affect all users of maven-javadoc-plugin. Some plugin goals
> output (such as javadoc:aggregate) can be patched after building, but
> others (javadoc:jar) can't easily be patched, because the broken
> javadoc jar would have to be disassembled to patch and reconstructed.
> Is there a workaround for these planned by the maven-javadoc-plugin
> developers, or is the hope that upstream will fix it eventually?
>
> https://bugs.openjdk.java.net/browse/JDK-8215291 (severe loss of
> functionality when building non-modular code... which is most java
> code today... using JDK 11)
>
> https://bugs.openjdk.java.net/browse/JDK-8227487 (a minor regression
> also not patched in 11)
> https://bugs.openjdk.java.net/browse/JDK-8214856 (another bug, not
> sure how serious, also not patched in 11)
>
>
> Thanks,
>
> Christopher

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


Re: maven-apache-parent 22 ETA?

Posted by Hervé BOUTEMY <he...@free.fr>.
Hi Christopher,

I'll probably do a release soon.
I merged your PR: notice it's useful to have corresponding Jira issues, to 
better track updates during releases.

Regards,

Hervé

Le mardi 5 novembre 2019, 13:29:16 CET Christopher a écrit :
> Hi Maven devs,
> 
> I just wanted to circle back to this. Is the ASF parent POM still
> being maintained by the Maven community? And regarding my other
> questions, I never got a response. Thanks for any response you can
> give.
> 
> On Mon, Aug 5, 2019 at 4:14 PM Christopher <ct...@apache.org> wrote:
> > Hi,
> > 
> > In spite of the specific title, I actually have several questions
> > (note, I'm not currently subscribed to list, so feel free to CC me
> > directly on any responses):
> > 
> > 1. What's the timeline for the maven-apache-parent 22? It seems a bit
> > overdue, especially given all the plugins that have been updated since
> > 21 was released.
> > 
> > I'm hoping https://github.com/apache/maven-apache-parent/pull/1 gets
> > merged in. Can somebody merge that before 22 is released? Two people
> > reviewed and approved it 10 months ago.
> > 
> > 2. I had another idea for adding something like the following to
> > satisfy the use case for cross-compilation using newer JDKs without
> > specifying `-bootstrapclasspath`. Would this be worth a pull request
> > (or a committer could just add it if they think it's a good idea).
> > 
> >     <properties>
> >     
> >       <compilerCompliance>8</compilerCompliance>
> >     
> >     </properties>
> >     <profile>
> >     
> >       <id>jdk-release-flag</id>
> >       <activation>
> >       
> >         <jdk>[9,)</jdk>
> >       
> >       </activation>
> >       <properties>
> >       
> >         <maven.compiler.release>${compilerCompliance}</maven.compiler.rele
> >         ase>
> >       
> >       </properties>
> >     
> >     </profile>
> > 
> > 3. And finally... I noticed that JDK 11's javadoc is not getting the
> > backports of the JDK 12 upstream patches... even though 11 is supposed
> > to be an LTS version. This causes javadocs generated with
> > maven-javadoc-plugin to be broken for projects which aren't using
> > modules. Specifically, the following bug appears to not be patched in
> > 11 that affect all users of maven-javadoc-plugin. Some plugin goals
> > output (such as javadoc:aggregate) can be patched after building, but
> > others (javadoc:jar) can't easily be patched, because the broken
> > javadoc jar would have to be disassembled to patch and reconstructed.
> > Is there a workaround for these planned by the maven-javadoc-plugin
> > developers, or is the hope that upstream will fix it eventually?
> > 
> > https://bugs.openjdk.java.net/browse/JDK-8215291 (severe loss of
> > functionality when building non-modular code... which is most java
> > code today... using JDK 11)
> > 
> > https://bugs.openjdk.java.net/browse/JDK-8227487 (a minor regression
> > also not patched in 11)
> > https://bugs.openjdk.java.net/browse/JDK-8214856 (another bug, not
> > sure how serious, also not patched in 11)
> > 
> > 
> > Thanks,
> > 
> > Christopher
> 
> ---------------------------------------------------------------------
> 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