Re: Maven 3.9.0 plexus-utils issue in extension

2023-02-14 Thread Falko Modler
Maybe really a backport is the way to go. Please check in and out and I will happily merge if this fixes the problem for components like yours. I was able to backport and test it sucessfully, see https://github.com/apache/maven/pull/999 Btw, I'll explore a reflection hack to mitigate the impact

Re: Maven 3.9.0 plexus-utils issue in extension

2023-02-10 Thread Michael Osipov
Am 2023-02-10 um 18:55 schrieb Falko Modler: Hi Michael, Have you tried to back port the class loading strategy from gnodet@ back to 3.8.x? Not yet. First, I'm looking for solutions without touching Maven itself but there might be none in this case. I was actually thinking myself whether that

Re: Maven 3.9.0 plexus-utils issue in extension

2023-02-10 Thread Michael Osipov
Am 2023-02-09 um 12:00 schrieb Falko Modler: Hi all, I'm currently trying to get gitflow-incremental-builder (GIB) running in a GitHub Action using Maven 3.9.0 (and Java 17). https://github.com/gitflow-incremental-builder/gitflow-incremental-builder GIB is a maven extension that shall be usabl

Re: Maven 3.9.0 plexus-utils issue in extension

2023-02-10 Thread Falko Modler
Hi Michael, Have you tried to back port the class loading strategy from gnodet@ back to 3.8.x? Not yet. First, I'm looking for solutions without touching Maven itself but there might be none in this case. I was actually thinking myself whether that feature could be backported, so good you ment

Re: Maven 3.9.0 plexus-utils issue in extension

2023-02-09 Thread Falko Modler
Correction: It's also way too early to drop support for Maven <=3.9. "for Maven < 3.9". Also sorry for the formatting mess, I copied the error directly from the console. Cheers, Falko - To unsubscribe, e-mail: dev-unsubscr

Maven 3.9.0 plexus-utils issue in extension

2023-02-09 Thread Falko Modler
Hi all, I'm currently trying to get gitflow-incremental-builder (GIB) running in a GitHub Action using Maven 3.9.0 (and Java 17). https://github.com/gitflow-incremental-builder/gitflow-incremental-builder GIB is a maven extension that shall be usable in the following "flavors": 1. as a plugin