Re: [DISCUSS] Adding custom binding to sisu with Guice modules

2024-08-08 Thread Tamás Cservenák
Bump. Anyone anything to add? Thanks T On Sun, Jul 28, 2024 at 11:37 AM Ozgun Oz wrote: > Hi All, > > As promoted on the documentation of sisu here > < > https://eclipse-sisu.github.io/sisu-project/plexus/index.html#custombinding > >, > we allow the definition of custom bindings via Guice modul

[VOTE] Release Apache Maven GPG Plugin 3.2.5

2024-08-08 Thread Tamás Cservenák
Howdy, We solved 7 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317521&version=12354569 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/projects/MGPG/issues Staging repo: https://repository.apache.org/content/repositories/maven-2178/

[ANN] Maven Resolver 1.9.22 released

2024-08-08 Thread Tamás Cservenák
The Apache Maven team is pleased to announce the release of the Maven Resolver 1.9.22: The 1.x resolver lineage is in "bugfix only" maintenance mode. Maven Resolver 1.x is used in Maven 3.x, while Resolver 2.x is used in Maven 4.x. === Site: https://maven.apache.org/resolver-archives/resolver-1.

[ANN] Maven Resolver 2.0.1 released

2024-08-08 Thread Tamás Cservenák
The Apache Maven team is pleased to announce the release of the Maven Resolver 2.0.1: The 1.x resolver lineage is in "bugfix only" maintenance mode. Maven Resolver 1.x is used in Maven 3.x, while Resolver 2.x is used in Maven 4.x. === Site: https://maven.apache.org/resolver Release Notes - Mave

[RESULT][VOTE] Release Maven Resolver 1.9.22

2024-08-08 Thread Tamás Cservenák
Howdy, The vote has passed with the following result: +1: Slawomir, Jermaine, Sylwester, Tamas PMC quorum: reached I will promote the source release zip file to the Apache distribution area and the artifacts to the Maven Central repo. Thanks T

[RESULT][VOTE] Release Maven Resolver 2.0.1

2024-08-08 Thread Tamás Cservenák
Howdy, The vote has passed with the following result: +1: Slawomir, Jermaine, Sylwester, Tamas PMC quorum: reached I will promote the source release zip file to the Apache distribution area and the artifacts to the Maven Central repo. Thanks T

Re: [VOTE] Release Maven Resolver 2.0.1

2024-08-08 Thread Tamás Cservenák
+1 On Thu, Aug 8, 2024 at 8:39 AM Sylwester Lachiewicz wrote: > +1 > > czw., 8 sie 2024, 01:18 użytkownik Jermaine Hua > napisał: > > > +1 > > > > Slawomir Jaranowski 于2024年8月7日周三 16:18写道: > > > > > > +1 > > > > > > pon., 5 sie 2024 o 16:08 Tamás Cservenák > > napisał(a): > > > > > > > Howdy,

Re: [VOTE] Release Maven Resolver 1.9.22

2024-08-08 Thread Tamás Cservenák
+1 On Thu, Aug 8, 2024 at 8:39 AM Sylwester Lachiewicz wrote: > +1 > > czw., 8 sie 2024, 01:19 użytkownik Jermaine Hua > napisał: > > > +1 > > > > Slawomir Jaranowski 于2024年8月7日周三 16:17写道: > > > > > > +1 > > > > > > pon., 5 sie 2024 o 16:09 Tamás Cservenák > > napisał(a): > > > > > > > Howdy,

Re: Should the Dependency interface contains a getPath() method?

2024-08-08 Thread Guillaume Nodet
Le jeu. 8 août 2024 à 11:05, Martin Desruisseaux < martin.desruisse...@geomatys.com> a écrit : > Hello Guillaume > > Le 2024-08-07 à 22 h 23, Guillaume Nodet a écrit : > > > * ArtifactCoordinate are used to locate artifacts in a repository, > > it's basically a pointer to a file in maven rep

Re: Should the Dependency interface contains a getPath() method?

2024-08-08 Thread Martin Desruisseaux
Hello Guillaume Le 2024-08-07 à 22 h 23, Guillaume Nodet a écrit : * ArtifactCoordinate are used to locate artifacts in a repository, it's basically a pointer to a file in maven repository * Artifact is the pointed artifact in the repository. They are created when *resolving* an Art