Shall we retire Maven PDF plugin?

2025-02-12 Thread Matthias Bünger
Hi all, some months ago, we noticed that the regular build of the Maven PDF plugin broke, because the plugin is not compatible to Doxia 2.0.0 (also see MPDF-112). The question raised, if we should retrie the PDF plugin. Some information: Last version, 1.6.1, was released in August 2022. However a

Re: GitHub issues and release announcement ...

2025-02-12 Thread Slawomir Jaranowski
On Wed, 12 Feb 2025 at 02:01, Olivier Lamy wrote: > > On Tue, 11 Feb 2025 at 23:57, Slawomir Jaranowski > wrote: > > > > Hi, > > > > GitHub sends an announcement about the new version to subscribers on > > GitHub project after publishing release. > > > > If we still need to send announcements to

Re: Thought: apply jsr305(nullable,notnull) to maven?

2025-02-12 Thread Elliotte Rusty Harold
JSR 305 is dead and unapproved. We shouldn't depend on it. Wrt the more general question of nullable annotations in Maven., I vote no. I've tried this on past projects, and it only works if you use it from the beginning, and enforce it with tools and tests. There's no way we're getting this into M

Re: Management of stale issues and PRs

2025-02-12 Thread Elliotte Rusty Harold
On Tue, Feb 11, 2025 at 3:57 PM Matthias Bünger wrote: > > Hi, > > I agree that PR's getting more and more difficult to handle when they > are inactive, but issues and bugs are normally not gone/fixed by > waiting, so I won't auto close them. > I thought we were only auto-closing issues that were

Re: thought: allow exclude dependencies from parent in maven4?

2025-02-12 Thread Tamás Cservenák
Howdy, In general, inheriting deps from parents that are OUT OF REACTOR is a bad thing. Next, using parents that DO add deps (so those projects using it as parent, all modules of it will inherit it) could still happen, and can be ok as long as YOU CONTROL that parent (author). So to me personally,