Re: [VOTE] Require Java 21 for Maven 4 (Rephrased Vote)

2025-04-30 Thread Grzegorz Grzybek
+1 (non-binding) - JEP 400: UTF-8 by Default (JDK18) - JEP 418: Internet-Address Resolution SPI (JDK18) - JEP 444: Virtual Threads (JDK21) regards Grzegorz Grzybek śr., 30 kwi 2025 o 21:50 Elliotte Rusty Harold napisał(a): > -1 > > On Wed, Apr 30, 2025 at 1:12 PM Matthias Bünger

Re: [DISCUSS] Move some mojohaus plugins to the ASF

2024-07-12 Thread Grzegorz Grzybek
hat I'd love to see under org.apache.maven.plugins is versions-maven-plugin, so please consider it as well ;) kind regards Grzegorz Grzybek pt., 12 lip 2024 o 21:20 Karl Heinz Marbaise napisał(a): > Hi, > > good questions. > > On 12.07.24 15:53, Elliotte Rusty Harold wrote:

Re: [VOTE] Release Maven Resolver 1.9.18

2023-11-23 Thread Grzegorz Grzybek
+1 (non-binding) Checked with upcoming Pax URL 3 based on Maven Resolver 1.9 (soon - 2.0) and MiMa 2.4 (soon 3.0?) regards Grzegorz Grzybek czw., 23 lis 2023 o 13:55 Slawomir Jaranowski napisał(a): > +1 > > śr., 22 lis 2023 o 17:17 Tamás Cservenák napisał(a): > > > Ho

Re: [VOTE] Release Maven Resolver 1.9.15

2023-08-04 Thread Grzegorz Grzybek
+1 (non-binding) I'm that quick, because I've already tested it with Camel 4 and locally. regards Grzegorz Grzybek pt., 4 sie 2023 o 14:46 Tamás Cservenák napisał(a): > Howdy, > > Context: This release focuses on "third party integrations" and provides a > migr

Re: [VOTE] Release Maven Resolver 1.9.7

2023-03-08 Thread Grzegorz Grzybek
I've moved from maven-resolver-transport-wagon to maven-resolver-transport-http/file. regards Grzegorz Grzybek śr., 8 mar 2023 o 09:46 Tamás Cservenák napisał(a): > Howdy, > > We solved 4 (1 bug + 3 improvements, all transport-http related) issues: > > https://issues.apache.or

Re: [VOTE] Release Maven Resolver 1.9.4

2023-01-13 Thread Grzegorz Grzybek
+1 (non-binding) Checked with Camel's org.apache.camel.main.injection.DIRegistry and its DI-based configuration of org.eclipse.aether.RepositorySystem→org.eclipse.aether.internal.impl.DefaultRepositorySystem regards Grzegorz Grzybek pt., 13 sty 2023 o 08:46 Guillaume Nodet napisał(a):

Re: Heads up - resolver 1.9.4 release soon

2023-01-13 Thread Grzegorz Grzybek
0) DI is used where implementations are bound to interfaces to satisfy @Inject annotated constructors. And yes - Camel's org.apache.camel.main.injection.DIRegistry works with @jakarta.inject.Inject and @javax.inject.Inject. kind regards Grzegorz Grzybek śr., 11 sty 2023 o 08:29 Tamás Cservená

Re: [VOTE] Release Apache Maven version 3.8.6

2022-06-09 Thread Grzegorz Grzybek
+1 (non-binding) tested on few projects and some extensions. regards Grzegorz Grzybek czw., 9 cze 2022 o 17:59 Sylwester Lachiewicz napisał(a): > +1 > > pon., 6 cze 2022, 19:18 użytkownik Michael Osipov > napisał: > > > Hi, > > > > We solved 16 issues: &g

Re: A Maven extension for dependency tracking

2022-06-06 Thread Grzegorz Grzybek
hat does exactly what you wanted. > > On Fri, May 27, 2022 at 8:24 AM Grzegorz Grzybek > wrote: > > > Hello and thank you very much for your time ;) > > > > This looks exactly how I imagined it ;) - that the path is reachable via > > the RequestTrace! > > Doin

Re: A Maven extension for dependency tracking

2022-05-26 Thread Grzegorz Grzybek
y POMs are being > downloaded. And the fact POM is downloaded (collected), does NOT mean JAR > will be downloaded (resolved) as well > I think artifactResolved() callback was called not only for POMs... and all the changes made to the collector were supposed to prepare the dependency path, so

Re: A Maven extension for dependency tracking

2022-05-24 Thread Grzegorz Grzybek
n org.eclipse.aether.RepositoryListener but in overriden org.eclipse.aether.repository.LocalRepositoryManager#find() (because I wanted to know ALL the traces back to the ultimate origin of the dependency - even if it's already downloaded. And org.eclipse.aether.RepositoryEvent can't h

Re: A Maven extension for dependency tracking

2022-05-23 Thread Grzegorz Grzybek
race should be the thing I could use to get current dependency path, but I found it's not possible. Maybe your DependencyCollectorDelegate#dependencyCollected() could simply "expose" the List path somewhere? Maybe in Maven session? as attribute? kind regards Grzegorz Grzybek śr., 11

Re: A Maven extension for dependency tracking

2022-05-11 Thread Grzegorz Grzybek
lver 1.6.3). I'll keep the https://issues.apache.org/jira/browse/MRESOLVER-248 tab open till I check it ;) kind regards Grzegorz Grzybek śr., 11 maj 2022 o 18:40 Tamás Cservenák napisał(a): > Howdy, > > https://github.com/apache/maven-resolver/pull/176 > > So here is so

Re: A Maven extension for dependency tracking

2022-05-02 Thread Grzegorz Grzybek
single report of a build? (tracking for the purpose of single project) - which format to use (human consumable or machine readable?) For now I've used resolver 1.6.3 from Maven 3.8.5, but I'll look at `main` branch too. kind regards Grzegorz Grzybek pon., 2 maj 2022 o 15:57 Tamá

A Maven extension for dependency tracking

2022-04-28 Thread Grzegorz Grzybek
I had to fork/shade org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector class because I had to manipulate org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.Args#nodes stack around the call to org.jboss.fuse.mvnplugins.tracker.TrackingDependencyCollector#processDependency(). Besides this, normal plexus/sisu components are used. The repository is https://github.com/grgrzybek/tracking-maven-extension and I'd be happy to see some comments about this ;) kind regards Grzegorz Grzybek

Re: Welcome Guillaume Nodet as new Maven Committer

2021-05-26 Thread Grzegorz Grzybek
Congratulations Guillaume! Maven Force be with you! regards Grzegorz Grzybek śr., 26 maj 2021 o 09:44 Arnaud Héritier napisał(a): > Welcome Guillaume !! > Happy to see you here. > > Cheers > > On Tue, May 25, 2021 at 7:19 PM Robert Scholte > wrote: > > > Hi, &

Re: [VOTE] Release Apache Maven Version 3.6.2

2019-08-30 Thread Grzegorz Grzybek
+1 (non-binding) I did several OSGi project builds and it looks ok. kind regards Grzegorz Grzybek pt., 30 sie 2019 o 14:24 Gabriel Belingueres napisał(a): > +1 > > Kind regards. > Gabriel > > > El mié., 28 de ago. de 2019 a la(s) 16:18, Enrico Olivelli ( > eoliv

Re: [VOTE] Release Apache Maven Resolver version 1.3.2

2019-03-01 Thread Grzegorz Grzybek
+1 (not binding) regards Grzegorz Grzybek pt., 1 mar 2019 o 10:39 Karl Heinz Marbaise napisał(a): > Hi, > > +1 from me. > > Kind regards > Karl Heinz Marbaise > On 23.02.19 17:20, Karl Heinz Marbaise wrote: > > Hi to all, > > > > We solved 3 issues: >

Re: [VOTE] Release Apache Maven 3.5.3

2018-02-28 Thread Grzegorz Grzybek
+1 (non-binding) Testing for ~week with huge OSGi projects. best regards Grzegorz Grzybek 2018-02-28 23:03 GMT+01:00 Robert Scholte : > +1 > > > On Sat, 24 Feb 2018 23:00:28 +0100, Stephen Connolly < > stephen.alan.conno...@gmail.com> wrote: > > Hi, >>

Re: [VOTE] Release Apache Maven 3.5.1

2017-09-12 Thread Grzegorz Grzybek
Hello +1 (non-binding) - tested Fuse/Karaf/OSGi projects regards Grzegorz Grzybek 2017-09-13 8:00 GMT+02:00 Thomas Collignon : > Hello > > +1 for me > > 2017-09-12 20:54 GMT+02:00 Stephen Connolly com > >: > > > Have we got any feedback from the embedder integ

Re: [VOTE] Release Apache Maven Assembly Plugin version 3.1.0

2017-08-13 Thread Grzegorz Grzybek
Hello I checked with JBoss Fuse and Fabric8 v1. +1 (non-binding) regards Grzegorz Grzybek 2017-08-13 14:18 GMT+02:00 Karl Heinz Marbaise : > Hi, > > We solved 10 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?proje > ctId=12317220&version=12338667 > >

Re: [VOTE] Release Apache Maven 3.5.0

2017-04-04 Thread Grzegorz Grzybek
+1 (non-binding) Tested with huge OSGi projects without problems regards Grzegorz Grzybek 2017-04-04 11:52 GMT+02:00 dejan2609 : > *+1* (non binding). > > Tested Maven 3.5.0 on a large project with a bunch of plugins: all is > green. > > > > -- > View this messa

Re: [VOTE] Release Apache Maven 3.5.0-alpha-1

2017-02-23 Thread Grzegorz Grzybek
Hello I'm not sure if I can give any vote (even non-binding +1), but I tested several large OSGi projects using 3.5.0-alpha-1 without problems. regards Grzegorz Grzybek 2017-02-23 23:44 GMT+01:00 Stephen Connolly : > This is only an alpha, I'm not calling a halt unless it is S