Re: Status of JPMS support in compiler plugin

2025-03-31 Thread Gary Gregory
What Piotr describes is sadly the kind of insane setup one must have to work with JPMS and keeps me saying JPMS is something to work around, not work with. I plan on keeping using hacks like the Moditect plug-in and whatever I have to in my apps to avoid JPMS. What I really want is a --jpms-off too

Re: Status of JPMS support in compiler plugin

2025-03-31 Thread Piotr P. Karwasz
Hi Martin, On 31.03.2025 19:40, Martin Desruisseaux wrote: JPMS support in the compiler plugin (not yet merged) has reached a point where it can be used on some real projects. The Maven 3 way to make a modular project is still supported, but the proposed alternative for better use of JPMS is d

Re: [VOTE] Apache Maven Surefire 3.5.3 (take 2)

2025-03-31 Thread Jermaine Hua
+1 Arnaud Héritier 于2025年4月1日 周二03:16写道: > +1 for a virtual beer :-) > > > On Mon, Mar 31, 2025 at 1:25 AM Olivier Lamy wrote: > > > +1 > > > > On Fri, 28 Mar 2025 at 10:07, Olivier Lamy wrote: > > > > > > Hi, > > > We fixed 4 issues: > > > > > > https://issues.apache.org/jira/secure/ReleaseNot

Re: [VOTE] Apache Maven Surefire 3.5.3 (take 2)

2025-03-31 Thread Arnaud Héritier
+1 for a virtual beer :-) On Mon, Mar 31, 2025 at 1:25 AM Olivier Lamy wrote: > +1 > > On Fri, 28 Mar 2025 at 10:07, Olivier Lamy wrote: > > > > Hi, > > We fixed 4 issues: > > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317927&version=12355687 > > > > Staged repository

Status of JPMS support in compiler plugin

2025-03-31 Thread Martin Desruisseaux
Hello all JPMS support in the compiler plugin (not yet merged) has reached a point where it can be used on some real projects. The Maven 3 way to make a modular project is still supported, but the proposed alternative for better use of JPMS is described here: * https://github.com/Geomatys/