Re: [VOTE] Release Apache Maven Archetype version 3.3.0

2024-09-22 Thread Sylwester Lachiewicz
+1 pon., 23 wrz 2024, 08:20 użytkownik Herve Boutemy napisał: > +1 > great work, thank you Slawek > > Reproducible Build ok: reference build done with JDK 21 on *nix > > Regards, > > Hervé > > On 2024/09/22 21:48:05 Slawomir Jaranowski wrote: > > Hi, > > > > We solved 36 issues: > > > https://is

Re: [VOTE] Release Apache Maven Archetype version 3.3.0

2024-09-22 Thread Herve Boutemy
+1 great work, thank you Slawek Reproducible Build ok: reference build done with JDK 21 on *nix Regards, Hervé On 2024/09/22 21:48:05 Slawomir Jaranowski wrote: > Hi, > > We solved 36 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317122&version=12351178 > > Ther

[VOTE] Release Apache Maven Archetype version 3.3.0

2024-09-22 Thread Slawomir Jaranowski
Hi, We solved 36 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317122&version=12351178 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%20ARCHETYPE%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20priority%2

Re: The problem with the lack of documentation

2024-09-22 Thread Tamás Cservenák
Yes, those not in maven-api-impl are deprecated (should be marked as such). This is true for all classes that have counterpart (copy) in api-impl. T On Sun, Sep 22, 2024, 13:52 Martin Desruisseaux < martin.desruisse...@geomatys.com> wrote: > Hello > > I just realized that there is two "DefaultMo

Re: The problem with the lack of documentation

2024-09-22 Thread Martin Desruisseaux
Hello I just realized that there is two "DefaultModelPathTranslator" classes with almost identical code: one in the "maven-model-builder" module and one in the "maven-api-impl" module. I presume that one of them is deprecated in the favor of the other? If so, can we put a @Deprecated annotati