Re: [VOTE] Release Maven Project Info Reports Plugin version 3.6.1

2024-06-23 Thread Gabriel Belingueres
+1 El dom, 23 jun 2024 a la(s) 4:12 p.m., Michael Osipov (micha...@apache.org) escribió: > Hi, > > we solved 3 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317821&version=12354845 > > There are still a couple of issues left in JIRA: > https://issues.apache.org/ji

Re: [VOTE] Release Apache Maven Shared JAR version 3.1.1

2024-06-20 Thread Gabriel Belingueres
+1 El jue, 20 jun 2024 a la(s) 5:47 p.m., Michael Osipov (micha...@apache.org) escribió: > Hi, > > we solved 2 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922&version=12354836 > > There is one issues left in JIRA: > > https://issues.apache.org/jira/issues/?jq

Re: [VOTE] Release Maven Project Info Reports Plugin version 3.6.0

2024-06-13 Thread Gabriel Belingueres
+1 Thanks! El jue, 13 jun 2024 a la(s) 1:49 p.m., Michael Osipov (micha...@apache.org) escribió: > Hi, > > we solved 6 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317821&version=12354774 > > There are still a couple of issues left in JIRA: > https://issues.apac

Re: [VOTE] Release Apache Maven Shared JAR version 3.1.0

2024-06-02 Thread Gabriel Belingueres
+1 El sáb, 1 jun 2024 a la(s) 4:57 p.m., Michael Osipov (micha...@apache.org) escribió: > Hi, > > we solved 5 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922&version=12353160 > > There are no issues left in JIRA: > > https://issues.apache.org/jira/issues/?jq

Re: [VOTE] Release Maven Project Info Reports Plugin version 3.4.5

2023-06-04 Thread Gabriel Belingueres
+1 El sáb, 3 jun 2023 a la(s) 10:10, Michael Osipov (micha...@apache.org) escribió: > Hi, > > we solved 4 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317821&version=12353297 > > There are still a couple of issues left in JIRA: > https://issues.apache.org/jira/p

Re: [VOTE] Release Maven Project Info Reports Plugin version 3.4.4

2023-05-27 Thread Gabriel Belingueres
+1 Thanks! El vie, 26 may 2023 a la(s) 16:29, Michael Osipov (micha...@apache.org) escribió: > Hi, > > we solved 6 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317821&version=12353222 > > There are still a couple of issues left in JIRA: > https://issues.apache.o

Re: [VOTE] Release Apache Maven Shared Dependency Tree 3.3.1

2022-05-16 Thread Gabriel Belingueres
+1 Kind regards, Gabriel El sáb, 14 may 2022 a la(s) 08:00, Slawomir Jaranowski ( s.jaranow...@gmail.com) escribió: > Hi, > > We solved 2 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922&version=12350387 > > There are still a couple of issues left in JIRA: >

Re: [CANCELLED] [VOTE] Release Apache Maven Shared Component: Maven Artifact Transfer Version 0.13.0

2020-05-02 Thread Gabriel Belingueres
Hi Karl: IIRC the way to give access to the classes in the aether-utils package is to invoke MavenAetherUtils.importAetherLibrary(); inside the plugin. HTH. Gabriel El sáb., 2 de may. de 2020 a la(s) 16:17, Karl Heinz Marbaise ( khmarba...@gmx.de) escribió: > Hi, > > so after bisecting the is

Re: Proposal to deprecate Maven 3.0.x

2020-04-16 Thread Gabriel Belingueres
+1 to deprecate 3.0.x to get rid of Sonatype Aether, which would considerably simplify the dependency handling code base. Not my use case, but,just to put it over the table, we should check the Eclipse Aether New and Noteworthy page [1] to see if there is some particular requirement over aether li

Re: Eclipse import

2019-12-19 Thread Gabriel Belingueres
You need to import and open the eclipse projects for each unresolved dependency. El jue., 19 de diciembre de 2019 19:28, Elliotte Rusty Harold < elh...@ibiblio.org> escribió: > There seems to be something I'm missing about importing projects into > Eclipse. I can build them at the command line, b

Re: [VOTE] Release Apache Maven version 3.6.3

2019-11-22 Thread Gabriel Belingueres
+1 (non binding) - Built some projects and plugins. - Built current maven 3.7.0-SNAPSHOT and core ITs. Environment: Java version: 1.8.0_222, vendor: AdoptOpenJDK, runtime: /home/gabriel/.sdkman/candidates/java/8.0.222.hs-adpt/jre Default locale: es_AR, platform encoding: UTF-8 OS name: "linux", v

Re: Regression in model interpolation coming from using JSR-330?

2019-11-07 Thread Gabriel Belingueres
; > > recently > > > > - if it's meant to be a replacement of StringSearchModelInterpolator > > then > > > > one option would be to simply remove StringSearchModelInterpolator. > > > > Alternatively if StringSearchModelInterpolator is needed to

Re: Regression in model interpolation coming from using JSR-330?

2019-11-06 Thread Gabriel Belingueres
de > of > > Maven) then the Named annotation could be removed > > from StringSearchModelInterpolator so it isn't automatically picked up. > > > > Wrt. extra checks, checking for multiple implementations in the same > > realm/classloader that haven't been

Re: Regression in model interpolation coming from using JSR-330?

2019-11-03 Thread Gabriel Belingueres
ds, > > Hervé > > Le dimanche 3 novembre 2019, 05:30:50 CET Gabriel Belingueres a écrit : > > Thanks Stuart. > > > > The reproducibility PR you mention helps in having a deterministic > ordering > > inside the Named components file to buld exactly the same e

Re: Regression in model interpolation coming from using JSR-330?

2019-11-02 Thread Gabriel Belingueres
ou could be at the whim > of classpath ordering, similarly Plexus XML descriptors are influenced by > classpath resource ordering - so ideally it's better to be explicit about > ordering > > On Sat, 2 Nov 2019 at 23:07, Gabriel Belingueres > wrote: > > > Hi: > &

Regression in model interpolation coming from using JSR-330?

2019-11-02 Thread Gabriel Belingueres
Hi: I just built maven core from source and found that it was using StringSearchModelInterpolator instead of StringVisitorModelInterpolator, a regression from the last 3.6.2 release. I found that in maven-model-builder/META-INF/sisu/javax.injected.Named file, both interpolators are listed but in

Re: [VOTE] JDK 8 Minimum Requirement for Maven 3.7.0

2019-10-30 Thread Gabriel Belingueres
+1 Kind regards Gabriel El mar., 29 de octubre de 2019 17:11, Karl Heinz Marbaise escribió: > Hi to all, > > based on the discusion this is the formal VOTE to lift the minimum of > Maven Core with version 3.7.0 to JDK 8 minimum. > > Vote open for at least 72 hours. > > [ ] +1 > [ ] +0 > [ ] -1

Merging PR for MSHARED-817

2019-09-13 Thread Gabriel Belingueres
Hi! Is there any chance to merge PR for MSHARED-817 [1]? I would need that change in place as base to make a final commit for MSHARED-801 [2]. [1] https://github.com/apache/maven-artifact-transfer/pull/2 [2] https://github.com/apache/maven-artifact-transfer/pull/1 Kind regards, Gabriel

Re: [VOTE] Release Apache Maven Version 3.6.2

2019-08-30 Thread Gabriel Belingueres
+1 Kind regards. Gabriel El mié., 28 de ago. de 2019 a la(s) 16:18, Enrico Olivelli ( eolive...@gmail.com) escribió: > Hi, > > We have solved 52 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&version=12345234 > > There are issues left in JIRA for Maven cor

Re: [VOTE] Release Maven Project Info Reports Plugin version 3.0.1

2019-08-26 Thread Gabriel Belingueres
the exception with plugin version 3.0.1 appears on your box? > T > > On Mon, Aug 26, 2019 at 2:49 PM Gabriel Belingueres > > wrote: > > > Created https://issues.apache.org/jira/browse/MPIR-384 > > > > Kind regards, > > Gabriel > > > > El lun., 26

Re: [VOTE] Release Maven Project Info Reports Plugin version 3.0.1

2019-08-26 Thread Gabriel Belingueres
Created https://issues.apache.org/jira/browse/MPIR-384 Kind regards, Gabriel El lun., 26 de ago. de 2019 a la(s) 05:21, Michael Osipov ( micha...@apache.org) escribió: > Am 2019-08-26 um 04:14 schrieb Gabriel Belingueres: > > Hi: > > > > In the light of what Michael clar

Re: [VOTE] Release Maven Project Info Reports Plugin version 3.0.1

2019-08-25 Thread Gabriel Belingueres
see because the > log is not in the attachements. > > On Sun, Aug 25, 2019 at 5:14 PM Michael Osipov > wrote: > >> Am 2019-08-24 um 21:41 schrieb Gabriel Belingueres: >> > Hi: >> > >> > Regarding MPIR-375, I noted that the m

Re: [VOTE] Release Maven Project Info Reports Plugin version 3.0.1

2019-08-24 Thread Gabriel Belingueres
de ago. de 2019 a la(s) 17:32, Tibor Digana ( tibordig...@apache.org) escribió: > that's bad. We were too fast :-) > Although my build passed but in this case as I saw the commit I have to > give my -1, sorry! > > On Sat, Aug 24, 2019 at 9:41 PM Gabriel Belingueres > >

Re: [VOTE] Release Maven Project Info Reports Plugin version 3.0.1

2019-08-24 Thread Gabriel Belingueres
Hi: Regarding MPIR-375, I noted that the merge of the PR into master branch was done *before* I made changes using PatternExcludesArtifactFilter based on the reviews. See https://github.com/apache/maven-project-info-reports-plugin/pull/7. The commit in master is: https://github.com/apache/maven-p

Re: [VOTE] Retire Maven Repository Builder

2019-08-08 Thread Gabriel Belingueres
+1 Kind regards, Gabriel El mié., 7 de ago. de 2019 a la(s) 16:13, Robert Scholte ( rfscho...@apache.org) escribió: > Hi, > > The Apache Maven project consist of about 90 (sub)projects. Due to the > small number of volunteers and the huge amount of code to maintain we're > missing enough space t

Re: Asking for release: Eclipse 2019-06 incompatible with Tycho because of Maven 3.6.1 bug

2019-06-29 Thread Gabriel Belingueres
Before the release of 3.6.2 please consider to cut a release of plexus-utils, which has PRs for two important issues: DirectoryScanner traverses directories despite limited inclusions XML processing instructions with embedded '>' fail to

Re: [VOTE] Retire Maven Ant Plugin

2019-05-29 Thread Gabriel Belingueres
+1 Regards Gabriel El mar., 28 de may. de 2019 15:54, Robert Scholte escribió: > Hi, > > The Apache Maven project consist of about 100 (sub)projects. Due to the > small number of volunteers and the huge amount of code to maintain we're > missing enough space to make real progress on all these p

Re: [VOTE] Release Apache Maven WAR Plugin version 3.2.3

2019-05-24 Thread Gabriel Belingueres
+1 (non-binding) Regards, Gabriel El jue., 23 de may. de 2019 a la(s) 14:56, Karl Heinz Marbaise ( khmarba...@gmx.de) escribió: > Hi, > > We solved 5 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318121&version=12343424 > > There are still a couple of issues left

Re: [VOTE] Retired Maven Artifact Resolution API (Maven2)

2019-05-08 Thread Gabriel Belingueres
+1 Regards, Gabriel El mié., 8 de may. de 2019 a la(s) 15:25, Robert Scholte ( rfscho...@apache.org) escribió: > Hi, > > The Apache Maven project consist of about 100 (sub)projects. Due to the > small number of volunteers and the huge amount of code to maintain we're > missing enough space to ma

Avoiding to shade aether classes in shared/artifact-transfer

2019-04-21 Thread Gabriel Belingueres
Hi! I resumed work on MSHARED-801 and I saw that for collecting dependencies I need access to many aether classes. The current strategy is to shade the necessary classes into the artifact-transfer jar file but this won't work for collecting because it will actually force to use that classes of the

Re: [VOTE] Release Apache Maven Help Plugin version 3.2.0

2019-04-13 Thread Gabriel Belingueres
+1 Tested on Linux (3.0.5, 3.5.4, 3.6.1) and Windows (3.6.1). Good job! Gabriel El sáb., 13 de abr. de 2019 a la(s) 08:03, Hervé BOUTEMY ( herve.bout...@free.fr) escribió: > Hi, > > We solved 2 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317522&version=1234538

Re: Testing Maven 3.6.1 with Maven Site - Issue

2019-04-11 Thread Gabriel Belingueres
Hi Karl. I can reproduce this issue running with 'mvn validate' too. I think it is related to [MNG-6601]? Hervé can you confirm this? Regards, Gabriel El jue., 11 de abr. de 2019 a la(s) 15:04, Karl Heinz Marbaise ( khmarba...@gmx.de) escribió: > Hi, > > can someone please check the following:

Re: [VOTE] Release Apache Maven Version 3.6.1

2019-04-04 Thread Gabriel Belingueres
Hi: Please advise that the solved issue URL (JIRA Release notes) for 3.6.1 is: https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12344378&projectId=12316922 My vote: +1 non-binding Thanks for the hard work! Gabriel El jue., 4 de abr. de 2019 a la(s) 16:55, Karl Heinz Marbaise ( kh

Re: seconders for MNG-6572?

2019-03-21 Thread Gabriel Belingueres
Hi: I did ran a quick JMH micro-benchmark (for what it's worth) on both approaches. The results favor StringUtils.stripStart() over regex. (attached benchmark project .zip file) Output: # JMH version: 1.21 # VM version: JDK 10.0.2, Java HotSpot(TM) 64-Bit Server VM, 10.0.2+13 # VM invoker: /usr

Re: Releasing Maven enforcer plugin

2019-02-22 Thread Gabriel Belingueres
#x27; suffix > > thoughs ? > > Enrico > > > Il giorno ven 18 gen 2019 alle ore 10:58 Gabriel Belingueres > ha scritto: > > > > Will move it. > > Meanwhile, +1 for another milestone release of enforcer. > > > > El jue., 17 de ene. de 2019 14:43,

Migrating code from m-dependency-tree to m-artifact-transfer (was: Releasing Maven enforcer plugin)

2019-01-22 Thread Gabriel Belingueres
issed the message that this code doesn't belong to > m-dependency-tree, but to m-artifact-transfer. > Would be great if you could move the code. > > thanks, > Robert > > On Thu, 17 Jan 2019 16:13:15 +0100, Gabriel Belingueres > wrote: > > > I've made progre

Re: Releasing Maven enforcer plugin

2019-01-18 Thread Gabriel Belingueres
e great if you could move the code. > > thanks, > Robert > > On Thu, 17 Jan 2019 16:13:15 +0100, Gabriel Belingueres > wrote: > > > I've made progress with the m-dependency-tree [1] shared library which > > should help unblock some issues in enforcer. It needs

Re: Releasing Maven enforcer plugin

2019-01-17 Thread Gabriel Belingueres
I've made progress with the m-dependency-tree [1] shared library which should help unblock some issues in enforcer. It needs review though (and a release) [1] https://issues.apache.org/jira/browse/MSHARED-788 El jue., 17 de ene. de 2019 06:25, Tibor Digana escribió: > To lookup easy or fast fix

Re: Update versions of all plugins in default-bindings.xml

2019-01-14 Thread Gabriel Belingueres
There is a similarity with JavaEE idea where configuration is not embedded > in the software - apart, but that's a different story. > > > > > > On Mon, Jan 14, 2019 at 11:59 PM Gabriel Belingueres < > belingue...@gmail.com> > wrote: > > > I think I'

Re: Update versions of all plugins in default-bindings.xml

2019-01-14 Thread Gabriel Belingueres
I think I'm joining late to this thread. +1 to showing a warning message. However, it seems that the only use case for upgrading the default plugin versions is compatibility with some specific Java version? How about developing a plugin that "recommends" specific plugin versions based on the sour

enforcer plugin: which dependency to get the complete raw tree

2018-12-18 Thread Gabriel Belingueres
Hi: I'm trying to upgrade enforcer's shared dependency-tree library to 3.0.0 but as said in MENFORCER-277 [1], there are some rules that require to have access to the complete, unresolved dependency tree. For what I saw this functionality is not currently present (that is, accessing the correct ae

Re: plugin:descriptor fails with java.util.NoSuchElementException

2018-11-30 Thread Gabriel Belingueres
I noticed the issue for a long time, but never figured out the link > with > > Java > > 7 nor this idea of fix that is so "magic"... > > > > thank you for the help > > > > Regards, > > > > Hervé > > > > Le vendredi 30 novembre

Re: plugin:descriptor fails with java.util.NoSuchElementException

2018-11-29 Thread Gabriel Belingueres
to be Java7 only... > I need to check this for a longer period, but might be a good conclusion. > > thanks, > Robert > > > On Thu, 29 Nov 2018 04:54:59 +0100, Gabriel Belingueres > wrote: > > > Hi Robert: > > > > I'm testing it and getting *

Re: plugin:descriptor fails with java.util.NoSuchElementException

2018-11-28 Thread Gabriel Belingueres
Hi Robert: I'm testing it and getting *consistently* the same exception with this config: Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T15:41:47-03:00) Maven home: C:\productos\apache-maven-3.6.0\bin\.. Java version: 1.7.0_80, vendor: Oracle Corporation, runtime: C:\Pro

Re: DefaultMavenReaderFilter API does not correctly interpolate collection variables

2018-10-17 Thread Gabriel Belingueres
Hi Simone: Please check if you can safely upgrade your plexus-interpolation dependency, as support to interpolate on arrays/lists/maps was deleted at some point, but then added again in version 1.24. Regards, Gabriel El mar., 16 de oct. de 2018 a la(s) 05:24, Simone Tripodi ( simonetrip...@apach

Re: [VOTE] Release Apache Maven WAR Plugin version 3.2.2

2018-06-07 Thread Gabriel Belingueres
+1 Thanks!! Gabriel 2018-06-05 19:13 GMT-03:00 Hervé BOUTEMY : > +1 > > Regards, > > Hervé > > Le dimanche 3 juin 2018, 19:46:21 CEST Karl Heinz Marbaise a écrit : > > Hi, > > > > We solved 2 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa? > projectId=12318121&ve > > rsion=12

Re: [VOTE] Release Apache Maven WAR Plugin version 3.2.1

2018-05-13 Thread Gabriel Belingueres
s I can make an other > release of Maven WAR Plugin if this helps... > > > Kind regards > Karl Heinz Marbaise > On 10/05/18 03:21, Gabriel Belingueres wrote: > >> any chance of adding MWAR-303 to the release? fix is already submitted. >> >> El mié., 9 de m

Re: [VOTE] Release Apache Maven WAR Plugin version 3.2.1

2018-05-09 Thread Gabriel Belingueres
any chance of adding MWAR-303 to the release? fix is already submitted. El mié., 9 de may. de 2018 20:14, Olivier Lamy escribió: > +1 > > On Thu, 10 May 2018 at 04:17, Karl Heinz Marbaise > wrote: > > > Hi, > > > > We solved 5 issues: > > > > > https://issues.apache.org/jira/secure/ReleaseNote.

Re: [VOTE] Release Apache Maven WAR Plugin version 3.2.0

2017-10-02 Thread Gabriel Belingueres
/10/17 04:55, Gabriel Belingueres wrote: > >> Would it be possible to cut a release of plexus-interpolation and upgrade >> this dependency to solve MWAR-303? >> > > The plexus-interpolation version 1.24 is included which contains the PR#8 > ...so from my point of vie

Re: [VOTE] Release Apache Maven WAR Plugin version 3.2.0

2017-10-01 Thread Gabriel Belingueres
Would it be possible to cut a release of plexus-interpolation and upgrade this dependency to solve MWAR-303? 2017-09-30 13:16 GMT-03:00 Mikail Osipov : > Am 2017-09-30 um 17:55 schrieb Karl Heinz Marbaise: > >> Hi, >> >> We solved 3 issues: >> https://issues.apache.org/jira/secure/ReleaseNote.jsp

Re: Questions about how to contribute to Plexus

2016-09-01 Thread Gabriel Belingueres
Thanks!!! Gabriel 2016-09-01 5:03 GMT-03:00 Kristian Rosenvold : > I will take a look at your interpolation pr's this weekend unless > someone picks it up before. > > Kristian > > > 2016-09-01 0:46 GMT+02:00 Gabriel Belingueres : > > Hi Robert: > > > &

Re: Questions about how to contribute to Plexus

2016-08-31 Thread Gabriel Belingueres
Hi Robert: Regarding Plexus components, I created a couple of pull requests on plexus-interpolator (and some related maven-filtering patches). I have a few free hours this week that I could use to merge those PR to speed up a new release. Is it possible to assign me write permission to that repo?